tuk90 / RemehaHome-Domoticz

MIT License
0 stars 0 forks source link

gas calorific value #15

Closed gizmocuz closed 7 months ago

gizmocuz commented 7 months ago

Is it possible you could add the unit for the gas calorific value?

, Options: {'Custom': '1;<kWh/m³>'

Devices[7].Update(nValue=0, sValue=str(value_gascalorificvalue), Options: {'Custom': '1;<kWh/m³>'})

(I think this should work.... not 100%)

tuk90 commented 7 months ago

Almost: Options={"Custom": "1;kWh/m³"}

and it is merged in to main