01-23-2022, 08:22 PM
@heman22
I haven't monitored sensors via a moOde install but certainly MQTT clients work fine in RaspiOS. I scripted the mosquitto client, for example, to monitor the progress of simultaneous moOde builds on several RPi models back in the day when binary images weren't being distributed.
Besides its light weightedness, the wonderful thing about MQTT is its ubiquity---name a platform and there's likely to be a MQTT implementation for it. You can mix and match RPi, ESP8266, etc.
Coincidentally, I'm starting a project to monitor temp and humidity (and, hopefully, air flow or at least the state of the fan) in a number of rooms in the house we recently moved into. ATM, the air distribution system is seriously unbalanced. My personal calculus is that using microcontrollers makes better sense because
Regards,
Kent
I haven't monitored sensors via a moOde install but certainly MQTT clients work fine in RaspiOS. I scripted the mosquitto client, for example, to monitor the progress of simultaneous moOde builds on several RPi models back in the day when binary images weren't being distributed.
Besides its light weightedness, the wonderful thing about MQTT is its ubiquity---name a platform and there's likely to be a MQTT implementation for it. You can mix and match RPi, ESP8266, etc.
Coincidentally, I'm starting a project to monitor temp and humidity (and, hopefully, air flow or at least the state of the fan) in a number of rooms in the house we recently moved into. ATM, the air distribution system is seriously unbalanced. My personal calculus is that using microcontrollers makes better sense because
- I want to monitor at least 6 spaces so cost is a factor
- I want to keep the power consumption and heat generation down to avoid influencing the temp sensor; as well, the monitors doesn't have to be battery powered, but that could be a bonus because I could move them around easily
- I don't want to have to reinstall the monitoring software any time I reinstall moOde (which I tend to do a lot in testing)
- I want an excuse for a microcontroller project so I can explore the progress that's been made in the 8 years since I last did one
Regards,
Kent