A simple refactor of kiisu sensor hub by twoelw to show that you can export data to a esp32 running esphome connected to the kiisu. Esphome config running on the esp32 sends a command with data\n and then reads the output and updates the sensors accordingly.
Licensed under Apache-2.0 like kiisu-sensor-hub, all driver code comes from twoelw and most of the code in esphome_connect_app.c also does. I only added some stuff to send the things over uart to the esp32 for displaying in homeassistant
- You get some sort of sensor data to home assistant
Yes
- Would love for someone to take this as inspiration to make it work with more of the sensors NFC would be very cool
- First flash your esp32 with esphome Esphome config for additional settings you will want on it, doing it now will make it easier.
- Wire the ESP32 to the Kiisu see above for which need to be wired to where
- See if the esp32 starts up once the Kiisu is connected to power again by checking the esphome dashboard or the built in web ui of the esp32 if enabled
- Open the app (see releases for the download) and data should be send to the esp32 every minute after that


