Hi, using the homewizard integration, to fetch my P1, but the default is 5 sec, but i need 1 sec… so following tutorial here:
disabled the default, created an automation, i see its running in states every 1 sec, but the sensors are not updating at all, they fall back to 30 sec interval?
Doesnt this service replace the interval? What am i missing?
No issues in logbook, no errors
- alias: Update Device Automation
initial_state: 'on'
trigger:
- platform: time_pattern
seconds: /1
action:
- service: homeassistant.update_entity
target:
entity_id:
- sensor.p1_meter_power_phase_1
- sensor.p1_meter_power_phase_2
- sensor.p1_meter_power_phase_3