No accessories in HomeBridge?

I have a fresh install and need a little help.  I recently got a couple of older Konnected boards from a friend and am trying to get a new setup online with new boards, new to HomeBridge, new to the Konnected plugin.

Here is the list that I have done:

  • Reset boards, got them joined to WiFi (reserved/pinned the IP on my WiFi system)
  • Got new Raspberry Pi going (reserved/pinned the IP on my WiFi system)
  • Install HomeBridge and UI and seem to bounce around it okay
  • Installed homebridge-konnected plugin v0.1.2
  • It scanned my network and detected my board (only one online right now...baby steps)
  • I ran through the GUI to do a single zone config with contact sensor for my front door.
Am I supposed to see this new zone in the accessories tab in the HomeBridge UI?  I don't see any accessories in the config, in the cachedAccessories file, etc.

I am seeing pin 1 on the Konnected board status page change state when the door/contact sensor is opened/closed but I am not sure how to tell if my Konnected board knows to report state changes to the HomeBridge plugin.

Any thoughts would be helpful.

Exactly the same problem, it's all configured correctly but I can't see any accessories;

{
            "name""Konnected",
            "panels": [
                {
                    "name""Konnected Pro",
                    "uuid""xxx",
                    "ipAddress""192.168.0.63",
                    "port"9123,
                    "blink"false,
                    "zones": [
                        {
                            "zoneNumber""out1",
                            "zoneType""armingswitch",
                            "zoneLocation""Allarme Ufficio",
                            "invert"false,
                            "switchSettings": {
                                "trigger"1
                            }
                        },
                        {
                            "zoneNumber""1",
                            "zoneType""motion",
                            "zoneLocation""Ingresso",
                            "invert"false,
                            "switchSettings": {
                                "trigger"1
                            }
                        }
                    ]
                }
            ],
            "platform""konnected"
        }
Homebridge 1.3.4
node version
npm version 6.14.13


I am pretty sure I found my devices needed a firmware update as they were pretty old.  Once I flashed them according to the instructions everything started working correctly.

Hey Todd,


Glad to hear you solved your problem. Yes I recommend getting the latest firmware for the panels as there were some improvements made to the underlying code that fixed the device from getting wedged into a boot loop.


Regards,


Mike