@peterbuga, i have a hassio system in which i monitor my AC’s units energy consumption using some tp-link hs110 plugs and a sonoff pow r2.
I have forced a 1 sec scan interval to all entities using this automation:
`
- id: update_tp_link
initial_state: ‘on’
trigger:- platform: time_pattern
seconds: ‘/1’ # every 1 seconds
action: - service: homeassistant.update_entity
data:
entity_id:- switch.fujitsu_asyg24klca
- switch.daikin_atxc25b
- switch.carrier_42qhb09d8sa
`
- platform: time_pattern
This is working fine on tplinks.
Is there a way to have a similar result to the sonoff plug?
I know that there is a 60secs limitation to scan_interval.
Is it possible to remove this limitation?
As it is i have this really ugly and difficult to analyze result as you can see in the following picture of grafana where the really smooth blue line we can see an AC unit having a 1sec interval from a tplink plug, while with the orange line we can see the 60secs blocks coming from sonoff:
Thanks
