-
i have Tuya 3 phase metering circuit breaker that is not yet supported by tuya-local. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
I will answer to myself.. trigger:
- platform: time_pattern
minutes: /2 # every 2 minutes and sets MCB's entity "Overvoltage Threshold" to any value (260V, for example) |
Beta Was this translation helpful? Give feedback.
this is what I found out after looking at the device log at iot.tuya.com.
there is dp number 109 called "online_state":
after setting it to value "online" device starts reporting all dp's values immediately if any of them are changed.
I saw in the logs that this is done by the Tuya mobile application.
and this goes on for 30 minutes. af…