1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-01 11:46:40 +01:00
Files
core/tests/components/iometer/fixtures/reading.json
T
2026-05-27 22:19:20 +02:00

18 lines
597 B
JSON

{
"__typename": "iometer.reading.v1",
"installationId": "658c2b34-2017-45f2-a12b-731235f8bb97",
"meter": {
"number": "1ISK0000000000",
"reading": {
"time": "2024-11-11T11:11:11Z",
"registers": [
{ "obis": "01-00:01.08.00*ff", "value": 1234.5, "unit": "Wh" },
{ "obis": "01-00:01.08.01*ff", "value": 1904.5, "unit": "Wh" },
{ "obis": "01-00:01.08.02*ff", "value": 9876.21, "unit": "Wh" },
{ "obis": "01-00:02.08.00*ff", "value": 5432.1, "unit": "Wh" },
{ "obis": "01-00:10.07.00*ff", "value": 100, "unit": "W" }
]
}
}
}