Fork me on GitHub

pimatic-sensibo by Marcus Wittig | github | npm

pimatic-sensibo

A pimatic plugin for the Sensibo This is plugin is provided for testing purposes.

Plugin Config Options

pimatic-sensibo plugin config options
OptionDescriptionDefault
apiKey
string
Sensibo API key to be obtained from https://home.sensibo.com/me/api
interval
number
Polling interval for switch state in seconds, value range [10-86400] or 0 to use device setting
60
timeout
number
Timeout in seconds for HTTP REST Requests, value range [5-86400]
10
debug
boolean
Debug mode. Writes debug message to the pimatic log
false
baseUrl
string
Base URL of Sensibo service. Only needs to be changed for testing proposes
"https://home.sensibo.com/api/v2"

Device Config Options

pimatic-sensibo device config schemas

SensiboControl

Sensibo AC Control
OptionDescriptionDefault
podUid
string
The unique id of the Pod

SensiboFanControl

Sensibo Fan Control
OptionDescriptionDefault
podUid
string
The unique id of the Pod
buttons
array
The fan level control buttons
[
  {
    "id": "low"
  },
  {
    "id": "medium"
  },
  {
    "id": "high"
  },
  {
    "id": "auto"
  }
]

SensiboSensor

Sensibo AC Temperature/Humidity Sensor
OptionDescriptionDefault
podUid
string
The unique id of the Pod
pimatic-sensibo is written by Marcus Wittig