mirror of https://github.com/lumapu/ahoy.git
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.
21 lines
331 B
21 lines
331 B
3 years ago
|
---
|
||
|
|
||
|
ahoy:
|
||
|
interval: 0
|
||
|
sunset: true
|
||
|
mqtt:
|
||
|
disabled: false
|
||
|
host: example-broker.local
|
||
|
port: 1883
|
||
|
user: 'username'
|
||
|
password: 'password'
|
||
|
|
||
|
dtu:
|
||
|
serial: 99978563000
|
||
|
|
||
|
inverters:
|
||
|
- name: 'balkon'
|
||
|
serial: 114172220003
|
||
|
mqtt:
|
||
|
topic: 'ahoy/114172220143' # defaults to 'ahoy/{serial}'
|