iscraigh
(Iscraigh)
August 19, 2021, 4:52am
1
Recently switched from a sonoff zigbee bridge to one of Tubes. Repaired every device and have a problem with all 3 orvibo (living wise) switches. They worked as expected prior to this change.
When the switch is turned on/off from the physical button the status does not update in HA this causes things that I want to happen to not happen. I have gotten around this temporarily by running an automation to update the entity every 3 seconds.
Running
core-2021.8.8
looking through the logs I see this
2021-08-18 21:40:30 WARNING (MainThread) [homeassistant.helpers.entity_component] Forced update failed. Entity switch.kitchen_counter_lights_on_off not found.
2021-08-18 21:40:30 WARNING (MainThread) [homeassistant.helpers.entity_component] Forced update failed. Entity switch.garage_light not found.
2021-08-18 21:40:30 WARNING (MainThread) [homeassistant.helpers.entity_component] Forced update failed. Entity switch.dining_room_alcove_light_z not found.
20
Any suggestions or what to search for in the logs appreciated. Can I run ZHA and zigbee2mqtt at the same time? maybe they would work that way.
Thanks
Craig
francisp
(Francis)
August 19, 2021, 4:59am
2
Yes you can. But not with the same stick (you need one for each) and they will be separate Zigbee networks.
iscraigh
(Iscraigh)
August 20, 2021, 5:36pm
3
Looking through the logs I saw a couple things but not sure if they matter.
2021-08-20 09:43:06 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {11, 13} {1}
2021-08-20 09:43:06 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'bellows.zigbee.application.EZSPCoordinator'>
2021-08-20 09:43:06 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2021-08-20 09:43:06 DEBUG (MainThread) [zigpy.quirks.registry] Checking quirks for 欧瑞博 545df2981b704114945f6df1c780515a (00:12:4b:00:18:66:b5:05)
2021-08-20 09:43:06 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee_io.XBeeSensor'>
2021-08-20 09:43:06 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {232, 230} {1}
2021-08-20 09:43:06 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.xbee.xbee3_io.XBee3Sensor'>
2021-08-20 09:43:06 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {232, 230} {1}
2021-08-20 09:43:06 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.tag_v4.SmartThingsTagV4'>
2021-08-20 09:43:06 DEBUG (MainThread) [zigpy.quirks.registry] Fail because device_type mismatch on at least one endpoint
2021-08-20 09:43:06 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.smartthings.multi.SmartthingsMultiPurposeSensor'>
2021-08-20 09:43:30 WARNING (MainThread) [homeassistant.helpers.entity_component] Forced update failed. Entity switch.kitchen_counter_lights_on_off not found.
2021-08-20 09:43:30 WARNING (MainThread) [homeassistant.helpers.entity_component] Forced update failed. Entity switch.garage_light not found.
2021-08-20 09:43:30 WARNING (MainThread) [homeassistant.helpers.entity_component] Forced update failed. Entity switch.dining_room_alcove_light not found.