Skip to content

Commit

Permalink
Fix unit of current power consumption for S320
Browse files Browse the repository at this point in the history
Fix unit of Current Power consumption which got wrongly updated to kWh in a previous update but as it's the current power and not energy it should remain in kW iso kWh
  • Loading branch information
cedeherd committed Oct 13, 2024
1 parent a596a57 commit fcf2f97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nibe/data/s320_s325.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1237,8 +1237,8 @@ Energy log - Used energy for hot water over the past hour MODBUS_INPUT_REGISTER
Energy log - Used energy for cooling over the past hour MODBUS_INPUT_REGISTER 2297 100 kWh 6 0 0 0
Energy log - Used energy by additional heater for heating over the past hour MODBUS_INPUT_REGISTER 2299 100 kWh 6 0 0 0
Energy log - Used energy by additional heater for hot water over the past hour MODBUS_INPUT_REGISTER 2301 100 kWh 6 0 0 0
Energy log - Current power consumption MODBUS_INPUT_REGISTER 2305 100 kWh 6 0 0 0
Energy log - Current power consumption, components MODBUS_INPUT_REGISTER 2408 100 kWh 6 0 0 0
Energy log - Current power consumption MODBUS_INPUT_REGISTER 2305 100 kW 6 0 0 0
Energy log - Current power consumption, components MODBUS_INPUT_REGISTER 2408 100 kW 6 0 0 0
Compressor, total time energy storage, main unit (EP14) MODBUS_INPUT_REGISTER 2335 1 h 6 0 2147483647 0
Compressor, total time energy storage, main unit (EP15) MODBUS_INPUT_REGISTER 2337 1 h 6 0 2147483647 0
Compressor, total time energy storage, heat pump 1 (EP14) MODBUS_INPUT_REGISTER 2339 1 h 6 0 2147483647 0
Expand Down
4 changes: 2 additions & 2 deletions nibe/data/s320_s325.json
Original file line number Diff line number Diff line change
Expand Up @@ -7388,14 +7388,14 @@
"32306": {
"title": "Energy log - Current power consumption",
"factor": 100,
"unit": "kWh",
"unit": "kW",
"size": "u32",
"name": "energy-log-current-power-consumption-32306"
},
"32409": {
"title": "Energy log - Current power consumption, components",
"factor": 100,
"unit": "kWh",
"unit": "kW",
"size": "u32",
"name": "energy-log-current-power-consumption-components-32409"
},
Expand Down

0 comments on commit fcf2f97

Please sign in to comment.