MQTT smart home web interface
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Thomas Buck 2288cd95ed implement living room switches. load last tab on page refresh. il y a 2 ans
lights implement living room switches. load last tab on page refresh. il y a 2 ans
.gitignore add sensors, credentials.js file il y a 2 ans
README.md implement living room switches. load last tab on page refresh. il y a 2 ans
localtest.py initial commit il y a 2 ans
uploadlocal.sh tweak layout il y a 2 ans

README.md

Lights Web

Simple Bootstrap webinterface to control room lights via MQTT.

Getting Started

To set up the MQTT broker credentials, run the following commands:

echo "const mqttUsername = 'MQTT_USERNAME'" > lights/credentials.js
echo "const mqttPassword = 'MQTT_PASSWORD'" >> lights/credentials.js
echo "const mqttUrl = 'wss://MQTT_HOST:MQTT_PORT'" >> lights/credentials.js

Then run localtest.py and open http://localhost:8080 to access local test instance.

Sources