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?
I'm seeing the same thing on a fresh installation. Everything shows up, just never see a state change. Additionally, getting this in the log:
i am having same issue. any resolution?
figured out my problem. i was having trouble with discovery. HA was in a different VLAN than all my IoT items including the sensors. I had to enable mDNS in order to get them to communicate.
I've been using Konnected with Home Assistant successfully for a few months but starting yesterday, Home Assistant doesn't recognize any state changes in my sensors. I have the same error log as Stephen. Any fix to this?
I just found the same thing. I have the following:
I noticed this morning that the HADdashboard said the front door was open. I checked, and it was closed. Tried opening and closing all doors and nothing changed. Rebooted the HASSIO system and everything went to closed, but again couldn't get the sensors to change.
I updated HASSIO to the 0.93.1 release, and now everything works again as previous.
Unfortunately, updating the HASSIO to the latest version, now 93.2 has not resolved my issue. I'm going to try a clean install and see if that makes any difference.
A clean install of HASSIO did not resolve my issue. However, I got everything working again after flashing the Konnected boards with the latest firmware, 2.2.7.
I am seeing the same problem. I cannot see updates in Home Assistant from Konnected boards. My devices came pre-loaded with 2.2.7
My system is also exhibiting the same behavior. The Konnected board is 2.2.7.
My rpi3b+ was downloaded this week is hassbian on buster.
I've followed the wireshark debugging guide and am able to capture at both wifi and at a hub in front of the rpi. I see SSDP broadcast notifiying that the Konnected board is up but I do no see any SSDP "ST" broadcasts from hassbian. The hassbian system sees the Google Home devices and Cast devices broadcasting. I think something is broken in hassbian....
I had success in the HA discovering my Konnected device after adding this to the HA configuration.yaml:
discovery:
enable:
- konnected
I tried the discovery:, enable, etc., still no dice. Raspberry Pi and this are all new to me, so not sure if I have something configured incorrectly or not. How do you really know Konnected is "connected" to Hassio? Sure, I see the states, but is that based on what I have in the configuration.yaml file or? I do see the Konnected wifi modules on my AP and routers.
I am having the same issue anyone fix this
do you need the API host in your config ...