mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-04 00:48:24 +02:00
Finally get rid of ahoy.py and integrate functionallity into the module itself. Prepares for pipelines, adding pip installer or debian packaging. Improve configuration adds commandline switches for: * `--verbose, enabling verbose logging * `--log-transactions`, outbut all rf raw data Improve loop, now runs all queued commands per inverter within interval. Skip sleep when interval is allready due.
27 lines
496 B
Text
27 lines
496 B
Text
---
|
|
|
|
ahoy:
|
|
interval: 0
|
|
sunset: true
|
|
|
|
# List of available NRF24 transceivers
|
|
nrf:
|
|
- ce_pin: 22
|
|
cs_pin: 0
|
|
|
|
mqtt:
|
|
disabled: false
|
|
host: example-broker.local
|
|
port: 1883
|
|
user: 'username'
|
|
password: 'password'
|
|
|
|
dtu:
|
|
serial: 99978563001
|
|
|
|
inverters:
|
|
- name: 'balkon'
|
|
serial: 114172220003
|
|
mqtt:
|
|
send_raw_enabled: false # allow inject debug data via mqtt
|
|
topic: 'hoymiles/114172221234' # defaults to 'hoymiles/{serial}'
|