Search found 27 matches

by Michalux
Monday 11 July 2022 7:56
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 639065

Re: Domoticz app 2.0

I think there is a bug in the app. For MQTT Auto Discovery blinds (ZWave devices) open/close directions are inverted.
by Michalux
Tuesday 03 May 2022 13:52
Forum: MQTT Auto Discovery
Topic: Zwave autodiscovery stops working after Domoticz restart
Replies: 19
Views: 1709

Re: Zwave autodiscovery stops working after Domoticz restart

I've made some tests on this. It looks like every MQTT Auto Discovery device change, that restarts the worker and makes it disconnect/reconnect to MQTT generates this problem. For what I've tested, either of below things fix it: 1. Save ZWavejs2MQTT config in GUI, which generates auto discovery ...
by Michalux
Tuesday 03 May 2022 12:40
Forum: MQTT Auto Discovery
Topic: Fibaro RollerShutter3 (FGR223) percent bar strange behavior
Replies: 2
Views: 292

Fibaro RollerShutter3 (FGR223) percent bar strange behavior

Hi, Does anyone have any experience with Fibaro RollerShutter3 (FGR223) and autodiscovery/zwavejs2mqtt ? I've just switched from OZW to ZWaveJS2MQTT+AutoDiscovery and everything seems to work just fine except blind percentage bar. It seems to live its own life. For instance, depending on how I close ...
by Michalux
Sunday 17 January 2021 13:09
Forum: iOS
Topic: Domoticz App
Replies: 505
Views: 125210

Re: Domoticz App

It looks like there is a problem with correct user profile behavior or even permissions. I've created a separate user profile for my daughter and put a few switches on her panel. In a browser and in Android app it works just fine - after logging in to her account I can see exactly the switches I ...
by Michalux
Wednesday 02 September 2020 10:24
Forum: Z-Wave
Topic: FIBARO FGRM223 open command moves back to last position
Replies: 10
Views: 1349

Re: FIBARO FGRM223 open command moves back to last position

No idea, but beta looks fairly stable to me right now :)
by Michalux
Monday 31 August 2020 8:20
Forum: Z-Wave
Topic: Adding unknown hardware
Replies: 1
Views: 356

Re: Adding unknown hardware

You have to make a pull request on openzwave project (https://github.com/OpenZWave)
by Michalux
Monday 31 August 2020 8:16
Forum: Z-Wave
Topic: Fibaro Roller Shutter percentage issue (FGR-223)
Replies: 27
Views: 4968

Re: Fibaro Roller Shutter percentage issue (FGR-223)

For those trying to use my last solution: I've discovered, that running the initialization script at domoticz start is sometimes not enough. So I've added a cron job to run the initialization once a day. It looks like this: 0 5 * * * curl -ks -d "type=openzwavenodes&idx=3" -X POST https://127.0.0.1 ...
by Michalux
Monday 31 August 2020 8:11
Forum: Z-Wave
Topic: FIBARO FGRM223 open command moves back to last position
Replies: 10
Views: 1349

Re: FIBARO FGRM223 open command moves back to last position

Just FYI, as of version 12282 this problem should be fixed permanently :)
by Michalux
Friday 28 August 2020 15:09
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 639065

Re: Domoticz app 2.0

I've been testing domoticz widgets lately and it seems there is something wrong with push on/off button. It generates three actions instead of one. When I use a switch type push on/off button in domoticz, than it generates one action (on or off). But android widget generates on+off+on or off+on+off ...
by Michalux
Monday 03 August 2020 7:49
Forum: Z-Wave
Topic: FIBARO FGRM223 open command moves back to last position
Replies: 10
Views: 1349

Re: FIBARO FGRM223 open command moves back to last position

I haven't used "stop" command so far, so I can't help You with that, sorry.
But why would You need a stop command ? You can set the required level and the shutter will stop itself when needed :)
by Michalux
Wednesday 29 July 2020 11:12
Forum: Z-Wave
Topic: FIBARO FGRM223 open command moves back to last position
Replies: 10
Views: 1349

Re: FIBARO FGRM223 open command moves back to last position

This is due to a fact, that domoticz incorrectly implements level value for Open possiotion for ZWave devices. It sends value 100 instead of 99. According to ZWave documentation value for Open is 99 not 100. 100 stands for "return to a previous position". I have a fix for this (requires slight code ...
by Michalux
Wednesday 20 May 2020 12:05
Forum: Z-Wave
Topic: Fibaro Roller Shutter percentage issue (FGR-223)
Replies: 27
Views: 4968

Re: Fibaro Roller Shutter percentage issue (FGR-223)

Do You see in domoticz log file relevant info about scripts being invoked on blind level change ?
by Michalux
Thursday 23 April 2020 8:57
Forum: Z-Wave
Topic: Fibaro Roller Shutter percentage issue (FGR-223)
Replies: 27
Views: 4968

Re: Fibaro Roller Shutter percentage issue (FGR-223)

This is only some kind of workaround ... so I doubt Domoticz developers would agree to implement it permanently :?: :roll: As I can see, all FGR223 have problems. Don't you think it could worth it to notify your solution to the developpers of Domoticz ? In my case, I would be more than happy if the ...
by Michalux
Wednesday 15 April 2020 21:07
Forum: Z-Wave
Topic: Fibaro Roller Shutter percentage issue (FGR-223)
Replies: 27
Views: 4968

Re: Fibaro Roller Shutter percentage issue (FGR-223)

Glad You figured it out :) If You don't want to add it to "white list" just add authorization (user/pass) to the curl parameters.
by Michalux
Wednesday 15 April 2020 21:02
Forum: Z-Wave
Topic: FIBARO FGR223 (Roller Shutter 3) Open level value incorrect
Replies: 4
Views: 1233

Re: FIBARO FGR223 (Roller Shutter 3) Open level value incorrect

This probably should also work, but I guess it can produce an odd behavior in some circumstances - the shutter can first move to the last position, than fully open, so it will move twice to reach the desired position. Haven't tested it, so I also could be wrong ;) Code change works before any ...
by Michalux
Monday 13 April 2020 9:57
Forum: Z-Wave
Topic: Fibaro Roller Shutter percentage issue (FGR-223)
Replies: 27
Views: 4968

Re: Fibaro Roller Shutter percentage issue (FGR-223)

I've just noticed, that refreshpost does not work until OpenZWave control panel or ZWave Controller hardware page has been opened :( So, for the above solution to work, OZW has to be somehow initialized (maybe to build internal data structure or something :) ). To make it work after each domoticz ...
by Michalux
Monday 13 April 2020 8:39
Forum: Z-Wave
Topic: Fibaro Roller Shutter percentage issue (FGR-223)
Replies: 27
Views: 4968

Re: Fibaro Roller Shutter percentage issue (FGR-223)

First I would check if Your domoticz responds to refresh command. To verify it, You can run from the cmd: FOR HTTP: curl -k -d 'fun=racp&node=XX' -X POST http://127.0.0.1:8080/ozwcp/refreshpost.html FOR HTTPS: curl -k -d 'fun=racp&node=XX' -X POST https://127.0.0.1/ozwcp/refreshpost.html replace XX ...
by Michalux
Tuesday 07 April 2020 16:03
Forum: Z-Wave
Topic: Fibaro Roller Shutter percentage issue (FGR-223)
Replies: 27
Views: 4968

Re: Fibaro Roller Shutter percentage issue (FGR-223)

domoticz.sh is a script, not executable. I mean file: domoticz (one having execute rights).
by Michalux
Monday 06 April 2020 12:32
Forum: Z-Wave
Topic: Fibaro Roller Shutter percentage issue (FGR-223)
Replies: 27
Views: 4968

Re: Fibaro Roller Shutter percentage issue (FGR-223)

Don't revert. Above script is only to refresh level values in GUI (it replaces whole bash + dzVents scripts solution). Domoticz code change is to correct open value (99 instead of 255), that Domoticz sends to Fibaro controllers. Without it, You'll probably get erratic shutter behavior in some ...