Search found 7579 matches

by PoltoS
06 Jan 2017 20:19
Forum: Discussions in English
Topic: Most Devices Won't Add
Replies: 1
Views: 1938

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: 2216

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: 18749

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
by PoltoS
06 Jan 2017 20:09
Forum: Discussions in English
Topic: Handling inclusuion / removal event
Replies: 1
Views: 2908

Re: Handling inclusuion / removal event

controller.devices.on('created', function() {})
by PoltoS
06 Jan 2017 20:04
Forum: Todo for the software
Topic: FGR222 & FGS223
Replies: 2
Views: 7990

Re: FGR222 & FGS223

Done in mid-December RC. Will be soon in 2.3.0
by PoltoS
06 Jan 2017 20:02
Forum: Z-Uno
Topic: Functionality for Adafruits NeoPixels and MCP 4725?
Replies: 1
Views: 6610

Re: Functionality for Adafruits NeoPixels and MCP 4725?

Yes, we have plans to implement WS2812, though it is pretty hard to do.

Please check this user contributed library (thanks to @michap): https://github.com/Z-Wave-Me/Z-Uno-Core ... NO_MCP4725

I've also moved the thread into Z-Uno forum.
by PoltoS
06 Jan 2017 20:00
Forum: Recipes
Topic: Simple example JS code for "Load Custom JS Code" app
Replies: 9
Views: 13299

Re: Simple example JS code for "Load Custom JS Code" app

Please check help on http://developer.z-wave.me

This should help:
controller.devices.get("DummyDevice_9").performCommand("off")
by PoltoS
06 Jan 2017 19:58
Forum: Recipes
Topic: Javascript sample for a newbie
Replies: 21
Views: 39966

Re: Javascript sample for a newbie

Yes, Z-Way has fs. and socket. and some other functions. Please check https://github.com/Z-Wave-Me/Z-Way-Manu ... wayDev.pdf
by PoltoS
06 Jan 2017 19:50
Forum: RaZberry
Topic: Can't update Firmware
Replies: 43
Views: 67009

Re: Can't update Firmware

I clear all memory in chip. Oops... you killed all your network data. Hope you had a backup! But tell me step by step how i must write it to my chip. If i done succed i write a manual on forum. As mentioned, we have never performed that. No step-by-step instructions. No one have ever tried such a g...