Files
Lambdatronic_S3200/austragung.yaml
Florian Simmer 2a038f0088 Change id
2024-03-22 18:33:54 +01:00

54 lines
1.5 KiB
YAML

sensor:
- platform: modbus_controller
modbus_controller_id: ${modbus_controller_id}
name: "${name} Fuellstand im Pelletsbehaelter"
id: ${lower_name}_Fuellstand_im_Pelletsbehaelter
register_type: read
address: 21
unit_of_measurement: "%"
accuracy_decimals: 1
value_type: U_WORD
filters:
- multiply: 0.0048309178743961
- platform: modbus_controller
modbus_controller_id: ${modbus_controller_id}
name: "${name} Resetierbarer kg-Zaehler"
id: ${lower_name}_Resetierbarer_kg_Zaehler
register_type: read
address: 81
unit_of_measurement: "kg"
value_type: U_WORD
- platform: modbus_controller
modbus_controller_id: ${modbus_controller_id}
name: "${name} Resetierbarer t-Zaehler"
id: ${lower_name}_Resetierbarer_t_Zaehler
register_type: read
address: 82
unit_of_measurement: "t"
value_type: U_WORD
- platform: modbus_controller
modbus_controller_id: ${modbus_controller_id}
name: "${name} Pelletverbrauch Gesamt"
id: ${lower_name}_Pelletverbrauch_Gesamt
register_type: read
address: 83
unit_of_measurement: "t"
accuracy_decimals: 1
value_type: U_WORD
filters:
- multiply: 0.1
- platform: modbus_controller
modbus_controller_id: ${modbus_controller_id}
name: "${name} Pelletlager Restbestand"
id: ${lower_name}_Pelletlager_Restbestand
register_type: holding
address: 319
unit_of_measurement: "t"
accuracy_decimals: 1
value_type: U_WORD
filters:
- multiply: 0.1