Search found 7586 matches

by PoltoS
06 Jan 2017 20:39
Forum: Discussions in English
Topic: ZME Serial
Replies: 4
Views: 5131

Re: ZME Serial

This is a pretty old board. I would suggest to use RaZberry 2 instead.
by PoltoS
06 Jan 2017 20:37
Forum: Discussions in English
Topic: Remote Access limitations, Carrier NAT
Replies: 2
Views: 3464

Re: Remote Access limitations, Carrier NAT

no limitations, any NAT is ok. Your Pi just need to be able to access find.z-wave.me on port 22
by PoltoS
06 Jan 2017 20:35
Forum: Discussions in English
Topic: JS Debugging?
Replies: 2
Views: 4677

Re: JS Debugging?

console.log is ouptuting in log only
by PoltoS
06 Jan 2017 20:34
Forum: Discussions in English
Topic: Help needed on dimmers
Replies: 2
Views: 3298

Re: Help needed on dimmers

You can use BindDevices for that. Or LogicalRules.
by PoltoS
06 Jan 2017 20:32
Forum: Discussions in English
Topic: Event Watcher and Danfoss wall thermostat
Replies: 3
Views: 4791

Re: Event Watcher and Danfoss wall thermostat

I think you are missing .value here:
zway.devices[5].ThermostatSetPoint.Set(1,zway.devices[7].ThermostatSetPoint.data[1].val);
Should be
zway.devices[5].ThermostatSetPoint.Set(1,zway.devices[7].ThermostatSetPoint.data[1].val.value);
by PoltoS
06 Jan 2017 20:22
Forum: Discussions in English
Topic: Devel: Share object between modules.
Replies: 1
Views: 2835

Re: Devel: Share object between modules.

Best way is to use namespaces
by PoltoS
06 Jan 2017 20:20
Forum: Discussions in English
Topic: Disable Razberry 2 reset button
Replies: 5
Views: 6484

Re: Disable Razberry 2 reset button

Why do you think it is enabled?
by PoltoS
06 Jan 2017 20:19
Forum: Discussions in English
Topic: Most Devices Won't Add
Replies: 1
Views: 1945

Re: Most Devices Won't Add

It has an E on the crystal
Ooops, this is a EU version. Your range will be shortened dramatically on US frequency. Where have you bought it?
by PoltoS
06 Jan 2017 20:15
Forum: Discussions in English
Topic: Aeon smart plugs online
Replies: 1
Views: 2223

Re: Aeon smart plugs online

No solution. The device needs to send us at least something on power-on to let us detect it is here. Oherwise you can always force to poll it, but it will block the queue for 5-15 seconds on each poll. Not something you want
by PoltoS
06 Jan 2017 20:12
Forum: Discussions in English
Topic: How to debug system failure
Replies: 19
Views: 18843

Re: How to debug system failure

Hm.. looks weired! We need a lot to help here. "strace -fp <pid>" and 'lsof -n | grep z-way-server".

Is it reproducible? Try to disable apps and see if it stops