# Das ist die erste Commit-Beschreibung: update # Das ist Commit-Beschreibung #2: Test Name # Das ist Commit-Beschreibung #3: asd # Das ist Commit-Beschreibung #4: asd # Das ist Commit-Beschreibung #5: rename # Das ist Commit-Beschreibung #6: asd # Das ist Commit-Beschreibung #7: asd # Das ist Commit-Beschreibung #8: sdfg # Das ist Commit-Beschreibung #9: typo # Das ist Commit-Beschreibung #10: typo # Das ist Commit-Beschreibung #11: c header # Das ist Commit-Beschreibung #12: asdf # Das ist Commit-Beschreibung #13: error # Das ist Commit-Beschreibung #14: fehler # Das ist Commit-Beschreibung #15: update example # Das ist Commit-Beschreibung #16: asd # Das ist Commit-Beschreibung #17: sdf # Das ist Commit-Beschreibung #18: xcv # Das ist Commit-Beschreibung #19: adsf # Das ist Commit-Beschreibung #20: adress # Das ist Commit-Beschreibung #21: dfas # Das ist Commit-Beschreibung #22: Singed Values Temperature # Das ist Commit-Beschreibung #23: asd # Das ist Commit-Beschreibung #24: ü # Das ist Commit-Beschreibung #25: asd # Das ist Commit-Beschreibung #26: Change id # Das ist Commit-Beschreibung #27: entferne unbenutzte werte
54 lines
1.5 KiB
YAML
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 |