MQTT smart home web interface
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Thomas Buck f0fbb4ab07 tweaks 2 роки тому
lights tweaks 2 роки тому
.gitignore add sensors, credentials.js file 2 роки тому
README.md implement living room switches. load last tab on page refresh. 2 роки тому
localtest.py initial commit 2 роки тому
uploadlocal.sh tweak layout 2 роки тому

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