Page 1 of 1

Zigate error after power shutdown

Posted: Thursday 14 April 2022 19:24
by usky73
Dear all
I got an unexpected power failure yesterday on my pi and I now have a lot of error message visible in the domoticz log but also on zigate interface.

Code: Select all

Time : "14/04/2022 19:17:21"
Module : "TransportRder"
nwkid : "None"
PluginHealth : "Ready"
message : "on_message Frame error Crc/len bytearray(b'\x01\x00\x81\x02\x00\x0f\xf84\xeb-\x01\x0b\x04\x05\x0f\x00!\x00\x02\x02\x947\x03')"
PermitToJoin : Object {"Duration":0,"Starttime":1649935563}
Thread : "ZiGateSerial_18"
I have one device that is off, this is normal.

Everything seems to work well, what is this error ?

Re: Zigate error after power shutdown

Posted: Thursday 14 April 2022 19:46
by pipiche
This errors means that you have some corruption in the transmission between the Zigate and the Plugin, and so such messages are dropped.
This shouldn't happen.

I would have a look to the OS messages . Do you have some other errors , is the power supply of your Pi good enought.
Maybe the Zigate, the USB-TTL model, or any other component got an issue.

You might try to stop the pi. un-plug the zigate, restart it and see if the problem still happen.
You might try to change the USB port on which the zigate is currently plugged

Re: Zigate error after power shutdown

Posted: Friday 15 April 2022 13:19
by usky73
it is a pigate, not USB.
What log should I look at at system level ?

Re: Zigate error after power shutdown

Posted: Friday 15 April 2022 16:32
by pipiche
you might have a look to

dmesg and journalctl

Re: Zigate error after power shutdown

Posted: Saturday 16 April 2022 7:40
by usky73
Thanks pipiche for your prompt reply.
In fact I have tested a simple reboot, and it works...