Files
Lambdatronic_S3200/austragung.yaml
Florian Simmer ce056ae144 update
Test Name

asd

asd

rename

asd

asd

sdfg

typo

typo

c header

asdf

error

fehler

update example

asd

sdf

xcv

adsf

adress

dfas

Singed Values Temperature

asd

ü

asd

Change id

entferne unbenutzte werte

entity_category, state_class usw
entity_category, state_class usw
2026-01-23 20:15:08 +01:00

56 lines
1.6 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"
state_class: total_increasing
device_class: weight
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