Correcting EPS power register for single-phase H1_G2s with newer firmwares #466
Annotations
5 errors and 1 warning
|
Pre-commit and pytest
Process completed with exit code 1.
|
|
Pre-commit and pytest:
tests/test_entity_descriptions.py#L104
test_entities[AC1-AUX-latest]
assert [+ received] == [- snapshot]
......
...
"addresses": [
- 39216,
- 39217
+ 11017
],
...
"type": "sensor"
+ },
......
|
|
Pre-commit and pytest:
tests/test_entity_descriptions.py#L104
test_entities[AC1_G2-AUX-latest]
assert [+ received] == [- snapshot]
......
...
"addresses": [
- 31012
+ 39217,
+ 39216
],
...
"type": "sensor"
- },
......
|
|
Pre-commit and pytest:
tests/test_entity_descriptions.py#L104
test_entities[H1_G2-AUX-latest]
assert [+ received] == [- snapshot]
......
...
"addresses": [
+ 39217,
+ 39216
+ ],
+ "key": "eps_rpower",
+ "name": "EPS Power",
+ "scale": 0.001,
+ "signed": true,
+ "type": "sensor"
+ },
+ {
+ "addresses": [
31010
...
"type": "sensor"
- },
- {
- "addresses": [
- 32019,
- 32018
- ],
- "key": "input_energy_total",
- "name": "Input Energy Total",
- "scale": 0.1,
- "signed": false,
- "type": "sensor"
......
|
|
Pre-commit and pytest:
tests/test_entity_descriptions.py#L104
test_entities[H1_G2-AUX-v1.44]
assert [+ received] == [- snapshot]
......
...
"addresses": [
+ 31012
+ ],
+ "key": "eps_rpower",
+ "name": "EPS Power",
+ "scale": 0.001,
+ "signed": true,
+ "type": "sensor"
+ },
+ {
+ "addresses": [
31010
...
},
- {
- "addresses": [
- 32019,
- 32018
- ],
- "key": "input_energy_total",
- "name": "Input Energy Total",
- "scale": 0.1,
- "signed": false,
- "type": "sensor"
......
|
|
Pre-commit and pytest
Failed to restore: Cache service responded with 400
|