-
Notifications
You must be signed in to change notification settings - Fork 17
Some devices are showing as offline when they are online #6
Comments
You can poke around the websocket API at zha_map/devices, or turn the logging to debug and run an on demand scan. Getting that info for one of the problematic devices would be a good start. Easy to do in Node-RED and you can filter through a switch node: |
Hrm, it is an end device (never understood the point of it being an end device) and apparently it was not found in any of the routers neighbor tables? |
I checked the neighbors files and that IEEE address is not there. homeassistant@ha:/home/homeassistant/.homeassistant/neighbours $ grep -l 'b0:ce:18:14:03:54:f9:a4' *.txt |
So, just to add, I have 14 devices that are showing offline right now. 5 of them, I know about (they are truly offline). The other 9 are all online and available. What's odd is that they are all Sengleds (E11-N1EA bulbs). So, I wonder if there is something unique about them that might be causing it? |
Sengleds are unique in a sense, they are mains powered devices but act like a Zigbee End Device, i.e. words requiring a parent device for communication with the zigbee network. Since they require a "parent" device, one of the routers must have them in their neighbor table as a child device. enable
Maybe that would provide more details. I wonder if Sengleds are doing something not quite standard and don't actually pick a parent device. But how they communicate with the network then??? |
Unsure whether or not this is a related issue, but its telling me that my HUSBZB-1 is offline when its definitely not. |
I'm experiencing a similar issue that seems to be related to dmulcahey/zha-network-visualization-card#17 (comment) My Zigbee Coordinator coordinator seems to not be properly detected as it's device type appears as Aside from this, everything works perfectly and all my sensors are working so my only guess it that the scanner does not properly recognize the Sonoff Dongle device type. I have enabled debug mode for this component and I can't see any apparent errors. Maybe someone can take a look.
|
I’ve installed zha_map and the zha-network-visualisation-card, and am getting a partial map displayed. The entities are there with the end devices as circles and my coordinator as a rectangle, but there are no linking lines. The rectangle for the coordinator shows ‘offline’. The coordinator must in fact be online as my zigbee devices all work OK! The coordinator is a Sonoff ZBridge flashed with Tasmota. |
First off, this is absolutely awesome. Fantastic work!
So, I have installed and did my first scan. Some of my devices are showing as offline when they are online. This is one, it's a Sengled bulb. According to my ZHA devices panel, it last checked in at 2020-01-23T17:34:42 and is able to respond to commands. I have a few others that are doing the same thing. I know it's possible for sleepy devices to not wake up for a scan, but mains powered should always wake up, right?
The text was updated successfully, but these errors were encountered: