Hi all,
I’m writing a small pimatic plugin which implements an interface for the tradfri devices.
Features Release 0.1.9
- Discover devices, groups, and scenes/moods
- Tradfri Hub as presence device available
- Control lights (also with temperature stepless)
- Control groups
- Observe changes
- Scenes/moods per Group
- Action providers for all features
- Presence check for lights
- Configurable transition time for smooth changes
It is over npm available.
The lights must be paired with the gateway before.
Then, just put in your config :
{
"plugin": "tradfri",
"secID": "GATEWAY KEY",
"hubIP": "GATEWAY IP",
"debug": true
}
It has beta status and needs testing.
Please send me bugs over github.