Fork me on GitHub

pimatic-dhtxx

Support for the DHTxx temperature/humidity sensor.

Example config

Add the plugin to the plugin section:

{ 
  "plugin": "dhtxx"
}

Then add a sensor for your device to the devices section:

{
  "id": "my-sensor",
  "name": "dhtxx example",
  "class": "DHTxxSensor",
  "type": 22,
  "gpio": 18,
  "interval": 60000
}

Thank you David Jose for node-dht-sensor and sweet pi for inspiration and his work on best automatization software Pimatic.

Plugin Config Options

pimatic-z-way config options
OptionDescriptionDefault
hostname
string
Hostname of the server that runs the z-way server (usually localhost)
"localhost"

Device Config Options

pimatic-z-way device config options

ZWaySwitch

ZWaySwitch config options
OptionDescriptionDefault
virtualDeviceId
string
Virtual Device ID (call `curl http://HOSTNAME:8083/ZAutomation/api/v1/devices` for a list)
interval
number
Time interval (in s) after a state update is requested. If 0 then the state will not updated automatically.
0

ZWayDimmer

ZWayDimmer config options
OptionDescriptionDefault
virtualDeviceId
string
Virtual Device ID (call `curl http://HOSTNAME:8083/ZAutomation/api/v1/devices` for a list)
interval
number
Time interval (in s) after a state update is requested. If 0 then the state will not updated automatically.
0

ZWayPowerSensor

ZWayPowerSensor config options
OptionDescriptionDefault
virtualDeviceId
string
Virtual Device ID (call `curl http://HOSTNAME:8083/ZAutomation/api/v1/devices` for a list)
interval
number
Time interval (in s) after an update is requested.
60

ZWayDoorWindowSensor

ZWayDoorWindowSensor config options
OptionDescriptionDefault
virtualDeviceId
string
Virtual Device ID (call `curl http://HOSTNAME:8083/ZAutomation/api/v1/devices` for a list)
interval
number
Time interval (in s) after an update is requested.
2
inverted
boolean
Sets 1 to opend and 0 to closed
false

ZWayTemperatureSensor

ZWayTemperatureSensor config options
OptionDescriptionDefault
virtualDeviceId
string
Virtual Device ID (call `curl http://HOSTNAME:8083/ZAutomation/api/v1/devices` for a list)
interval
number
Time interval (in s) after an update is requested.
60

ZWayLuminiscenceSensor

ZWayLuminiscenceSensor config options
OptionDescriptionDefault
virtualDeviceId
string
Virtual Device ID (call `curl http://HOSTNAME:8083/ZAutomation/api/v1/devices` for a list)
interval
number
Time interval (in s) after an update is requested.
60

ZWayMotionSensor

ZWayMotionSensor config options
OptionDescriptionDefault
virtualDeviceId
string
Virtual Device ID (call `curl http://HOSTNAME:8083/ZAutomation/api/v1/devices` for a list)
interval
number
Time interval (in s) after an update is requested.
2
inverted
boolean
Sets 1 to motion and 0 to no motion
false

ZWayShutterController

ZWayShutterController config options
OptionDescriptionDefault
virtualDeviceId
string
Virtual Device ID (call `curl http://HOSTNAME:8083/ZAutomation/api/v1/devices` for a list)
interval
number
Time interval (in s) after an update is requested.
2
pimatic-z-way is written by Mathias Nestler (mathias.nestler)