Search found 23 matches

by BobElHat
03 Feb 2017 01:43
Forum: Device specific
Topic: AEON 6 in 1 Multisensor z-waves Plus working with Razberry?
Replies: 4
Views: 7162

Re: AEON 6 in 1 Multisensor z-waves Plus working with Razber

Mine works OK with my Razberry. For some devices I do end up doing configuration in the expert commands section of the expert UI (with reference to the manual). The Multisensor does have some issues though. If running on USB power it over-reads the temperature and this seems to throw the humidity re...
by BobElHat
03 Feb 2017 01:32
Forum: Recipes
Topic: help needed to let RGB device "blink"
Replies: 4
Views: 7091

Re: help needed to let RGB device "blink"

Maros' module looks like as good a place to start as any - the code looks clean and it does similar timer setting/clearing things. Thinking about it, if equal on and off times are acceptable it would probably be simpler to just have one setInterval and have the code turn it off if it's on and on if ...
by BobElHat
31 Jan 2017 15:59
Forum: Recipes
Topic: help needed to let RGB device "blink"
Replies: 4
Views: 7091

Re: help needed to let RGB device "blink"

On my phone so can't really write the code, but you could maybe use setInterval and setTimeout. Something like: the "on" command for your code device calls setInterval, which periodically calls an anonymous function which turns the light on, then does a setTimeout to turn it off. Store the...
by BobElHat
25 Jan 2017 20:02
Forum: Discussions in English
Topic: Philips Hue app?
Replies: 79
Views: 96930

Re: Philips Hue app?

Just as long as you don't get rid of all of your bash scripts. It's not a proper home automation system if you've not got a few dirty hacks to do obscure things! The Hue stuff has got rid of my hacked up homebrew gear for controlling cheap RGB light strips and RF dimmers, but the TV and curtains are...
by BobElHat
24 Jan 2017 23:27
Forum: Discussions in English
Topic: Philips Hue app?
Replies: 79
Views: 96930

Re: Philips Hue app?

Everything seems to be working fine so I've merged the dev branch into master as version 1.0. Minux, if you're managing this on the App store I'd recommend this version is uploaded. .tar.gz file suitable for upload attached. For the impatient, do something like this to install it: cd /opt/z-way-serv...
by BobElHat
22 Jan 2017 20:39
Forum: Recipes
Topic: [userModule] Dimmable Scene
Replies: 4
Views: 7381

Re: [userModule] Dimmable Scene

I've updated to version 1.1, which adds support for negative slopes, multiple entries for each device and an optional button to recall the last level the device was set to (which I use with various rules).

New version available now on GitHub and has been sent for verification on the app store.
by BobElHat
22 Jan 2017 20:12
Forum: Discussions in English
Topic: Philips Hue app?
Replies: 79
Views: 96930

Re: Philips Hue app?

Development version has been updated. Scenes re-enabled. Options for which controls to create for colour devices (Hue/Sat, XY or both). Option to avoid sending on command if light is already on. Lights are now automatically put into the right room (if there is a matching one). Other than adding supp...
by BobElHat
17 Jan 2017 01:41
Forum: Discussions in English
Topic: Philips Hue app?
Replies: 79
Views: 96930

Re: Philips Hue app?

The good news is that I went out and bought some new Lightstrips. Any excuse to buy more toys! I've added the RGB colour picker back in to the development version. The great news is that when you set a colour with the colour picker, when it next refreshes from the bridge (every 15 seconds) the Hue a...
by BobElHat
16 Jan 2017 01:43
Forum: Discussions in English
Topic: Philips Hue app?
Replies: 79
Views: 96930

Re: Philips Hue app?

Great idea (and useful for me too!). I've added it in the same way in the development version, but made it a configurable option as not everyone might want the tags cluttering things up.

A better way to do it would be to have a field to add whatever tags you like, but that's for the future :)
by BobElHat
15 Jan 2017 23:16
Forum: Discussions in English
Topic: Philips Hue app?
Replies: 79
Views: 96930

Re: Philips Hue app?

If you're looking at the code there's a development branch up on Github. It's a pretty rough at the moment, but I have made the device IDs consistent so it doesn't break all your scenes when you reinitialise the module (unfortunately it'll still lose tags and rooms). I've mostly done some refactorin...