Search found 3 matches
- Tuesday 14 April 2020 18:57
- Forum: Z-Wave
- Topic: FIBARO FGR223 (Roller Shutter 3) Open level value incorrect
- Replies: 4
- Views: 1202
Re: FIBARO FGR223 (Roller Shutter 3) Open level value incorrect
Hi. Same problem here detected some days ago after mounting a new FGR223. I have implemented a simple solution to solve the non operating 'On' command. Some lua lines in a 'script_device_xxxx.lua' are working for me: if devicechanged['YourBlind'] == 'Open' then local position = tonumber(otherdevices ...
- Wednesday 26 October 2016 12:52
- Forum: Other questions and discussions
- Topic: Is it possible to know if a switch has been activated with a timing condition?
- Replies: 1
- Views: 492
Is it possible to know if a switch has been activated with a timing condition?
Hello, I would like to know if a switch has been activated with a timing condition. For example if I use " commandArray['anydevice'] = 'On FOR 5' " I can check the status = On, but I can't know if there is a timing condition. I have checked the JSON status fields for the device, but I have not found ...
- Friday 21 October 2016 13:13
- Forum: LUA
- Topic: Lua String skipping white spaces and substituting unexpected characters
- Replies: 3
- Views: 1614
Re: Lua String skipping white spaces and substituting unexpected characters
Hello. I'm currently using beta 3.5033 in a Raspberry Pi 2 and I have been using the json interface to manage domoticz elements without problem. I normaly update to beta versions if I find something solving any issue I have, or any interesting feature. Some weeks ago I tried to update to the latest ...