Search found 4 matches

by Berek
Tuesday 17 January 2017 11:19
Forum: Z-Wave
Topic: Soft/hard reset controller?
Replies: 5
Views: 10879

Re: Soft/hard reset controller?

Nice to get some answers to my question, even if it took two years :)

Thanks guys, useful stuff to know.
by Berek
Tuesday 10 November 2015 10:40
Forum: Z-Wave
Topic: Soft/hard reset controller?
Replies: 5
Views: 10879

Soft/hard reset controller?

Under the "Node management" button in the Z-Wave hardware setup screen, what exactly do "soft reset controller" and "hard reset controller" do? I don't want to press them and find out, in case I lose all my configuration settings.
by Berek
Sunday 08 November 2015 13:50
Forum: Z-Wave
Topic: Node number
Replies: 6
Views: 3037

Re: Node number

I'm still learning LUA myself, but this is an example of what I've come up with. It's a function that lets you return the value of any parameter from any device. I don't know if it's the most efficient way, but the only other code I've seen involves writing to a temporary file, which can cause ...
by Berek
Saturday 07 November 2015 16:41
Forum: Z-Wave
Topic: Node number
Replies: 6
Views: 3037

Re: Node number

If you're using LUA then it's not too difficult to convert a device name to either a Domoticz IDX or a Z-Wave node number using a json call such as below - this will return you all of the data for each device. You can then use the JSON library to convert this returned data to an LUA table and pull ...