Meters

GET /api/meters

Get meter information.

[
    {
        "serial": "JBL12345Y1F01EsynchrometerY",
        "short_id": "1234567-00-E--TG123456789A5M",
        "type": "synchrometerY",
        "cts": [
            {
                "type": "site",
                "valid": [
                    true,
                    false,
                    false,
                    false
                ],
                "inverted": [
                    false,
                    false,
                    false,
                    false
                ],
                "real_power_scale_factor": 1
            },
            {
                "type": "solar",
                "valid": [
                    false,
                    true,
                    false,
                    false
                ],
                "inverted": [
                    false,
                    false,
                    false,
                    false
                ],
                "real_power_scale_factor": 2
            }
        ]
    },
    {
        "serial": "JBL12345Y1F01EsynchrometerX",
        "short_id": "1234567-00-E--TG123456789A5M",
        "type": "synchrometerX",
        "cts": [
            {
                "type": "site",
                "valid": [
                    true,
                    true,
                    false,
                    false
                ],
                "inverted": [
                    false,
                    false,
                    false,
                    false
                ]
            }
        ]
    }
]

GET /api/meters/aggregates

Gets current Solar, Battery, and House information. As well as all time site information.

GET /api/meters/readings

Get current meter readings.

GET /api/meters/site

Get meters site information.

GET /api/meters/solar

Get meters solar information.

Last updated