Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

jpmens/tempgauge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tempgauge

Read a topic from MQTT and display the value on a gauge

Screenshot

Websockets

This uses WSS which provides a WebSocket interface and connects to my MQTT broker:

WSS \
	--websocketPort 18883 \
	--brokerHost localhost \
	--brokerPort 1883

boom.py publishes a random temperature to my Mosquitto broker every 0.5s.

Demo

See it and interact with it here

Credits

About

HTML5 canvas gauge for temperature obtained from an MQTT subscribe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages