1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-05 13:45:32 +01:00
Files
core/tests/components/v2c/fixtures/get_data.json
T
Diogo Gomes c27e43c570 Moves V2C InstallationVoltage from Sensor to Number (#169771)
Co-authored-by: Samuel Cabrero <scabrero@suse.com>
Co-authored-by: Samuel Cabrero <samuel@orica.es>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Samuel Cabrero <samuel@orica.es>
2026-06-08 11:47:12 +02:00

27 lines
501 B
JSON

{
"ID": "ABC123",
"ChargeState": 2,
"ReadyState": 0,
"ChargePower": 1500.27,
"VoltageInstallation": 230,
"ChargeEnergy": 1.8,
"SlaveError": 4,
"ChargeTime": 4355,
"HousePower": 0.0,
"FVPower": 0.0,
"BatteryPower": 0.0,
"Paused": 0,
"Locked": 0,
"Timer": 0,
"Intensity": 6,
"Dynamic": 0,
"MinIntensity": 6,
"MaxIntensity": 16,
"PauseDynamic": 0,
"LightLED": 25,
"LogoLED": 75,
"FirmwareVersion": "2.1.7",
"DynamicPowerMode": 2,
"ContractedPower": 4600
}