-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Unhandled promise rejection" on "No network route" #408
Comments
What kind of button is this? You can try disabling all default responses with https://github.com/Koenkk/zigbee-herdsman-converters/blob/150735c361e3c3314643299ddbf8aa5a13712ed6/devices/ewelink.js#L92 |
it is Loratap remote with 2 buttons https://aliexpress.ru/item/1005002846674119.html identified like 'TS0042'. I will try to add a handler as you suggest |
not helped. these events do not come to device.onZclData
|
it is not 'zcl' - it is 'raw' type |
@kirovilya Then the host have sending one leave command to one device is cant getting and also not answering any command to / from the host system (i think have seeing some device is sending one "left network" after receiving the leave command then then resetting its self to factory new) then its not one part the network and dont have one valid network key or valid trustcenter security frame counter so the device looks doing all OK but the host system is making somthing very strange trying talking with one device that it have kicking out of the system = shall not being possible to do (if the host system is making all right). |
Does Koenkk/zigbee-herdsman-converters@d5673e7 fix it? |
@Koenkk better - not crashing. thank you
need to add the ability to disable the DefaultResponse there |
big THX @Koenkk |
A strange thing happens with one of the devices - when it is removed from the network, unexpectedly another message is sent to it and it does not reach the device - the service drops:
Data request failed with error: 'No network route' (205)
During deletion, I press the button - so that the remote control wakes up. I think it is trying to send a DefaultResponse to this device in response to a click and cannot do it.
Detailed log from iobroker.zigbee:
Any idea why this is happening? It seems that this has never happened before.
Another user has a similar situation when he simply presses a button on the device, even without removing the device.
The text was updated successfully, but these errors were encountered: