Created
March 16, 2021 14:27
-
-
Save vaughankg/7f9ad16ff8df0bb80e2b29874ac3b3b1 to your computer and use it in GitHub Desktop.
Service location
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "lon": -0.6774620035007706, | |
| "lat": 51.354644775390625, | |
| "electricityCost": 0, | |
| "electricityCurrency": "GBP", | |
| "timezone": "Europe/London", | |
| "appliances": [ | |
| { | |
| "id": 2, | |
| "name": "Cooker", | |
| "type": "Outlet", | |
| "sourceType": "CT" | |
| }, | |
| { | |
| "id": 1, | |
| "name": "Lights", | |
| "type": "Lights", | |
| "sourceType": "CT" | |
| }, | |
| { | |
| "id": 3, | |
| "name": "1/2 Kitchen", | |
| "type": "Outlet", | |
| "sourceType": "CT" | |
| } | |
| ], | |
| "actuators": [], | |
| "sensors": [ | |
| { | |
| "id": 1, | |
| "name": "3004003797", | |
| "channels": [ | |
| { | |
| "name": "Gas", | |
| "ppu": 100, | |
| "uom": "m3", | |
| "enabled": true, | |
| "type": "gas", | |
| "channel": 1 | |
| } | |
| ] | |
| } | |
| ], | |
| "monitors": [], | |
| "channelsConfiguration": { | |
| "inputChannels": [ | |
| { | |
| "ctInput": 0, | |
| "name": "Grid", | |
| "phase": 0, | |
| "inputChannelType": "CONSUMPTION", | |
| "reversed": false, | |
| "nilm": false, | |
| "balanced": false, | |
| "inputChannelCTType": "SCT2_100A" | |
| }, | |
| { | |
| "ctInput": 1, | |
| "name": "Lights", | |
| "phase": 0, | |
| "inputChannelType": "CONSUMPTION", | |
| "inputChannelConnection": "SUBMETER", | |
| "reversed": false, | |
| "nilm": false, | |
| "balanced": false, | |
| "inputChannelCTType": "SCT2_50A" | |
| }, | |
| { | |
| "ctInput": 2, | |
| "name": "1/2 Kitchen", | |
| "phase": 0, | |
| "inputChannelType": "CONSUMPTION", | |
| "inputChannelConnection": "SUBMETER", | |
| "reversed": false, | |
| "nilm": false, | |
| "balanced": false, | |
| "inputChannelCTType": "SCT2_50A" | |
| }, | |
| { | |
| "ctInput": 3, | |
| "name": "Cooker", | |
| "phase": 0, | |
| "inputChannelType": "CONSUMPTION", | |
| "inputChannelConnection": "SUBMETER", | |
| "reversed": false, | |
| "nilm": false, | |
| "balanced": false, | |
| "inputChannelCTType": "SCT2_50A" | |
| }, | |
| { | |
| "ctInput": 0, | |
| "phase": 0, | |
| "inputChannelType": "UNUSED", | |
| "reversed": false, | |
| "nilm": false, | |
| "balanced": false, | |
| "inputChannelCTType": "CT50_100_200" | |
| }, | |
| { | |
| "ctInput": 0, | |
| "phase": 0, | |
| "inputChannelType": "UNUSED", | |
| "reversed": false, | |
| "nilm": false, | |
| "balanced": false, | |
| "inputChannelCTType": "CT50_100_200" | |
| }, | |
| { | |
| "ctInput": 0, | |
| "phase": 0, | |
| "inputChannelType": "UNUSED", | |
| "reversed": false, | |
| "nilm": false, | |
| "balanced": false, | |
| "inputChannelCTType": "CT50_100_200" | |
| }, | |
| { | |
| "ctInput": 0, | |
| "phase": 0, | |
| "inputChannelType": "UNUSED", | |
| "reversed": false, | |
| "nilm": false, | |
| "balanced": false, | |
| "inputChannelCTType": "CT50_100_200" | |
| }, | |
| { | |
| "ctInput": 0, | |
| "phase": 0, | |
| "inputChannelType": "UNUSED", | |
| "reversed": false, | |
| "nilm": false, | |
| "balanced": false, | |
| "inputChannelCTType": "CT50_100_200" | |
| } | |
| ] | |
| }, | |
| "custom": [], | |
| "serviceLocationId": 60021, | |
| "serviceLocationUuid": "f32305a4-7948-4473-8374-95539630dea8", | |
| "name": "South Farm Lane, Bagshot", | |
| "deviceSerialNumber": "5010000424", | |
| "from": 1614877037780 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment