SMR 2.2 meters
Last updated
Last updated
template:
- sensor:
- name: "Gas Meter"
unique_id: gas_meter
state_class: total_increasing
device_class: gas
unit_of_measurement: 'm³'
state: '{{ states("sensor.gas_delivered_raw") | regex_findall_index("\d{3,5}\.\d*") | float }}'