Search found 23 matches

by BobElHat
15 Jan 2017 19:42
Forum: Recipes
Topic: [userModule] Daylight (updated 2015-07-05)
Replies: 78
Views: 611692

Re: [userModule] Daylight (updated 2015-07-05)

tomshuette, thank you for that, it seems to be working well.

I had been using Wunderground, but that only updates every 15 minutes rather than setting an accurate timer as Daylight does.
by BobElHat
15 Jan 2017 19:07
Forum: Recipes
Topic: [userModule] Dimmable Scene
Replies: 4
Views: 7816

Re: [userModule] Dimmable Scene

I have uploaded it, but not yet sent the verification request so you need the key to access it. I started writing it less than 24h ago so I was going to test it for a bit before moving it out of beta!
by BobElHat
15 Jan 2017 03:54
Forum: Discussions in English
Topic: Philips Hue app?
Replies: 79
Views: 97668

Re: Philips Hue app?

Yes, the code for updating the colour of RGB lights hasn't been written yet. Minux hadn't written it and I've not got any so I didn't add it as I wouldn't be able to test it. Not sure about updating the UI element, but for refreshing the values set via your phone or whatever it'll need a function to...
by BobElHat
15 Jan 2017 03:36
Forum: Recipes
Topic: [userModule] Dimmable Scene
Replies: 4
Views: 7816

[userModule] Dimmable Scene

I found that many of the scenes I created were really just making things brighter or dimmer, but I couldn't use the Group Devices module as that sets the same level for everything and I wanted finer grained control. So, I wrote a module that lets you very configurably control multiple lights with on...
by BobElHat
14 Jan 2017 21:53
Forum: Discussions in English
Topic: Philips Hue app?
Replies: 79
Views: 97668

Re: Philips Hue app?

Glad it's working. What kind of Hue lights do you have? As I only have Ambience lights I'd be interested to know if it all still works with the coloured ones or the plain white ones. I think at the moment it'll create a colour device for the plan white bulbs as there's no code to detect them, but it...
by BobElHat
14 Jan 2017 21:19
Forum: Discussions in English
Topic: Philips Hue app?
Replies: 79
Views: 97668

Re: Philips Hue app?

klaasjoerg, that's curious, it's exactly what I have working on my system and when I clone the git repo everything seems to be there. This one has the same name as the previous on so I wonder if some junk is left over from the previous version. You could try reinitialising it by going to: http://[yo...
by BobElHat
14 Jan 2017 19:32
Forum: Discussions in English
Topic: Philips Hue app?
Replies: 79
Views: 97668

Re: Philips Hue app?

I have a feeling that the PhillipsHue module is actually just an earlier version of the Hue module, both by Minux. Rather than put a third one on the app store I've uploaded my modified version to Github for now. It definitely needs more work, but it functions just fine for my Ambience lights as it ...
by BobElHat
14 Jan 2017 19:17
Forum: Discussions in English
Topic: How to debug system failure
Replies: 19
Views: 18746

Re: How to debug system failure

OK, strace is running in a screen session and I'll report back if I see another crash.

Turns out the weird [core] [object Object] message actually was from the module code, so that's probably unrelated.
by BobElHat
14 Jan 2017 16:09
Forum: Discussions in English
Topic: How to debug system failure
Replies: 19
Views: 18746

Re: How to debug system failure

I've been having occasional crashes too. Previously, they seemed to be happening around the time Minux's Hue module ran its refresh, but I rewrote that to use a single http.request and that seemed to have stopped it - but last night it happened again. Last logs were: [2017-01-14 02:25:41.772] [D] [z...
by BobElHat
11 Jan 2017 02:36
Forum: Discussions in English
Topic: Standard Variables within Code-App (or other generic apps)
Replies: 3
Views: 4419

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

Yes, there's a lot you can access. There are links to documentation at the bottom of the Github repo . I suggest you browse around the API docs to get a feel for what's available, it's trivial to get JSON dumps of the internal state of devices, modules, notifications etc. that way. If you want to ac...