diff --git a/prpd_usb/schema.py b/prpd_usb/schema.py index 577e292..aa19d1c 100644 --- a/prpd_usb/schema.py +++ b/prpd_usb/schema.py @@ -7,7 +7,7 @@ MODEL_TO_COMMANDS = { "PR37Bi": ["7105", "7104", "7103", "7005", "7001", "7101", "7004", "7003"], - "PR37SB": ["7001", "7002", "7003", "7004", "7005", "7101", "7102", "7103", "7104", "7105"], + "PR37SB": ["7001", "7002", "7003", "7004", "7101", "7102", "7103", "7104"], "PR50SB": ["7104", "7103", "7001", "7101", "7004", "7003", "7002", "7102"], } diff --git a/tests/test_schema.py b/tests/test_schema.py index e6c342e..55d611d 100644 --- a/tests/test_schema.py +++ b/tests/test_schema.py @@ -103,21 +103,12 @@ def test_pr37sb(): "solar": { "current_string_1": 5.78, "current_string_2": 5.86, - "status": 16, + "status": 61507, "total": 20722671, - "total_phase_1": 0, - "total_phase_2": 0, - "total_phase_3": 0, "total_string_1": 10168204, "total_string_2": 10554467, - "va_phase_1": 0, - "va_phase_2": 0, - "va_phase_3": 0, "voltage_string_1": 189.09, "voltage_string_2": 185.01, - "w_phase_1": 0, - "w_phase_2": 0, - "w_phase_3": 0, }, }