Replies: 1 comment 2 replies
-
Depends on what exactly you mean by "sensor", varies across drivers, but many sensor drivers are sampling values about every second. With ESP32, fastest attempt at getting updates is not by using rules, but instead Berry code calling |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is the use case:
We want to setup rule, that will turn off switch when sensor reach certain level. The problem is that we need to execute the rule as fast as possible, basically there should be delay between 100 and 300ms between sensor reading and switch off.
Is that achievable with Tasmota and ESP32?
We are not sure what is the Tasmota internal sampling frequency and rule execution delay, so if anyone can shed some light on this it would be helpful.
Also if there is any way to tune this, please point us to the options that affect the rule execution and sensor sampling frequency.
Beta Was this translation helpful? Give feedback.
All reactions