01-23-2022, 02:34 AM
Hello,
I have several instances of moOde running at home. I primarily use them in the kids rooms for white noise while they sleep. I also use ESP boards (ESP8266 and ESP32) paired with various sensors (BMx280, DHT22, HDC1080, etc.) for gathering environmental information in the room.
I figured instead of having this information published via MQTT with an ESP microcontroller, I would just use the Pi running moOde instead.
I'm already in the process of getting this working. I already tested a python library for a BMP280 sensor. I may look for a C library for the sensor and write a C program instead. I'm researching the MQTT client and reoccurring publishing data to a topic.
I'm curious to know if anyone else is using their moOde install for something similar?
Several people using MQTT for controlling moOde and I might incorporate these examples as well.
I have several instances of moOde running at home. I primarily use them in the kids rooms for white noise while they sleep. I also use ESP boards (ESP8266 and ESP32) paired with various sensors (BMx280, DHT22, HDC1080, etc.) for gathering environmental information in the room.
I figured instead of having this information published via MQTT with an ESP microcontroller, I would just use the Pi running moOde instead.
I'm already in the process of getting this working. I already tested a python library for a BMP280 sensor. I may look for a C library for the sensor and write a C program instead. I'm researching the MQTT client and reoccurring publishing data to a topic.
I'm curious to know if anyone else is using their moOde install for something similar?
Several people using MQTT for controlling moOde and I might incorporate these examples as well.