Cleaned up inverter mqtt
This commit is contained in:
@@ -11,9 +11,9 @@ device:
|
||||
protocol: PI18
|
||||
|
||||
mqttbroker:
|
||||
name: <MQTT_BROKER_IP> # e.g. 10.0.0.41 (HA Mosquitto broker)
|
||||
name: 10.0.0.41
|
||||
port: 1883
|
||||
username: <MQTT_USER>
|
||||
username: mqtt
|
||||
password: <MQTT_PASSWORD>
|
||||
|
||||
commands:
|
||||
@@ -27,6 +27,10 @@ commands:
|
||||
type: hass
|
||||
discovery_prefix: homeassistant
|
||||
entity_id_prefix: lvx6048_1
|
||||
# drop dead/unconnected fields (always-zero / always-misleading on this
|
||||
# hardware): SCC voltages we don't have, MPPT2 inputs nothing's wired
|
||||
# to, internal "config changed" echo flag.
|
||||
excl_filter: '^(battery_voltage_from_scc.*|mppt2_.*|setting_value_configuration_state)$'
|
||||
|
||||
- command: MOD
|
||||
trigger:
|
||||
|
||||
@@ -11,9 +11,9 @@ device:
|
||||
protocol: PI18
|
||||
|
||||
mqttbroker:
|
||||
name: <MQTT_BROKER_IP> # e.g. 10.0.0.41 (HA Mosquitto broker)
|
||||
name: 10.0.0.41
|
||||
port: 1883
|
||||
username: <MQTT_USER>
|
||||
username: mqtt
|
||||
password: <MQTT_PASSWORD>
|
||||
|
||||
commands:
|
||||
@@ -27,6 +27,7 @@ commands:
|
||||
type: hass
|
||||
discovery_prefix: homeassistant
|
||||
entity_id_prefix: lvx6048_2
|
||||
excl_filter: '^(battery_voltage_from_scc.*|mppt2_.*|setting_value_configuration_state)$'
|
||||
|
||||
- command: MOD
|
||||
trigger:
|
||||
|
||||
Reference in New Issue
Block a user