Replies: 1 comment 2 replies
-
Nice. How is the 1 second refresh going on the automation? I've got mine at 10 sec now as it was bouncing around all over the place on 5 or less. Probably a local issue my side with mqtt queues etc and it not being able to keep up. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for the lazy ones: you have to insert the "total active power of your Shelly:
service: pyscript.set_ef_powerstream_custom_load_power
data:
SerialNumber: XXXXXX
TotalPower: "{{ states('sensor.shellypro3em_YYYYYYYY_total_active_power') | round }}"
Automation: true
I put the repetition to every second since the data is gathered locally and it works quite well.
Beta Was this translation helpful? Give feedback.
All reactions