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.
esp32-tm-code/config.example.yml

36 lines
819 B

ssl:
# Must be true if using SSL!
enabled: true
wifi:
# Your WiFi SSID
ssid: "Your-WiFi-SSID"
# Your WiFi Password
passwd: Your-Secret-WiFi-Password
mqtt:
# Your MQTT server
server: your.mqtt-broker.tld
# The port the MQTT server is running on
port: 8883
# Your MQTT User
user: test
# Your MQTT Password
password: secure-mqtt-pass
# A unique ID
id: unique-id
sensor:
type: ATM90E36
config:
# voltage rms gain in hex. See docs/Gains.md for more information
ugain: 0x
# Voltage gain for CTs
lgain: 0x
# Voltage gain for neutral line
ngain: 0x
# power freqency
lfreq: 0x
# PGA Gain for current channels
pgagain: 0x
# Only for the ATM90E36 board
# determines which line to read
# Determines which voltage needs to be set.
line: "A"