Search found 34 matches

by hp1
17 Aug 2017 06:00
Forum: Discussions in English
Topic: v2.3.5 not updating??
Replies: 4
Views: 5514

v2.3.5 not updating??

I have 2 razberries: Razberry 1 @ v2.0.0 Razberry 2 @ v2.3.5 v2.0.0 has been working well, niffler works, and it's been really reliable. I took the razberry2 and included it into the v2.0.0 network (by going into 'inclusion mode' on the v2.0.0 and 'Enter network on v2.3.5. This worked well, the v2.3...
by hp1
07 Feb 2017 00:39
Forum: Discussions in English
Topic: Automation Module for HTTP GET?
Replies: 2
Views: 4192

Re: Automation Module for HTTP GET?

Thanks for the pointer. Wasn't quite what I needed, but gave me the idea to create an automation module. So far using a new razbery2 with dummy devices my HTTPGet plugin seems to send http requests to the integration server.
by hp1
07 Feb 2017 00:34
Forum: RaZberry
Topic: Migrating RaspberryPI2+Razberry -> RaspberryPI3+Razberry2
Replies: 3
Views: 4437

Re: Migrating RaspberryPI2+Razberry -> RaspberryPI3+Razberry

Thanks PoltosS, I see there is a way to add a controller to an existing zwave network? Can I add the razberry2 2.3.0 setup to my existing network so it sees the devices? That way I have a primary and secondary in the event of an SDcard failure? Any risks or issues with having two controllers in a se...
by hp1
29 Jan 2017 01:32
Forum: RaZberry
Topic: Migrating RaspberryPI2+Razberry -> RaspberryPI3+Razberry2
Replies: 3
Views: 4437

Migrating RaspberryPI2+Razberry -> RaspberryPI3+Razberry2

I just picked up a razberry 2 and a raspberry PI 3 so that I have a spare in the event that my current and stable setup breaks. I also wanted a test environment where I could play around developing modules without impacting my home setup. My current setup is 2.0.0, and I'd be installing 2.3.0 when i...
by hp1
24 Jan 2017 00:20
Forum: Discussions in English
Topic: Automation Module for HTTP GET?
Replies: 2
Views: 4192

Automation Module for HTTP GET?

Hi, I've built a perl razberry integration module, which has been working great. I set it to poll every 10 seconds, and it's been reliably for years (started with 1.7.2, and it works with 2.0.0. I haven't upgraded since it's stable). The every 10 second poll works for the most part, things aren't th...
by hp1
24 Nov 2015 03:06
Forum: Discussions in English
Topic: Controlling and Querying devices
Replies: 12
Views: 50435

Re: Controlling and Querying devices

OK, well that was interesting. The command actually worked. That code opened the door and looking at

curl --globoff "http://razberry:8083/ZWaveAPI/Run/devic ... rCode.data" I can see an entry for a user 10.
by hp1
24 Nov 2015 00:38
Forum: Discussions in English
Topic: Controlling and Querying devices
Replies: 12
Views: 50435

Re: Controlling and Querying devices

So, to set a user code, I should be able to do this: curl --globoff "http://razberry:8083/ZWaveAPI/Run/devices[7].UserCode.Set(10,1234,1)" And this will set user 10 with code 1234? and then: curl --globoff "http://razberry:8083/ZWaveAPI/Run/devices[7].UserCode.Get(0)" Should show...
by hp1
22 Nov 2015 20:20
Forum: Discussions in English
Topic: Z-Way - modify add user code to Kwikset?
Replies: 4
Views: 5741

Re: Z-Way - modify add user code to Kwikset?

Can you share the code and URLs that you use to post the user codes and then read them back?

I'm hoping to do something similar, have a bash script that pushes a code to the door the morning when we have the maids come, and then revoke it at the end of the day.
by hp1
15 Jun 2015 05:59
Forum: Recipes
Topic: [userModule] Niffler - An event notification updater
Replies: 6
Views: 12305

Re: [userModule] Niffler - An event notification updater

Yup that did it! I now see local state changes: [2015-06-14 19:49:59.416] [core] --- Starting module Niffler [2015-06-14 19:49:59.438] [core] Niffler: init [2015-06-14 19:49:59.456] [core] Niffler: Niffling device ZWayVDev_zway_2-0-38 [2015-06-14 19:49:59.462] [core] Niffler: getdeviceindex: ZWayVDe...
by hp1
15 Jun 2015 05:56
Forum: RaZberry
Topic: Local activation?
Replies: 8
Views: 9576

Re: Local activation?

Hi, Thanks again for the reply. I got this in the logs (I just grep'ed for 82). I'm guessing the command class 0x82 is not implemented means this controller doesn't work properly? [2015-06-12 19:07:11.644] [D] [zway] RECEIVED: ( 01 15 00 49 84 02 0F 04 11 04 26 27 2B 2C 85 72 86 91 77 73 EF 82 B4 ) ...