Connect to Enedis smart meter (Linky) and send data to MQTT
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

39 lines
917 B

menu "Provisioning data"
config ESP_WIFI_SSID
string "WiFi SSID"
default ""
help
SSID (network name) for the example to connect to.
config ESP_WIFI_PASSWORD
string "WiFi Password"
default ""
help
WiFi password (WPA or WPA2) for the example to use.
config ESP_MAXIMUM_RETRY
int "Maximum retry"
default 5
help
Set the Maximum retry to avoid station reconnecting to the AP unlimited when the AP is really inexistent.
config MQTT_URI
string "MQTT Server URI"
default "mqtts://server:port"
help
MQTT server location.
config MQTT_USERNAME
string "MQTT username"
default ""
help
MQTT username.
config MQTT_PASSWORD
string "MQTT password"
default ""
help
MQTT password.
endmenu