Fork me on GitHub

pimatic-climasens by Samuel Mueller (froehlyeisvogel) | github | npm

pimatic-ClimaSens

Pimatic Plugin that monitors Smart-ClimaSense.

Configuration

This plugin is running and tested on raspberry pi and should also work on all other linux distributions. It requires the "bluez" bluetooth protocol stack for linux.

Copy the whole folder into the "pimatic-app/node_modules/" folder. After restarting pimatic the plugin will show up in the plugins section.

It is recommented to use a second bluetooth adapter exclusively for this plugin. The bluetooth adapter has to provide the bluetooth low energy protocol (> v.4.0).

Adding-Devices

To add an device you can use the "discover devices" function from pimatic.

Plugin Config Options

pimatic-climasens
OptionDescriptionDefault
debug
boolean
Debug mode. Writes debug messages to the Pimatic log, if set to true.
false
bluetoothInterface
string
The bluetooth interface
"hci0"

Device Config Options

pimatic-climasens config schemas

ClimaSens

ClimaSens config options
OptionDescriptionDefault
address
string
Address of the ClimaSens to connect Format:'XX:XX:XX:XX:XX:XX'
""
light
boolean
Activate light
"false"
temperature
boolean
Activate temperature
"false"
humidity
boolean
Activate humidity
"false"
pressure
boolean
Activate pressure
"false"
battery
boolean
Activate battery
"false"
undervoltage
number
Undervolate error
"2.75"
contact
boolean
Activate contact
"false"
presence
boolean
Activate presence
"false"
interval
number
Interval until presence lost in s
120
button
boolean
Activate button
false
powermeter
boolean
Activate powermeter
false
absolutehumidity
boolean
Activate absolute humidity
false
dewpoint
boolean
Activate dew-point temperature
false
pimatic-climasens is written by Samuel Mueller (froehlyeisvogel)