Search found 8 matches

by steverock
13 Dec 2018 13:55
Forum: Discussions in English
Topic: Send SensorMultilevel unsolicited from controller
Replies: 36
Views: 29097

Re: Send SensorMultilevel unsolicited from controller

Pitty to hear this. Would it be possible to know what have you used in your installation? Interesting to know what leads to those crashes. I used a raspberry pi 3. Than i tried with another pc (an i5 intel with ssd and 16gb of ram) and no crashes at all... Another problem is that when I try to open...
by steverock
13 Dec 2018 13:14
Forum: Discussions in English
Topic: Send SensorMultilevel unsolicited from controller
Replies: 36
Views: 29097

Re: Send SensorMultilevel unsolicited from controller

Hi guys: I'll explain you. 0x01 is the sensor type; in this case "Temperature" 0x22 is the bytemask, made this way: PRECISION | SCALE | SIZE PRECISION is 3 byte SCALE is 2 byte SIZE is 3 byte so 0x22 in binary is: 0010 0010 PRECISION = 001 -> 1 decimal SCALE = 00 -> Celsius SIZE = 010 -> 2...
by steverock
09 Dec 2018 01:58
Forum: Discussions in English
Topic: Send SensorMultilevel unsolicited from controller
Replies: 36
Views: 29097

Re: Send SensorMultilevel unsolicited from controller

Hi, sorry but I'm not using zway software anymore. I decided to migrate to home assistant because zway constantly crashing on my raspberry.

Maybe in next days I'll share to you what I've discovered before switching to home assistant.
by steverock
19 Nov 2018 16:57
Forum: Discussions in English
Topic: Send SensorMultilevel unsolicited from controller
Replies: 36
Views: 29097

Re: Send SensorMultilevel unsolicited from controller

Hi,
I'm writing a module that read value passed by the module "association" and then send a unsolicited report to a device.

I'll take a look to valueovertaker .
thanks
by steverock
17 Nov 2018 17:06
Forum: Discussions in English
Topic: Send SensorMultilevel unsolicited from controller
Replies: 36
Views: 29097

Re: Send SensorMultilevel unsolicited from controller

Hi, I made some tests and found something interesting for Eurotronic spirit z-wave trv. First: to read the temperature from an external source you need to set parameter 8 to 128. Then I tried to send the command zway.SendData(SpiritID, [0x31, 0x03, 0x01, 0x02, 0x00, 0xC1]) as suggested by PoltoS and...
by steverock
14 Nov 2018 13:14
Forum: Discussioni in italiano
Topic: UZB come controller Z-Wave
Replies: 2
Views: 21953

Re: UZB come controller Z-Wave

Ciao, per utilizzare il software zway hai diverse opzioni: 1) acquisti il RAZBERRY (una scheda che si interfaccia al raspberrypi) e utilizzi zway sul raspberry 2) acquisti la chiavetta UZB e la utilizzi su qualsiasi pc nel primo caso non hai bisogno di nient'altro in quanto la scheda RAZBERRY contie...
by steverock
14 Nov 2018 12:04
Forum: Device specific
Topic: EUROtronics Spirit Z direct valve control
Replies: 3
Views: 10812

Re: EUROtronics Spirit Z direct valve control

Hi, I've done this way: in the expert UI: configuration tab, select Spirit device and go to expert commands. You will find, at first row, "Basic CommandClass". Set value 254 (0xFE - Manufacturer Specific). Then scroll down to second row "SwitchMultiLevel" and set parameter as you...
by steverock
14 Nov 2018 09:23
Forum: Discussions in English
Topic: Send SensorMultilevel unsolicited from controller
Replies: 36
Views: 29097

Re: Send SensorMultilevel unsolicited from controller

Hi, this is very interesting.
I don't understand how to build the code message.
Where did you found the hex code and corresponding commands?