Search found 23 matches

by BobElHat
11 Jan 2017 00:43
Forum: Discussions in English
Topic: Standard Variables within Code-App (or other generic apps)
Replies: 3
Views: 4418

Re: Standard Variables within Code-App (or other generic app

You can store things in the metrics for the device. e.g. if you create a code device with a toggle button you could store something like so:

Code: Select all

controller.devices.get("Code_Device_toggleButton_118").set("metrics:mydata","whatever I want to store");
by BobElHat
30 Dec 2016 16:05
Forum: Discussions in English
Topic: Developer wants to control UZB via REST on Raspberry PI
Replies: 4
Views: 4541

Re: Developer wants to control UZB via REST on Raspberry PI

Documentation for the ZWay API is here: http://docs.zwayhomeautomation.apiary.io . If you end up needing to create a module, documentation on that is here: http://developer.z-wave.me/?uri=help . Not sure about the issues with UZB and the Pi3, but apparently it does work: https://forum.z-wave.me/view...
by BobElHat
30 Dec 2016 07:18
Forum: Discussions in English
Topic: Philips Hue app?
Replies: 79
Views: 97636

Re: Philips Hue app?

Thanks Minux, the module worked (unlike the other one, that did nothing). I have updated it a bit to deal with Ambience lights. For Ambience lights my version now: Creates a dimmer for colour temperature (unfortunately there's no proper UI element for this). Doesn't create the unnecessary Saturation...