Hey
what are the units for scan interval of sensor in HA?
Seconds.
If you use a simple number, then yes, it’s seconds. However, I’m pretty sure scan_interval also accepts other forms (similar to script delays) like:
scan_interval: hh:mm:ss
scan_interval:
seconds: ss
scan_interval:
minutes: mm
etc.
No ability to do ms?
I’m pretty sure you dont want to do that. The HA event bus won’t be able to keep up.
So how to handle scan warnings?
What warnings?
Log Details (WARNING)
Sat Jan 19 2019 19:16:23 GMT+0200 (Israel Standard Time)
Updating modbus sensor took longer than the scheduled update interval 0:00:01
Yeah, trying to scan something every second is a stretch. Looks like your hardware, given your configuration, is not able to keep up. You should increase the scan interval on that sensor until the warnings go away. It’s not scanning as fast as you want anyway.
will this impact also no response issues?