Sebastian Garcia
Sebastian Garcia
I have that thermostat, it also had synchronization problems. I put the thermostat on the correct time and after a while, the time was totally out of sync. Both the...
What could I do to solve this problem?
Any solution for this issue?
I update z2m to v1.28.0, and use new candidate caonverter, with a few changes to get z2m started. This is the converter: ``` const fz = require('zigbee-herdsman-converters/converters/fromZigbee'); const tz =...
Is there any way to force a time synchronization? Or do you have to wait for the process that does it every hour.
> I fixed the globalStore issue, please check again with https://gist.github.com/Koenkk/ee621c8913f698c432d05587ba12d9c7 globalStore issue fixed. But don't start correctly z2m. Log error: ``` Using '/app/data' as data directory /app/dist/util/externally-loaded.js:20 systemMode: valueConverterBasic.lookup({'heat':...
More data about issue. Debug log for 'commandMcuSyncTime' ``` Zigbee2MQTT:debug 2022-10-04 23:59:18: Received Zigbee message from 'Beok', type 'commandMcuSyncTime', cluster 'manuSpecificTuya', data '{"payloadSize":103}' from endpoint 1 with groupID 0 Zigbee2MQTT:debug...
The problem must be another. Regardless of the value you put in, the thermostat does not synchronize the time. I am using this converter: ``` const fz = require('zigbee-herdsman-converters/converters/fromZigbee'); const...
@Koenkk , Is there a way to inject a packet with, for example, Node Red, to send the **commandMcuSyncTime** message and not have to wait for it to be sent,...
> Updated https://gist.github.com/Koenkk/ee621c8913f698c432d05587ba12d9c7 , a time update will now be send at z2m startup. To verify check if you see `SENDING TIME UPDATE` in your log At z2m startup, don't...