-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: ESPHome Realtime Data #40
Comments
Hi, well done for getting it working! It sounds like you want to trigger data transmission to Home Assistant, depending on sound/light values. This is not really compatible with ESPHome (at least with the way we set it up) because it works on a regular transmission cycle. You may be able to do it by using the Home Assistant "POST" example ( |
Hello, I have established a new function. (The code is still in a test phase and therefore messy :))
Now I would like to adjust the threshold value via HomeAssistant.
I plan to have all the settings of the interface set via Home Asisstant. If it works well I would like to make the code available here. |
OK, keep going and reply if you have a problem! One tip: don't change many things simultaneously. It's best to start with a working example, then make small changes gradually and re-test after each change. |
Hey,
I now have the sensor here and have been able to turn it into Home Assistant and read out data. However, I have a question of understanding. I would like to have near real-time data for light and sound. To do this, the sensor would have to transmit the data to Home Assistant when a threshold value is changed. If I interpret it correctly, the code used for ESP Home does not offer this function.
What would be the best way to achieve this?
Thank you very much
The text was updated successfully, but these errors were encountered: