Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jpmens/tempmonitor

A simple MQTT Websocket temperature monitoring page with Arduino support
https://github.com/jpmens/tempmonitor

Last synced: 9 days ago
JSON representation

A simple MQTT Websocket temperature monitoring page with Arduino support

Awesome Lists containing this project

README

        

# tempmonitor

A simple web interface which subscribes to an MQTT topic branch to
display the information from a temperature sensor.

The screenshot shows an example:

![screenshot](screenshot.png)

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

```
clients/arduino/192.168.1.216 1
```

and which otherwise publishes an integer to the

```
clients/arduino/192.168.1.216/celsius 26
```

topic.

The brunt of the work (design, layout, etc.) was stolen from [mqtt-panel](https://github.com/fabaff/mqtt-panel), written by Fabian Affolter.