Search found 17 matches

by Ben0it
Thursday 21 May 2020 19:12
Forum: Z-Wave
Topic: Upgrade to 2020.2 with Zwave WITHOUT fatal error.
Replies: 45
Views: 8088

Re: Upgrade to 2020.2 with Zwave WITHOUT fatal error.

I stopped Domoticz, removed every single instance of CCVersion from the cache file, the restarted Domoticz. What I could see, is that the entries with CCVersion came back, they are recreated automatically. No crash to blame so far.

Another information : when I upgrade, I checkout the latest version ...
by Ben0it
Thursday 21 May 2020 13:25
Forum: Z-Wave
Topic: Upgrade to 2020.2 with Zwave WITHOUT fatal error.
Replies: 45
Views: 8088

Re: Upgrade to 2020.2 with Zwave WITHOUT fatal error.

I compared the cache files, here are the differences I can see :
  • in the new cache, I have new entries like this in the CommandClass/State section :

    Code: Select all

    <CCVersion>1</CCVersion>
  • new cache size is more than twice the size of the previous cache file
by Ben0it
Thursday 21 May 2020 11:44
Forum: Z-Wave
Topic: Upgrade to 2020.2 with Zwave WITHOUT fatal error.
Replies: 45
Views: 8088

Re: Upgrade to 2020.2 with Zwave WITHOUT fatal error.

Thanks for the hint, my OpenZWave OZW-driver stack was randomly crashing with a fatal error :

[size=85][...]
2020-01-07 17:53:31.306 Error: Domoticz(pid:7084, tid:7179('OZW-driver')) received fatal signal 11 (Segmentation fault)
2020-01-07 17:53:31.307 Error: siginfo address=0x24, address ...
by Ben0it
Sunday 21 April 2019 18:10
Forum: Z-Wave
Topic: Z-Uno multiple Sensors not seen in Domoticz
Replies: 1
Views: 698

Re: Z-Uno multiple Sensors not seen in Domoticz

Hello, I have the same problem using a custom Z-Uno sensor with four channels :


Relative humidity in %
Air temperature in °C
Air PM10 concentration (in µg/m3)
Air PM25 concentration (in µg/m3)


In Domoticz only the first channel (Relative Humidity) is available, no matter how I configure ...
by Ben0it
Friday 27 January 2017 20:30
Forum: Blockly
Topic: [SOLVED] Newby Blocky: evaluation fails
Replies: 3
Views: 1001

Re: Newby Blocky: evaluation fails

Hi,

I had a similar problem using a nested « If-Do » with the settings icon (light gear over a blue square) inside a standard « If-Do » block. Actions were always run inside, disregard of the condition(s) of the « If ».

I couldn't solve this using Blockly, so I switched to LUA scripting, now it is ...
by Ben0it
Saturday 07 January 2017 10:30
Forum: Others
Topic: ZXT-120
Replies: 66
Views: 27793

Re: ZXT-120

Hello,

By the way, should the checkbox "Enable polling" be checked on the ZWave node for ZXT-120?
domoticz-zxt-120ozw.jpg
domoticz-zxt-120ozw.jpg (162.36 KiB) Viewed 4587 times
I don't know if it has an impact on the stability of the node.

Best Regards,
by Ben0it
Friday 30 December 2016 20:53
Forum: Others
Topic: ZXT-120
Replies: 66
Views: 27793

Re: ZXT-120

Hi Juankar,

First, thanks a lot for your patch. I have applied the modifications you documented to my OpenZWave directory, and it didn't work at the first attempt.

So I added debugging information (calls to Log::Write() ) to see if the call to usleep() was really performed, it was. Then I ...
by Ben0it
Friday 30 December 2016 16:38
Forum: Others
Topic: ZXT-120
Replies: 66
Views: 27793

Re: ZXT-120

I was wondering if the problem could come from a commandGet occuring too fast after the commandSet?

Out of curiosity, I'm doing a test with a dirty « sleep(2) » after a commandSet, will post the result here...

Edit: it didn't help, same bug as before.
by Ben0it
Thursday 29 December 2016 13:21
Forum: Others
Topic: ZXT-120
Replies: 66
Views: 27793

Re: ZXT-120

Hi Juankar,

I just tried your patch, it works: I can send multiple commands to the ZXT-120 and they are properly transmitted.

Thanks for your investigation! Let's hope Remotec will help with a permanent fix on OpenZWave stack.

Best Regards,
by Ben0it
Wednesday 28 December 2016 8:50
Forum: Others
Topic: ZXT-120
Replies: 66
Views: 27793

Re: ZXT-120

Hi,

@ Juankar : Thanks for the information, it gives hope again to have working ZXT-120 inside Domoticz.

I also use a « AEOTEC ZW090 "Z-Stick" GEN5 - Dongle USB adapter » with my Domoticz installation.

It has the following USB IDs:
Bus 006 Device 003: ID 0658:0200 Sigma Designs, Inc.
Now that ...
by Ben0it
Sunday 16 October 2016 10:45
Forum: Others
Topic: ZXT-120
Replies: 66
Views: 27793

Re: ZXT-120

Hello,

I have the same problem here: my module ZXT-120 does not respond to basic commands. The only way to trigger it is to use the OpenZWave control panel and after a refresh of the node, it sometimes accepts to change mode (Off/Heat/Cool).

Before using Domoticz (about one year ago), I used ...
by Ben0it
Sunday 27 March 2016 11:29
Forum: PHP and all others
Topic: Send Z-Wave command in script?
Replies: 10
Views: 8101

Re: Send Z-Wave command in script?

Hi,

Here is my code, I invoque from BASH interpreter with arguments:

$domoticzURL = 'http://127.0.0.1:8080/';

if (count($argv) != 4)
{
$command = basename($argv[0]);
echo "Usage: {$command} node function value\n";
exit(0);
}

$zwaveNodeID = $argv[1];
$nodeFunction = $argv[2 ...
by Ben0it
Saturday 26 March 2016 17:05
Forum: Suggestions
Topic: Direct HTTP API to Z-Wave device nodes?
Replies: 4
Views: 1402

Re: Direct HTTP API to Z-Wave device nodes?

Hi Egregius,

Thanks for your reply, and indeed, you helped me with it there :)

However, the process fails randomly, the authentication part returns a "ERR" and I cannot send commands anymore, despite me putting a sleep(1) between each url.

I think a more global Open Z-Wave API would be helpful to ...
by Ben0it
Saturday 26 March 2016 14:21
Forum: Suggestions
Topic: Direct HTTP API to Z-Wave device nodes?
Replies: 4
Views: 1402

Direct HTTP API to Z-Wave device nodes?

Hello,

For example, I am trying to change the color of the light ring on my Fibaro FGWPE sockets. A JSON API would be very convenient to automate commands to Z-Wave nodes. Today, I'm using the Open-Z-Wave control panel indirectly, which does not give repeatable results.

This would be a line like ...
by Ben0it
Friday 11 March 2016 19:55
Forum: PHP and all others
Topic: Send Z-Wave command in script?
Replies: 10
Views: 8101

Re: Send Z-Wave command in script?

Good evening,

Finally, I could find some spare time to play with these commands...it works!

Thanks a lot for the hint.

Best Regards,
by Ben0it
Monday 01 February 2016 7:07
Forum: PHP and all others
Topic: Send Z-Wave command in script?
Replies: 10
Views: 8101

Re: Send Z-Wave command in script?

Thanks for the code, I will try it and report about the result here.
by Ben0it
Sunday 31 January 2016 21:31
Forum: PHP and all others
Topic: Send Z-Wave command in script?
Replies: 10
Views: 8101

Send Z-Wave command in script?

Hello,

Is it possible to send a Z-Wave command to a device in LUA?

For instance, I would like to change the ring color of a Fibaro wall plug (FGWPE). Using the OpenZWave control panel (as shown in the picture below) I can do this, but using a LUA script, is it possible also?

fgwperingcolor.jpg ...