Search found 12 matches

by beeguy123
13 May 2024 22:25
Forum: Discussions in English
Topic: Error updating Z-Station firmware
Replies: 2
Views: 86

Re: Error updating Z-Station firmware

Thank you ! Indeed I had just realized that it is in fact working and not an error after all.
by beeguy123
13 May 2024 21:20
Forum: Discussions in English
Topic: Error updating Z-Station firmware
Replies: 2
Views: 86

Error updating Z-Station firmware

Hi I just purchased a Z-Station and have tried updating the firmware to use OpenThread. I used command ./zme_zigbee update open_thread_EFR32MG21A020F1024IM32.gbl -d /dev/ttyUSB1 -p 12 The result was Openning port .............................. OK SDK VERSION: 00001000 Openning file ....................
by beeguy123
11 Sep 2019 22:39
Forum: RaZberry
Topic: Introducing Z-Way package for Raspbian
Replies: 37
Views: 41394

Re: Introducing Z-Way package for Raspbian

Timmiej93 wrote:
09 Sep 2019 00:02
I hate to be that guy, but are there any updates on support for Buster?
I like you being that guy.
+1
by beeguy123
21 May 2016 14:42
Forum: RaZberry
Topic: The Latest Update To RASPBIAN with Kernel version:4.4 Pi 3B
Replies: 6
Views: 7531

Re: The Latest Update To RASPBIAN with Kernel version:4.4 Pi

I have done the same update and Razberry kept working. Don't know what happens on your end.
by beeguy123
21 May 2016 00:03
Forum: RaZberry
Topic: HTTP Parse Error on ZWaveAPI
Replies: 8
Views: 11056

Re: HTTP Parse Error on ZWaveAPI

This fixes the problem I reported above. Tested and works fine with node.js 4.4.4 LTS. Thanks.
by beeguy123
17 Apr 2016 09:10
Forum: RaZberry
Topic: Forwarding events over http
Replies: 5
Views: 8607

Re: Forwarding events over http

Solved for me, although not elegantly. I found out that the 'property undefined' errors are only on one or two of the virtual devices that it tries to create. I have wrapped the involved code lines in try/catch statements. This way it can fail without crashing. (Empty catch : just disregard if it fa...
by beeguy123
16 Apr 2016 18:13
Forum: RaZberry
Topic: Messages from device to Razberry
Replies: 1
Views: 3505

Re: Messages from device to Razberry

I also have the z-wave.me dimmer and I too can't get it to send updates to razberry z-way after local button operation. This is after a lot of experimenting with association. It just won't work. Only with Get request can I receive updated multilevel switch position, but that requires constant pollin...
by beeguy123
08 Apr 2016 21:29
Forum: RaZberry
Topic: Forwarding events over http
Replies: 5
Views: 8607

Re: Forwarding events over http

Thanks. I haven't changed anything in the init function. (See link in first post for the original index.js)
My changes are in the http.request part.
by beeguy123
06 Apr 2016 23:36
Forum: RaZberry
Topic: Forwarding events over http
Replies: 5
Views: 8607

Re: Forwarding events over http

Any log ? Error message ? Yeah sorry I prly should've given that in the first place. Natively the error message (on the web interface) is this : Cannot instantiate module: EventForwarder: TypeError: Cannot read property 'devices' of undefined And the log includes this : [2016-04-06 22:07:41.568] [c...
by beeguy123
05 Apr 2016 22:47
Forum: RaZberry
Topic: Forwarding events over http
Replies: 5
Views: 8607

Forwarding events over http

I need to forward Z-Wave events over http. I have been using the userModule https://github.com/reneklootwijk/zway-eventforwarder succesfully for this purpose. (Modified it slightly so it offers a proper http api for my home server.) However with my latest setup the module fails on startup. I guess i...