mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Update p1monitor lib to v3.0.0 (#104395)
This commit is contained in:
parent
556e72abf8
commit
eaba2c7dc1
@ -7,5 +7,5 @@
|
|||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["p1monitor"],
|
"loggers": ["p1monitor"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"requirements": ["p1monitor==2.1.1"]
|
"requirements": ["p1monitor==3.0.0"]
|
||||||
}
|
}
|
||||||
|
@ -1426,7 +1426,7 @@ orvibo==1.1.1
|
|||||||
ovoenergy==1.2.0
|
ovoenergy==1.2.0
|
||||||
|
|
||||||
# homeassistant.components.p1_monitor
|
# homeassistant.components.p1_monitor
|
||||||
p1monitor==2.1.1
|
p1monitor==3.0.0
|
||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
|
@ -1096,7 +1096,7 @@ oralb-ble==0.17.6
|
|||||||
ovoenergy==1.2.0
|
ovoenergy==1.2.0
|
||||||
|
|
||||||
# homeassistant.components.p1_monitor
|
# homeassistant.components.p1_monitor
|
||||||
p1monitor==2.1.1
|
p1monitor==3.0.0
|
||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
|
@ -35,12 +35,12 @@ async def test_diagnostics(
|
|||||||
"energy_production_low": 1432.279,
|
"energy_production_low": 1432.279,
|
||||||
},
|
},
|
||||||
"phases": {
|
"phases": {
|
||||||
"voltage_phase_l1": "233.6",
|
"voltage_phase_l1": 233.6,
|
||||||
"voltage_phase_l2": "0.0",
|
"voltage_phase_l2": 0.0,
|
||||||
"voltage_phase_l3": "233.0",
|
"voltage_phase_l3": 233.0,
|
||||||
"current_phase_l1": "1.6",
|
"current_phase_l1": 1.6,
|
||||||
"current_phase_l2": "4.44",
|
"current_phase_l2": 4.44,
|
||||||
"current_phase_l3": "3.51",
|
"current_phase_l3": 3.51,
|
||||||
"power_consumed_phase_l1": 315,
|
"power_consumed_phase_l1": 315,
|
||||||
"power_consumed_phase_l2": 0,
|
"power_consumed_phase_l2": 0,
|
||||||
"power_consumed_phase_l3": 624,
|
"power_consumed_phase_l3": 624,
|
||||||
@ -49,11 +49,11 @@ async def test_diagnostics(
|
|||||||
"power_produced_phase_l3": 0,
|
"power_produced_phase_l3": 0,
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"gas_consumption_price": "0.64",
|
"gas_consumption_price": 0.64,
|
||||||
"energy_consumption_price_high": "0.20522",
|
"energy_consumption_price_high": 0.20522,
|
||||||
"energy_consumption_price_low": "0.20522",
|
"energy_consumption_price_low": 0.20522,
|
||||||
"energy_production_price_high": "0.20522",
|
"energy_production_price_high": 0.20522,
|
||||||
"energy_production_price_low": "0.20522",
|
"energy_production_price_low": 0.20522,
|
||||||
},
|
},
|
||||||
"watermeter": {
|
"watermeter": {
|
||||||
"consumption_day": 112.0,
|
"consumption_day": 112.0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user