When its working, i will try to add "pollen" in this script. Can't promise it, i will try it.
Search found 56 matches
- Tuesday 07 August 2018 21:38
- Forum: Examples & Solutions
- Topic: updateWeatherSensors (yet another buienradar script) [SOLVED]
- Replies: 151
- Views: 31453
Re: updateWeatherSensors (yet another buienradar script) [SOLVED]
Will try this script tomorrow.. Thanks for share. 
When its working, i will try to add "pollen" in this script. Can't promise it, i will try it.
When its working, i will try to add "pollen" in this script. Can't promise it, i will try it.
- Sunday 05 August 2018 11:17
- Forum: LUA
- Topic: get power value and gas value from a json
- Replies: 4
- Views: 1655
Re: get power value and gas value from a json
No, the variable you use to store the devicename in your script. Something like this: commandArray = {} powerUsageName = uservariables['UV_StroomSensorName'] ToonIP = uservariables['UV_ToonIP'] DomoticzIP = uservariables['UV_DomoticzIP'] json = assert(loadfile "/home/domoticz/scripts/lua/JSON.lua ...
- Sunday 05 August 2018 11:09
- Forum: LUA
- Topic: get power value and gas value from a json
- Replies: 4
- Views: 1655
Re: get power value and gas value from a json
You are using the variable powerUsage for both the devicename and the actual value, so the deviceupdate first parameter doesn't contain the proper IDX, since the name is changed to the found consumption value. Jos If I understand you correctly, should I change devicename? But still come Domoticz ...
- Sunday 05 August 2018 10:13
- Forum: LUA
- Topic: get power value and gas value from a json
- Replies: 4
- Views: 1655
get power value and gas value from a json
I try to make a LUA script.. Didn't see whats wrong, why Domoticz don't update my sensor. commandArray = {} powerUsage = uservariables['UV_StroomSensorName'] ToonIP = uservariables['UV_ToonIP'] DomoticzIP = uservariables['UV_DomoticzIP'] json = assert(loadfile "/home/domoticz/scripts/lua/JSON.lua ...
- Saturday 28 July 2018 12:58
- Forum: LUA
- Topic: json.lua give 403 forbidden
- Replies: 2
- Views: 690
Re: json.lua give 403 forbidden
Thanks jvdz.
Need to look why this url is forbidden then: http://192.168.x.xxx:10080/happ_thermst ... tTableInfo
Need to look why this url is forbidden then: http://192.168.x.xxx:10080/happ_thermst ... tTableInfo
- Saturday 28 July 2018 11:28
- Forum: LUA
- Topic: json.lua give 403 forbidden
- Replies: 2
- Views: 690
json.lua give 403 forbidden
Need some help. When I want to activate a lua script, come Domoticz with this error message.
Path to json.lua is good, have check it now 30 times.
internal ips do not have to enter a password or username.
Path to json.lua is good, have check it now 30 times.

internal ips do not have to enter a password or username.
- Wednesday 25 July 2018 13:50
- Forum: Dashticz
- Topic: Dashticz login
- Replies: 23
- Views: 4858
Re: Dashticz login
What i post, i try it by myself. Its working here.Dave47 wrote: βWednesday 25 July 2018 13:33this does not workCode: Select all
config['user_name'] = 'domoticz Myusername'; config['pass_word'] = 'domoticz Mypassword'; config['loginEnabled'] = 1;
Try to clear cache and remove cookies in your browser
Look @ attchments.
- Tuesday 24 July 2018 18:48
- Forum: Dashticz
- Topic: Dashticz login
- Replies: 23
- Views: 4858
Re: Dashticz login
Try this?
Pay attention. Domoticz should be at the forefront than username or password
Code: Select all
config['user_name'] = 'domoticz username';
config['pass_word'] = 'domoticz password';
config['loginEnabled'] = 1;
- Sunday 10 June 2018 10:04
- Forum: Switches and Scenes
- Topic: Can't add a Dummy Selector
- Replies: 8
- Views: 2895
Re: Can't add a Dummy Selector
Have it solved. Apparently it was my browser, Chrome does not see the selector added, but Internet Explorer does. (I did not try Edge, I do not like it.)
- Wednesday 06 June 2018 19:33
- Forum: Switches and Scenes
- Topic: Can't add a Dummy Selector
- Replies: 8
- Views: 2895
- Wednesday 06 June 2018 17:36
- Forum: Switches and Scenes
- Topic: Can't add a Dummy Selector
- Replies: 8
- Views: 2895
Re: Can't add a Dummy Selector
@Venzent,
I did:
I did:
- Wednesday 06 June 2018 17:27
- Forum: Switches and Scenes
- Topic: Can't add a Dummy Selector
- Replies: 8
- Views: 2895
- Wednesday 06 June 2018 17:13
- Forum: Switches and Scenes
- Topic: Can't add a Dummy Selector
- Replies: 8
- Views: 2895
Can't add a Dummy Selector
Whatever I try, do not get a dummy selector added to Domoticz. Have tried the following things:
- add dummy, add it via manual light
- via create virtual sensors
What do i wrong?
- add dummy, add it via manual light
- via create virtual sensors
What do i wrong?

- Sunday 20 May 2018 9:43
- Forum: Dashticz
- Topic: "Connection" issue between Dashticz and Domoticz
- Replies: 27
- Views: 7217
Re: "Connection" issue between Dashticz and Domoticz
Several questions for you, to make it clear to myself.
1): What url do you call, when you try go to dashticz?
I do not see any crazy things in your config. Can also be located elsewhere in the config.. Post your complete config is without passwords.
1): What url do you call, when you try go to dashticz?
I do not see any crazy things in your config. Can also be located elsewhere in the config.. Post your complete config is without passwords.
- Friday 11 May 2018 18:32
- Forum: Dashticz
- Topic: Dashticz - Function - Playsound/Speak
- Replies: 16
- Views: 4426
Re: Dashticz - Function - Playsound/Speak
At the moment i use only the mp3 options, as workaround that works for me. I tried it on my iphone on safari, it works. Is your sound turned on ? Volume up to 100%? Do not disturb off ? What ios version do you have ? Let me introduce myself first .. I am certificated in ICT. Now follow an education ...
- Friday 11 May 2018 13:14
- Forum: Dashticz
- Topic: Dashticz - Function - Playsound/Speak
- Replies: 16
- Views: 4426
- Thursday 10 May 2018 14:07
- Forum: Dashticz
- Topic: Dashticz - Function - Playsound/Speak
- Replies: 16
- Views: 4426
Re: Dashticz - Function - Playsound/Speak
I got little bit the same issue.. On my desktop it works perfect, on my ipad i dont get any sound or speak.
- Thursday 03 May 2018 10:39
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 567443
Re: Dashticz - General Discussions
You're welcome.
See a mistake in my block. A ' too much in the end, keep an eye on that.
See a mistake in my block. A ' too much in the end, keep an eye on that.

- Thursday 03 May 2018 9:19
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 567443
Re: Dashticz - General Discussions
I have my Nest thermostat configured in Domoticz, so the temperature and humidty is reported. I would like to show the temperature on the dashboard, but have no clue on how to do it, cannot find an example either. Any directions for me? If you mean dashboard of Dashticz? Then you need to find out ...
- Saturday 28 April 2018 10:13
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 130043
Re: Dashticz - Bug report
Not sure if this is a Dashticz bug, but I hope someone can help with this. I use the buienradar image with a buienalarm url, to show a graph of the coming rain. Lately however this is not working anymore. When the url is opened independently of dashticz (not within a frame) it works. For instance ...