fix: various fixes
This commit is contained in:
@@ -13,6 +13,18 @@ INFLUX_FIELD_UNIT=W
|
||||
HA_URL=http://homeassistant.local:8123
|
||||
HA_TOKEN=replace-with-a-long-lived-access-token
|
||||
|
||||
# Solar inverter production, read from InfluxDB (same bucket as the house
|
||||
# power series above). Its latest sample is compared against
|
||||
# SOLAR_PRODUCTION_THRESHOLD_W to gate "only when sun" devices. Leave
|
||||
# SOLAR_INFLUX_ENTITY_ID unset to fall back to HA's sun.sun (astronomical
|
||||
# above/below horizon).
|
||||
SOLAR_INFLUX_MEASUREMENT=power
|
||||
SOLAR_INFLUX_DOMAIN=sensor
|
||||
SOLAR_INFLUX_ENTITY_ID=inverter_pv_power
|
||||
SOLAR_INFLUX_FIELD=value
|
||||
SOLAR_INFLUX_FIELD_UNIT=W
|
||||
SOLAR_PRODUCTION_THRESHOLD_W=50
|
||||
|
||||
# Capacity tariff target: keep every 15-minute block's average under this many kW
|
||||
TARGET_KW=5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user