solis_modbus icon indicating copy to clipboard operation
solis_modbus copied to clipboard

Update sensor.py (due to wrong values. kWh is multiplied by 10 or 100.)

Open Dominic-070 opened this issue 5 months ago • 2 comments

"register": ['33161', '33162'], "device_class": SensorDeviceClass.ENERGY, "multiplier": 0.01, changed 1 to 0.01

"register": ['33163'], "device_class": SensorDeviceClass.ENERGY, "multiplier": 0.01, changed 0.1 to 0.01

"register": ['33164'], "device_class": SensorDeviceClass.ENERGY, "multiplier": 0.01, changed 0.1 to 0.01

"register": ['33165', '33166'], "device_class": SensorDeviceClass.ENERGY, "multiplier": 0.01, changed 1 to 0.01

"register": ['33167'], "device_class": SensorDeviceClass.ENERGY, "multiplier": 0.01, changed 0.1 to 0.01

"register": ['33168'], "device_class": SensorDeviceClass.ENERGY, "multiplier": 0.01, changed 0.1 to 0.01

Dominic-070 avatar Sep 24 '24 17:09 Dominic-070