Ardy Susilo
Ardy Susilo
**Additional Test** Removing all routers and end devices - leaving only the coordinator in the ZHA integration. However, CRC error in frame still persists in the logs. ``` Logger: bellows.uart...
@tube0013 Yes, everything is working. All devices are successfully paired and I can control them. The error pattern is as follows- ``` 2021-07-06 14:02:26 DEBUG (MainThread) [bellows.ezsp.protocol] Send command readCounters:...
These are the error logs from only the coordinator in the ZHA integration- ``` Logger: bellows.uart Source: /usr/local/lib/python3.8/site-packages/bellows/uart.py:84 First occurred: 2:02:26 PM (12 occurrences) Last logged: 5:01:40 PM CRC error...
Yes, in the 12 error logs mentioned above, the CRC error in frame happen after `DEBUG (MainThread) [bellows.ezsp.protocol] Send command readCounters: ()` Is it maybe correlated because I change the...
Sure thing, here you go. From ZHA start until first error occured. [ZHA Debug.log](https://github.com/tube0013/tube_gateways/files/6769888/ZHA.Debug.log)
Can you try adding this line in `configuration.yaml`? ``` sensor: - platform: command_line name: Coral PCI Temperature command: "cat /sys/class/apex/apex_0/temp" unit_of_measurement: "°C" value_template: "{{ value | multiply(0.001) | round(1) }}"...