Closed jonudewux closed 5 years ago
@Adminiuga any ideas?
Not sure but seems that, latest docker image zigpy uses older version 0.1.1 of zigpy-xbee. Also I try latest dev docker image, which is 3 days old #21326 , and there is no '_handle_route_record_indicator' errors. I can join devices, but they dosn't work with homeassistant. When ikea bulb is restarted it's go from offline to online, but can't be controled. Xiaomi aquara switch report temperature, but when I press button nothing is happening in homeassistant nor logs. Aqura battery also is not visible. I also check homeassiatnt logs wit
@jonudewux Battery would be an attr on the zha entity and only appears after the value is reported. The button presses are emitted as events and can be seen by subscribing to zha_event in the new event tool.
@dmulcahey What about bulb, is it experted to be functional with latest release?
Absolutely.
@jonudewux What XBee module (hardware version) are you using and what Firmware version?
route record handling was added in zigpy-xbee == 0.1.2
so that should take care of device joining.
As about the bulb control, can you post debug log (including homeassistant.components.zha
log lines)?
@Adminiuga Actually with current dev branch bulbs are working fine. Unfortunately, there is no events from lumi.sensor_switch.aq2. I'm using xbee s2b pro with latest available firmware.
arch | x86_64 |
---|---|
dev | true |
docker | true |
hassio | false |
os_name | Linux |
python_version | 3.7.2 |
timezone | Europe/Sofia |
version | 0.89.0.dev0 |
virtualenv | false |
@jonudewux can you enable homeassistant.core: debug
level as events are logged at debug level at home assistant core and check for events.
Or got to Events on Dev tools panel and subscribe to zha_event
Do you see event there from any other On/Off remote?
Can confirm it works fine in 0.88.1 but not in the latest update. I don't have my errors onhand right now since I downgraded, but it looked like an issue in zigpy not being able to import PROFILES the first time, then some other unknown properties/objects.
@Adminiuga Unfortunately I didn't have aquara switch, right now. But I'm sure, that there was no zha_event in UI, nor in homeasisstant debug log. There was only messages from zigpy xbee layer.
can you guys tell me if this is still an issue in 0.90.1?
can you guys tell me if this is still an issue in 0.90.1?
So far I haven't any issues for me on the newest version.
Thanks for reporting back @pmmcmullen94, if anyone is still experiencing this issue let me know and i'll reopen this.
Home Assistant release with the issue:
Last working Home Assistant release (if known): 0.86
Operating environment (Hass.io/Docker/Windows/etc.):
Component/platform:
Description of problem: Before update I was able to join and control my IKAE zigbee bulb. After update device can't be joined.
Problem-relevant
configuration.yaml
entries and (fill out even if it seems unimportant):Traceback (if applicable):
Additional information: