Smart Me
smart-me is an energy metering and energy management platform for monitoring electricity consumption and smart meter data.
- Base URL:
https://smart-me.com:443 - Auth:
basic(pass your key via theapiKeyinput)
Operations
account_login— GET /api/Account/loginactions_get— GET /api/Actions/{id} — Gets all available Actions of a Deviceadditionaldeviceinformation_get— GET /api/AdditionalDeviceInformation/{id} — Gets the additional information (e.g. Firmware Version) about a device.customdevice_get— GET /api/CustomDevice — Gets all Custom Devicesget_api_customdevice_id— GET /api/CustomDevice/{id} — Gets a Custom Device by it's IDdevicebyserial_get— GET /api/DeviceBySerial — Gets a Device by it's Serial Number. The Serial is the part before the "-".
Inputs
apiKey— your smart-me API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: account_login
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: account_login, actions_get, additionaldeviceinformation_get, customdevice_get, get_api_customdevice_id, devicebyserial_get |
id |
string | no | — | Path parameter id (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |