Skip to content

Commit

Permalink
minor fixes to qpgs in pi30max
Browse files Browse the repository at this point in the history
  • Loading branch information
jblance committed Jan 11, 2023
1 parent c836a79 commit 05a910d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mppsolar/protocols/pi30max.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,11 @@
"response_type": "INDEXED",
"response": [
[1, "Parallel instance number", "option", ["Not valid", "valid"]],
[2, "Serial number", "str", ""],
[2, "Serial number", "bytes:r.decode()", ""],
[
3,
"Work mode",
"keyed",
"str_keyed",
{
"P": "Power On Mode",
"S": "Standby Mode",
Expand All @@ -281,7 +281,7 @@
[
4,
"Fault code",
"keyed",
"str_keyed",
{
"00": "No fault",
"01": "Fan is locked",
Expand Down
2 changes: 1 addition & 1 deletion mppsolar/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.15.5"
__version__ = "0.15.7"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mppsolar"
version = "0.15.5"
version = "0.15.7"
#version = "0.05.1"
description = "Package to communicate with Solar inverters and BMSs"
authors = ["John Blance"]
Expand Down

0 comments on commit 05a910d

Please sign in to comment.