Hi!
A couple of days my main electricity meter is changed to an SMR 5 meter which gives me 5 second updates of it’s power-usage entity: sensor.homewizard_electricity_vermogen
My solar panels, connected to a Solar Edge convertor (using modbus/wifi), gives me 30 second updates on the entity: sensor.solaredge_electricity_solar_power
How could I raise the polling rate/scan time/scan interval (?) of the sensor.solaredge_electricity_solar_power
in conf.yaml
to match the 5 second updates of the other sensor, so I can reliably make some calculations based on these 2 sensors and get accurate results?
I already tried in conf.yaml:
customize_glob:
sensor.solaredge_electricity_solar_power:
interval_seconds: 5
scan_interval: 5
But that doesn’t seem to work… Any idea or help would be appreciated!