Search found 9 matches

by kozlow
20 Jan 2015 00:20
Forum: Todo for the software
Topic: Command Class Meter Pulse (0x35) support
Replies: 10
Views: 28982

Re: Command Class Meter Pulse (0x35) support

Indeed, solved.
For info, I've submitted a pull request in GitHub ExpertUI repository to support MeterPulse display in Meters page.
by kozlow
17 Jan 2015 22:19
Forum: Todo for the software
Topic: Command Class Meter Pulse (0x35) support
Replies: 10
Views: 28982

Re: Command Class Meter Pulse (0x35) support

Strange indeed, see by yourself with attached (untouched) outputs. Device 22.
by kozlow
16 Jan 2015 18:47
Forum: Todo for the software
Topic: Command Class Meter Pulse (0x35) support
Replies: 10
Views: 28982

Re: Command Class Meter Pulse (0x35) support

Hi,
now (-rc9-3-...) I can effectively read commandClass[0x35] data but only through JS/Run/zway... API.
CommandClass 0x35 data are missing with Run/Data dump API (I've forked ExpertUI and would like to add meter pulses output to Meters page). Could you fix this please? Thx by advance.
by kozlow
13 Jan 2015 21:35
Forum: RaZberry
Topic: Debugger for Z-Way JavaScript
Replies: 51
Views: 115379

Re: Debugger for Z-Way JavaScript

OK, done, thanks, the sentence "Install Node Inspector on your PC or on Raspberry Pi" confused me.
++Mat
by kozlow
13 Jan 2015 02:02
Forum: Device specific
Topic: Qubino switches
Replies: 2
Views: 4243

Re: Qubino switches

Thx and I confirm with my configuration, they are now listed.
by kozlow
12 Jan 2015 15:27
Forum: Device specific
Topic: Qubino switches
Replies: 2
Views: 4243

Qubino switches

Hi, I have Qubino dimmers and one 1-relay devices. Only instances[0] report SwitchBinary CC and because of the (instanceId == 0 && node.instances.length > 1) test at line 557 in ExpertUI/controllers.js, devices are not visible in ExpertUI Control / Switch page. Why this restriction for insta...
by kozlow
12 Jan 2015 04:57
Forum: RaZberry
Topic: Debugger for Z-Way JavaScript
Replies: 51
Views: 115379

Re: Debugger for Z-Way JavaScript

Hi, I can't debug... My config: 2.0.1-rc7 export V8_DEBUG=yes <debug-port>8183</debug-port> From my ssh terminal: $ node-inspector --debug-port 8183 Node Inspector v0.8.1 Visit http://127.0.0.1:8080/debug?port=8183 to start debugging. I soon I open my browser on http://my-pi-ip:8080/debug?port=8183,...
by kozlow
05 Jan 2015 10:36
Forum: Todo for the software
Topic: Command Class Meter Pulse (0x35) support
Replies: 10
Views: 28982

Re: Command Class Meter Pulse (0x35) support

Excellent! Deprecated but useful in my case :-p However, I'd like to renew my question: is there a JSApi-way to hook frame data I can see in log file? I've found this: " Configuration Command Class can be managed using our UI, you do not need to trap frames to use it." as a response in thi...
by kozlow
05 Jan 2015 02:19
Forum: Todo for the software
Topic: Command Class Meter Pulse (0x35) support
Replies: 10
Views: 28982

Command Class Meter Pulse (0x35) support

Hi, I'm discovering your plateform and I can't wait to develop on it, but: "Got frame from device xx to controller, but command class 0x35 is not implemented" I'm inspecting data sent by my MIMOLite (Fortrezz) device and it seems I have a problem. Do you expect to implement this little ;) ...