Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 641 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 641 Bytes

tempmonitor

+A simple web interface which subscribes to an MQTT topic branch to display the information from a temperature and humidity sensors and buttons commands.

The screenshot shows an example:

screenshot

The sensor is an Arduino which publishes a 1 when it comes online to the topic:

clients/arduino/led

and which otherwise publishes an integer to the

clients/arduino/temperature 26
clients/arduino/humidity 50

topics.

The brunt of the work (design, layout, etc.) was based from mqtt-panel, temp-monitor.