Search found 11 matches

by victoryred
21 Jan 2019 00:31
Forum: Discussions in English
Topic: weatherunderground api
Replies: 0
Views: 2568

weatherunderground api

The Weatherunderground is no longer supported by IBM. There is a module in ZWave that uses this api. Is there an update for it?
by victoryred
08 Aug 2016 19:22
Forum: RaZberry
Topic: Node-Inspector Debugger Error
Replies: 2
Views: 3804

Re: Node-Inspector Debugger Error

Thank you.

Rolled back via:
npm install -g node-inspector@0.7.4
by victoryred
08 Aug 2016 07:54
Forum: RaZberry
Topic: Node-Inspector Debugger Error
Replies: 2
Views: 3804

Node-Inspector Debugger Error

Has anyone seen this error before? If so is there a fix or work around to apply? pi@raspberrypi1 ~ $ node-inspector --debug-port 8183 Node Inspector v0.12.8 Visit http://127.0.0.1:8080/?port=8183 to start debugging. /usr/lib/node_modules/node-inspector/lib/DebuggerClient.js:161 done(err, JSON.parse(...
by victoryred
27 Oct 2015 21:27
Forum: RaZberry
Topic: Razberry->HomeKit: HowTo get Device Support?
Replies: 3
Views: 4965

Re: Razberry->HomeKit: HowTo get Device Support?

My z-wave system is very stable. Very happy. I want to implement HomeKit. Should I wait for an update or try it and send log data if I run into problems?
by victoryred
19 Oct 2015 21:32
Forum: RaZberry
Topic: Error handling data from server
Replies: 1
Views: 3522

Error handling data from server

I've upgraded to Jessie. The Expert UI reports "Error handling data from server" as well as " 404 Not Found. Requested data does not exists". In the /var/log/z-way-server.log file I've found the following- [2015-10-19 10:02:38.478] [core] Instantiating module 1 from class ZWave [...
by victoryred
04 Oct 2015 21:55
Forum: RaZberry
Topic: Scene Set/Reset
Replies: 4
Views: 5711

Re: Scene Set/Reset

In LightScene I found code that confirmed what I was seeing during testing- this.vDev = this.controller.devices.create({ deviceId: "LightScene_" + this.id, defaults: { deviceType: "toggleButton", metrics: { level: 'on', // it is always on, but useful to allow bind icon: '', title...
by victoryred
02 Oct 2015 19:23
Forum: RaZberry
Topic: Scene Set/Reset
Replies: 4
Views: 5711

Re: Scene Set/Reset

I would like to follow up with a request for the Scheduled Scene or Scene function to include a means to turn off a scene in the UI.
by victoryred
02 Oct 2015 19:15
Forum: RaZberry
Topic: Scene Set/Reset
Replies: 4
Views: 5711

Scene Set/Reset

I'm using the logical rules app to control a particular scene. I'm using a different scene as a qualifier to test some binary switch state. During testing I found that the qualifying state was set a day ago and remains set. I may have overlooked it but I can't find how to reset the state of a scene....
by victoryred
26 Sep 2015 20:49
Forum: RaZberry
Topic: Debugger for Z-Way JavaScript
Replies: 51
Views: 115328

Re: Debugger for Z-Way JavaScript

Thanks PoltoS for your support. I have found several items specifically with the Raspberry Pi 2. I can't speak to anything else because I don't own one. However...... RPi2 has a very old version of chromium. It's version 22. With the current version of Raspian based on the Whezzy distro. There is no...
by victoryred
18 Sep 2015 21:31
Forum: RaZberry
Topic: Debugger for Z-Way JavaScript
Replies: 51
Views: 115328

Re: Debugger for Z-Way JavaScript

Yes, thank you and it now works. However...... pi@raspberrypi2 ~ $ node-inspector --debug-port 8183 Node Inspector v0.12.3 Visit http://127.0.0.1:8080/?ws=127.0.0.1:8080&port=8183 to start debugging. On the client side Chrome is reporting that the connection is refused. Client side configuration...