Skip to content

Commit

Permalink
Add "Inverter Temperature" for X1-Boost-Air-Mini with Wifi Pocket v2.…
Browse files Browse the repository at this point in the history
…034.06 squishykid#60

Add "Inverter Temperature" for X1-Boost-Air-Mini with Wifi Pocket v2.034.06 squishykid#60
  • Loading branch information
arnemauer committed Apr 24, 2022
1 parent bb86b44 commit 3118124
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions solax/inverters/x1_mini_v34.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@


class X1MiniV34(InverterPost):
"""
X1-Boost-Air-Mini with Wifi Pocket v2.034.06
SolarX disabled lan access with this custom firmware you can access te Wifi Pocket from your internal lan:
https://blog.chrisoft.io/2021/02/14/firmwares-modificados-para-solax-pocket-wifi-v2/
"""

# pylint: disable=duplicate-code
_schema = vol.Schema({
vol.Required('type', 'type'): vol.All(int, 4),
Expand Down Expand Up @@ -43,5 +49,6 @@ class X1MiniV34(InverterPost):
'Total Feed-in Energy': (41, 'kWh', div10),
'Total Consumption': (42, 'kWh', div10),
'Power Now': (43, 'W', div10),
'Inverter Temperature': (55, 'C'),
}
# pylint: enable=duplicate-code
1 change: 1 addition & 0 deletions tests/samples/expected_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@
"Total Feed-in Energy": 251.8,
"Total Consumption": 0,
"Power Now": 0,
"Inverter Temperature": 41,
}

X1_SMART_VALUES = {
Expand Down

0 comments on commit 3118124

Please sign in to comment.