Skip to content

Commit

Permalink
Merge pull request #42 from wimb0/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
wimb0 authored Apr 29, 2021
2 parents 761cad8 + 448fcc9 commit 0e39976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 0 additions & 8 deletions custom_components/saj_modbus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,14 +238,6 @@ def read_modbus_realtime_data(self):
faultMsg0 = decoder.decode_32bit_uint()
faultMsg1 = decoder.decode_32bit_uint()
faultMsg2 = decoder.decode_32bit_uint()
_LOGGER.debug(
"faultMsg "
+ "{0:#010x}".format(faultMsg0)
+ " "
+ "{0:#010x}".format(faultMsg1)
+ " "
+ "{0:#010x}".format(faultMsg2)
)

faultMsg = []
faultMsg.extend(
Expand Down
5 changes: 3 additions & 2 deletions custom_components/saj_modbus/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"domain": "saj_modbus",
"name": "SAJ Inverter Modbus",
"version": "1.3.0",
"version": "1.4.1",
"documentation": "https://github.com/wimb0/home-assistant-saj-modbus",
"issue_tracker": "https://github.com/wimb0/home-assistant-saj-modbus/issues",
"requirements": ["pymodbus==2.3.0"],
"dependencies": [],
"codeowners": ["@wimb0"],
"config_flow": true
"config_flow": true,
"iot_class": "local_polling"
}

0 comments on commit 0e39976

Please sign in to comment.