Replies: 10 comments 15 replies
-
Hi, what device is this (the link does not work). Unfortunately the device uses Tuya/Zigbee protocol (cluster 0xEF00) which is non-standard and device-specific.
What is happening here is that the device is flooding with values. They look as different radio messages since the LinkQuality has some variations. Could you have the same logs with The first line is interesting: |
Beta Was this translation helpful? Give feedback.
-
Thanks for your response Stephan, as requested
|
Beta Was this translation helpful? Give feedback.
-
As you can see in the logs above the response to get the local time is not always followed by a flood. |
Beta Was this translation helpful? Give feedback.
-
@s-hadinger hopefully this link will work. Actually that's the wifi version but they look the same. Model is |
Beta Was this translation helpful? Give feedback.
-
Thanks, the device seems to have the same attributes as Moes Thermostate. You can try with this device plug-in for the 3 attributes seen above:
Can you paste the output of I don't see why the attributes are sent multiple times. The device seems also unhappy with the Local Time attribute. |
Beta Was this translation helpful? Give feedback.
-
@s-hadinger is this only in development or is it available in |
Beta Was this translation helpful? Give feedback.
-
Just to help others that will be reading this post. In order to get the
At this point, the unknown attributes should be replaced with the ones from your |
Beta Was this translation helpful? Give feedback.
-
Have now done:
But unfortunately, it seems that the
|
Beta Was this translation helpful? Give feedback.
-
My user_config_override.h
|
Beta Was this translation helpful? Give feedback.
-
I've just received a message from Aliexpress shop, that there is a new firmware, which should fix this issue. How can new firmware be flashed to the device? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I have this Zigbee Thermostat which sends way too many messages within a short timeframe.
I have increased the following but it didn't help much:
I have also tried to set the minimum interval for
LinkQuality
like this:ZbSend {"Device":"0x6F21","Endpoint":1,"Config":{"LinkQuality":{"MinInterval":10,"MaxInterval":3600}}}
but I get the following error:
`10:21:34.717 MQT: stat/SmartHub-D3F00C/RESULT = {"ZbSend":"Unknown attribute '��``
I've looked at the attribute reporting thresholds but I can't see anything related to
LinkQuality
Any ideas on how I can stop this are much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions