When you are editing a LUA script, you can press CTRL+,
That will open up the settings for the Ace Editor.
Search found 182 matches
- Sunday 28 October 2018 22:34
- Forum: Design, usability and languages
- Topic: New Domoticz Events design
- Replies: 47
- Views: 11989
- Saturday 27 October 2018 23:01
- Forum: Design, usability and languages
- Topic: New Domoticz Events design
- Replies: 47
- Views: 11989
Re: New Domoticz Events design
I'm missing the option to save the editor settings once they are changed. I like to set a dark theme. With the previous version it would save those settings along with the save of the event. Now they keep on reverting to default.
- Friday 26 October 2018 19:05
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 522126
Re: Controlicz - Domoticz to Google Home/Assistant integration
Google Assistant is far from working/stable for Dutch language at this moment. I'm trying for 1,5 week to link and setup Controlicz.. it's impossible. I've given up an cancelled my subscription. Maybe I'll try again next year when Google has sorted out their stuff.
- Wednesday 26 September 2018 9:24
- Forum: RFLink Transceiver
- Topic: Unhandled switch command?
- Replies: 8
- Views: 6058
Re: Unhandled switch command?
I opened an issue on GitHub but that was closed an I was redirected here.
Back to were it started and where the problem remains
Back to were it started and where the problem remains

- Tuesday 04 September 2018 17:00
- Forum: RFLink Transceiver
- Topic: Unhandled switch command?
- Replies: 8
- Views: 6058
Re: Unhandled switch command?
2018-09-04 16:30:34.428 Error: RFLink: Unhandled switch command: GODOWN 2018-09-04 16:30:47.482 Error: RFLink: Unhandled switch command: GODOWN 2018-09-04 16:31:12.397 Error: RFLink: Unhandled switch command: GODOWN 2018-09-04 16:31:19.826 Error: RFLink: Unhandled switch command: GODOWN 2018-09-04 ...
- Sunday 26 August 2018 9:24
- Forum: Python
- Topic: Python plugin: Kodi
- Replies: 140
- Views: 35058
Re: Python plugin: Kodi
Yes, I was using that already. Updated it this morning but it didn't work. But I see you updated it again and now it works 

- Sunday 26 August 2018 7:30
- Forum: Python
- Topic: Python plugin: Kodi
- Replies: 140
- Views: 35058
Re: Python plugin: Kodi
The plugin doesn't work anymore in the latest beta (V4.9946) The log is flooded with 2018-08-26 07:14:13.140 Error: (Kodi Python Beneden) 'onMessage' failed 'AttributeError':''dict' object has no attribute 'decode''. 2018-08-26 07:14:13.140 Error: (Kodi Python Beneden) ----> Line 638 in '/home/pi ...
- Monday 22 January 2018 16:59
- Forum: Python
- Topic: Python Plugin: Network Pinger (Native ICMP)
- Replies: 52
- Views: 16209
Re: Python Plugin: Network Pinger (Native ICMP)
I noticed that this plugin was the root cause of my memory leak which I also mentioned in the Bug forum. Every hour it will take 0,6MB of memory which will result in almost 20MB memory increase of the Domoticz process each day.
Does anyone else have this problem too?
Does anyone else have this problem too?
- Thursday 07 December 2017 14:25
- Forum: Python
- Topic: Python Plugin: Network Pinger (Native ICMP)
- Replies: 52
- Views: 16209
Re: Python Plugin: Network Pinger (Native ICMP)
Thanks, I was to quick with trying and not reading first.. I'm on V3.8775 now and it's working great.
- Wednesday 06 December 2017 13:26
- Forum: Python
- Topic: Python Plugin: Network Pinger (Native ICMP)
- Replies: 52
- Views: 16209
Re: Python Plugin: Network Pinger (Native ICMP)
I cannot get it to work, also not with the latest version of the plugin 2017-12-06 13:22:04.895 (Ping Status) Started. 2017-12-06 13:22:05.064 (Ping Status) Entering work loop. 2017-12-06 13:22:05.065 (Ping Status) Initialized version 3.0.3, author 'dnpwwo' 2017-12-06 13:22:05.122 Error: (Ping ...
- Thursday 29 December 2016 10:57
- Forum: RFLink Transceiver
- Topic: Milight dimming issue
- Replies: 16
- Views: 7408
Re: Milight dimming issue
I noticed this a long time ago. Same goes for 1% untill 12%. There is some kind of offset it appears. You can only use 13% to 88%
- Tuesday 29 November 2016 7:04
- Forum: LUA
- Topic: Can't open HTTPS URL:s using LUA script
- Replies: 5
- Views: 3517
Re: Can't open HTTPS URL:s using LUA script
I think it's a certificate problem. You are trying to set up a secure connection so a valid certificate is expected. If you use a URL with a self-signed certificate its possible it doesn't work. If you use the os.execute command you would issue a 'curl -k htps://....' command to ignore the SSL ...
- Sunday 27 November 2016 9:31
- Forum: Other questions and discussions
- Topic: wunderground error
- Replies: 12
- Views: 3237
Re: wunderground error
WU is not reliable anymore for the last month. If they don't get their system sorted out we better search for an alternative.
- Saturday 26 November 2016 9:28
- Forum: Z-Wave
- Topic: Zwave scenes, slow responding
- Replies: 22
- Views: 7661
Re: Zwave scenes, slow responding
If the timeout is too short it will quickly mark the node as unresponsive and drop the command. So if you have a lot of traffic, or maybe interference at a given time, the short time interval will prevent the command from reaching the node. I used 4000 for a long time and that seemed to work for my ...
- Friday 25 November 2016 20:37
- Forum: Z-Wave
- Topic: Zwave scenes, slow responding
- Replies: 22
- Views: 7661
Re: Zwave scenes, slow responding
Edit the file Config/options.xml and uncomment the line
<Option name="RetryTimeout" value="40000" />
Change value to something else and save. You should also restart Domoticz.
https://github.com/OpenZWave/open-zwave ... ig-Options
<Option name="RetryTimeout" value="40000" />
Change value to something else and save. You should also restart Domoticz.
https://github.com/OpenZWave/open-zwave ... ig-Options
- Friday 25 November 2016 20:04
- Forum: Z-Wave
- Topic: Zwave scenes, slow responding
- Replies: 22
- Views: 7661
Re: Zwave scenes, slow responding
Maybe Domoticz is sending signals too quick when switching a group or scene. When a node is not responding it will retry after a few seconds. Maybe after some retries it will respect and and move to the next command. This can cause huge delays. I remember I also faced this a while ago. I decreased ...
- Monday 31 October 2016 20:59
- Forum: RFLink Transceiver
- Topic: New RFLink firmware (R44) now available!
- Replies: 20
- Views: 6826
Re: New RFLink firmware (R44) now available!
How can I use Philips Living Colors Generation 1? I have a CC2500 module attached to the RFLink and it's activated. But I don't see anything when I press the remote..
Edit:
I messed up the wiring. Now I see the remote when I press it, only sending it back to the lamp doesn't work.
Edit:
I messed up the wiring. Now I see the remote when I press it, only sending it back to the lamp doesn't work.
- Friday 14 October 2016 6:48
- Forum: Other questions and discussions
- Topic: Remote UPS for Raspberry
- Replies: 22
- Views: 25365
Re: Remote UPS for Raspberry
You can copy the command sudo service nut-client stop Paste it quickly and press Enter Some terminal programs give you the possibility to enter a command which will be executed automatically upon login. For example JuiceSSH for Android. You can run a 'Snippet' after login. You could cooy above ...
- Wednesday 21 September 2016 18:18
- Forum: Others
- Topic: ESP8266 and VS1053 Internet radio
- Replies: 1
- Views: 4090
Re: ESP8266 and VS1053 Internet radio
Very nice project! I'm gonna look into it.
- Monday 19 September 2016 19:04
- Forum: PHP and all others
- Topic: ON action url in switched is changed by domoticz
- Replies: 4
- Views: 2810
Re: ON action url in switched is changed by domoticz
Maybe it's just the log which is screwing up the characters and the real problem is with the inability to resolve your hostname. It doesn't make any sense to use your external domain name and port to switch a local switch on the same system. You should use http://127.0.0.1:8080/json etc There is no ...