Replies: 1 comment 1 reply
-
try this one: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According zigbee2mqtt documentation this plug can be configured with another poll rate:
https://github.com/Koenkk/zigbee2mqtt.io/blob/develop/docs/devices/TS0121_plug.md#device-type-specific-configuration
measurement_poll_interval: This device does not support reporting electric measurements so it is polled instead. The default poll interval is 60 seconds.
I'm trying to set this to 10 seconds but I'm unable to do so. I searched a lot but could not find a working example anywhere.
I tried to add it for "smartplug2" to devices.yaml like so:
After reboot of HA I did not notice any difference. Is this the right approach or is this device not capable of faster updates?
The documentation states it should be added to the configuration.yaml directly however I'm not sure how as the layout is a bit different. First part:
I tried to add the lines using HA > Supervisor > Add-on > Zigbee2Mqtt > Configuration (as I assume this is the same file)
devices:
'0x70a423fffe681235':
friendly_name: 'smartplug2'
measurement_poll_interval: 10
But this will give me "Invalid YAML".
Beta Was this translation helpful? Give feedback.
All reactions