Added first version of mqtt based benq controller board
This commit is contained in:
parent
552b676ed0
commit
dff4191572
3 changed files with 187 additions and 0 deletions
13
ESP8266-MQTT-BenQ/ESP8266-MQTT-BenQ.h.template
Normal file
13
ESP8266-MQTT-BenQ/ESP8266-MQTT-BenQ.h.template
Normal file
|
@ -0,0 +1,13 @@
|
|||
// WiFi configuration
|
||||
const char* ssid = "http://kiel.freifunk.net/";
|
||||
const char* password = "";
|
||||
|
||||
// MQTT Broker
|
||||
const char* mqtt_server = "broker.mqtt-dashboard.com";
|
||||
|
||||
// Device identification
|
||||
const char* mqtt_device_name = "esp8266benq"
|
||||
|
||||
// MQTT topics
|
||||
const char* mqtt_topic_power = "benq/power";
|
||||
const char* mqtt_topic_lamptime = "benq/lamptime";
|
Loading…
Add table
Add a link
Reference in a new issue