Hi guys,
I have an issue with utility meter I can’t figure out: browsed the forum but it was of no help.
So I have 1 shelly devices (1PM and 2.5) which are reporting instantaneous consumption.
Shelly 1PM
Shelly 2.5
as you may notice both having correct unit of measurement.
Now I am integrating these by:
1PM
- platform: integration
source: sensor.shelly_shsw_pm_e641f5_current_consumption
name: "Integrated Domotica Power (h)"
round: 2
unit_time: h
unit_prefix: k
2.5
- platform: integration
source: sensor.shelly_shsw_25_bcddc2774577_1_current_consumption
name: "Integrated Deumidificatore Bagno P-1 consumption"
round: 2
unit_time: h
unit_prefix: k
but while the 1PM integrated sensor has expected unit of measurement (kWh) 2.5 one doesn’t have any.
As a result utility meter do not correctly work.
I tried to manually add unit of measurement:
- platform: integration
source: sensor.shelly_shsw_25_bcddc2774577_1_current_consumption
name: "Integrated Deumidificatore Bagno P-1 consumption"
round: 2
unit_time: h
unit_prefix: k
unit: kWh
and the sensor get it correctly, nevertheless utility meter lead to this:
1PM
2.5
Can someone help?