-
Notifications
You must be signed in to change notification settings - Fork 4
Gas consumed
In the yaml config file there are 2 possible configurations for gas: gas_delivered and gas_delivered_be They are both in the default configuration. gas_delivered_be must be used in belgium to display the gas consumed value. In all other countries gas_delivered returns the gas consumed value. This is because Belgium meters return the gas information a bit differently. So one of the two will always be empty or NA (not avilable).
Some people also report that non of the two values give a result. This can happen because the gas meter is returning its information on another bus. By default this is bus 1. Possible values are 1-4 and this can be defined in the yaml file via the setting gas_mbus_id. See also
In the yaml configuration file the following must be set:
dsmr:
gas_mbus_id: 2
In above example bus 2 is used.
Note, for Belgium, when I tried this that I got the water consumption value when using bus 2. This because the water meter is on bus 2.