@chairstacker wrote:
I use this Energy Meter and it works great, but getting the data into HA causes some issues.
When I create MQTT-based sensors for the 4-5 values I’d like to see in HA it brings my Pi4 to its knees and I think it’s because all values are updated every second.
Is there an option to limit the upate ratio to 5, 10, or 15 seconds?
- platform: mqtt unique_id: 'emon_w' name: "EMon Watt" state_topic: "emon/W" unit_of_measurement: "W" - platform: mqtt unique_id: 'emon_ct1' name: "EMon Amp CT1" state_topic: "emon/CT1" unit_of_measurement: "A"
Posts: 1
Participants: 1