Replies: 1 comment 4 replies
-
Adding custom sensors to openHASP requires you to compile your own firmware and add custom code and drivers to the project. |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I´m using a CYD ESP32-3248S035C with openHasp for Touch control of my Air condition.
Now I also like to have an additional temperature information from this position to be send by mqtt. I realized that the CYD has a dedicted connector for this (GND, IO22,IO21,3.3V):

But because I´m not so experienced I could not find out how to implement/use with openHasp such additional sensors.
Because I like the accuracy and also have it in place. Is it possible to connect by I²C such a SHT40 sensor?
In the GPIO configuration menu of openHASP I could not identify how to do this. Can you please give a hint for the right information to read into this?
Do I have to integrate sth like this? https://github.com/libdriver/sht4x
Thanks and I´m not using HomeAssistant, so have to send the read out temperature and humidity directly from ESP to mqtt.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions