I set up Konnected today with the wiring from the pre-installed home security system in my house, which includes 2 motion sensors and multiple door sensors which are split into 10 zones.
I followed instructions as per the site. I did not run into any apparent issues while installing - the wifi modules seemed to connect to my wifi just fine and show up as connected devices when I look at my router.
I configured in Home Assistant as per instructions as well. The pertinent part of my config file is as below:
konnected:
api_host: http://192.168.86.133:8123
access_token: (deleted)
devices:
- id: bcddc282723e
binary_sensors:
- zone: 1
type: motion
name: 'Front Room Motion'
- zone: 2
type: motion
name: 'Living Room Motion'
- zone: 3
type: door
name: 'Front Door Sensor'
- zone: 4
type: window
name: 'Office'
- zone: 5
type: door
name: 'Mud Room Door'
- zone: 6
type: door
name: 'Living Office LF'
switches:
- zone: out
name: 'Siren'
- id: bcddc28270fe
binary_sensors:
- zone: 1
type: door
name: 'Basement'
- zone: 2
type: door
name: 'Garage'
- zone: 3
type: door
name: 'Dining'
- zone: 4
type: door
name: 'Living RS'
- zone: 5
type: door
name: 'zone 2-5'
- zone: 6
type: door
name: 'zone 2-6'
When I start home assistant, everything shows up appropriately (i.e, the binary sensors are present). Everything is marked as closed however, and does not change when I open or close the doors, or walk in front of the motion sensors.
I saw recommendations to access the konnected device directly via the IP assigned by my router on port 23239, and tried this, but I cannot connect. I have tried rebooting everything, from the konnected boards themselves to home assistant to my router, and nothing has helped.
Has anyone had a similar problem, or have any ideas how I can fix it?