Skip to content

Commit

Permalink
Merge pull request #56 from boneIO-eu/socomec
Browse files Browse the repository at this point in the history
Fix Socomec E03
  • Loading branch information
pszafer authored Nov 15, 2024
2 parents 564ddc2 + 867b14d commit 508a4c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boneio/modbus/socomec_e03.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"unit_of_measurement": "W",
"state_class": "measurement",
"value_type": "S_DWORD",
"filters": [{ "multiply": 0.001 }]
"filters": [{ "multiply": 10 }]
}
]
},
Expand Down
10 changes: 9 additions & 1 deletion boneio/schema/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,15 @@ modbus_sensors:
type: string
required: True
allowed:
['sdm630', 'sdm120', 'sofar', 'socomec_e23', 'cwt', 'orno-or-we-517']
[
'sdm630',
'sdm120',
'sofar',
'socomec_e03',
'socomec_e23',
'cwt',
'orno-or-we-517',
]
meta:
label: Model to load from database.
update_interval:
Expand Down
2 changes: 1 addition & 1 deletion boneio/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# flake8: noqa
__version__ = "0.8.1"
__version__ = "0.8.2"

0 comments on commit 508a4c3

Please sign in to comment.