External Sensors
Supports DS18B20 (1-Wire temperature) and SHT21 (I²C temperature + humidity) sensors.
Configure in config.py:
ext_sensors = [
["Housing", "ds18b20", "0014531448ff", -300],
["ext2", "sht21", 0, [-300, 0]],
]
Full setup guide: External Sensors wiki.
Feature Requests
Open an issue or submit a pull request — contributions are welcome.
Raspberry Pi MQTT Monitor
GitHub ↗