11 lines
692 B
YAML
11 lines
692 B
YAML
# Use this file to store secrets like usernames and passwords.
|
|
# Learn more at https://www.home-assistant.io/docs/configuration/secrets/
|
|
some_password: welcome
|
|
sungrow_modbus_host_ip: 192.168.178.11 # TODO update with the IP of your inverter. No default. Check your router.
|
|
wallbox_modbus_host_ip: 192.168.178.7
|
|
wallbox_modbus_port: 502 # TODO update with the Modbus port of your inverter WiNet-S dongle. Default is '502'
|
|
wallbox_modbus_slave: 3
|
|
sungrow_modbus_port: 502 # TODO update with the Modbus port of your inverter. Default is '502'
|
|
sungrow_modbus_slave: 1 #TODO update with the slave address of your inverter. Default is '1'
|
|
tibber_token: 1vVYxbsMHmOu8xj50HCXizesjGFTWKv2I7mHyDv12Rc
|