Skip to content

robinwl/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

  • HTML 85.8%
  • Python 14.2%