Hello.
I use adc sensor to get values and binary threshold to detect limit.
I would like to not expose adc value to HA. Then I use “internal: true” perfect. It work.
BUT like this, adc is readed every 60 sec. I need faster read (1s) otherwise I miss events of course.
Then I add “update_interval: 1s”. It work, perfect.
But it overwrite the internal:true setting. Analog value is sent every second… I just need threshold filtered value.
It make lot of traffic, cause I have 6 sensor every second. … I just need threshold value when it changes.
How can I force frequent internal adc reading without exposing/posting to HA ?
Thanks a lot !