Search found 10 matches

by yanic
Monday 30 May 2016 15:22
Forum: Other questions and discussions
Topic: Blocky event for RGB color setting
Replies: 2
Views: 3169

Re: Blocky event for RGB color setting

Image

I got it working like this, the scene has the ability to set the colour. However I am not sure of the difference between turning a scene on or activating it. Either way I did both
by yanic
Sunday 29 May 2016 22:03
Forum: Other questions and discussions
Topic: Blocky event for RGB color setting
Replies: 2
Views: 3169

Blocky event for RGB color setting

Hello, I just created my first event in blocky! IF my nest thermostat comes on, I turned on a bulb - I was impressed! However, it happens to be an RGB bulb and I was hoping to set the bulb color to red or blue depending on the status but in blocky, I cannot set the bulb to "#3289c7" for example. I ...
by yanic
Sunday 01 November 2015 20:50
Forum: iOS
Topic: Having a few issues with Homekit Siri guide (Node.js issue)
Replies: 20
Views: 11704

Re: Having a few issues with Homekit Siri guide (Node.js iss

did the: sudo npm install forever -g forever start app.js work for you? I haven't been back on it tonight we were watching some homeland :-) I will try this later. Currently I lost access to my 2 switches when the lights restarted and now I'm struggling to add them again. I'm wondering where all ...
by yanic
Sunday 01 November 2015 17:24
Forum: iOS
Topic: Having a few issues with Homekit Siri guide (Node.js issue)
Replies: 20
Views: 11704

Re: Having a few issues with Homekit Siri guide (Node.js iss

Ive added my 2 devices but messed one of them up during the pairing 8key entry thing. Now I cant readd it. Either way, I am sure there is a config file thats stored near that json file that needs some entries deleting and then re-entering. Hoping to get RGB access to my bulb and on/off to my other ...
by yanic
Sunday 01 November 2015 16:30
Forum: iOS
Topic: Having a few issues with Homekit Siri guide (Node.js issue)
Replies: 20
Views: 11704

Re: Having a few issues with Homekit Siri guide (Node.js iss

I started all over again and got it working. Currently can only turn on and off lights and dim them with siri. Its not working with colours but I am mighty chuffed. Not sure what was wrong with my node.js the first time round.

Hey Siri, turn the bedroom lights off! :D
by yanic
Sunday 01 November 2015 13:16
Forum: iOS
Topic: Having a few issues with Homekit Siri guide (Node.js issue)
Replies: 20
Views: 11704

Re: Having a few issues with Homekit Siri guide

I'm having the same issues too and after Googling around it seems you have to upgrade to jessie for this to work. (Probably a dependency / os-version related stuff) I'll try: https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=121880 and let you know if this works. Any luck? I am now on Jessie ...
by yanic
Sunday 01 November 2015 12:32
Forum: iOS
Topic: Having a few issues with Homekit Siri guide (Node.js issue)
Replies: 20
Views: 11704

Re: Having a few issues with Homekit Siri guide

I think I upgraded to Jessie ok but I am still having the same issue. pi@raspberrypi ~ $ cat /etc/*-release PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)" NAME="Raspbian GNU/Linux" VERSION_ID="8" VERSION="8 (jessie)" ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www ...
by yanic
Sunday 01 November 2015 11:48
Forum: iOS
Topic: Having a few issues with Homekit Siri guide (Node.js issue)
Replies: 20
Views: 11704

Re: Having a few issues with Homekit Siri guide

I think this is all stemming back to: node -v Giving the error: pi@raspberrypi ~/node.js $ node -v node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by node) node: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.16' not found (required by node) http ...
by yanic
Sunday 01 November 2015 11:35
Forum: iOS
Topic: Having a few issues with Homekit Siri guide (Node.js issue)
Replies: 20
Views: 11704

Re: Having a few issues with Homekit Siri guide

Thanks for the reply Gizmocuz if you used the sdcard image, it was already installed, but not activated (running) ah great, so what do i do next? I.e. to run it? When I try "npm run start" I get: pi@raspberrypi ~/homebridge $ npm run start /usr/local/bin/node: /usr/lib/arm-linux-gnueabihf/libstdc ...
by yanic
Saturday 31 October 2015 23:31
Forum: iOS
Topic: Having a few issues with Homekit Siri guide (Node.js issue)
Replies: 20
Views: 11704

Having a few issues with Homekit Siri guide (Node.js issue)

Hello. I've just set up Domoticz on an RPI2 using your image and configured 2 Z-wave devices with my Z-stick which seem to work lovely! I have an RGB bulb and a load bearing plug socket. I am right toward the end of your guide on Homekit : http://www.domoticz.com/wiki/Homekit_Siri I am on Install ...