Search found 30 matches

by Xroads
Monday 20 March 2017 17:47
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 569979

Re: New Dashboard Design

It always searched for the entered city (in config.js) in the Netherlands, I've just added a country-variable. Download the latest version from gitlab! Make sure you have the country-variable in config.js after you've updated! Example: var _WEATHER_CITY = 'Aarhus'; var _WEATHER_COUNTRY = 'DK ...
by Xroads
Monday 20 March 2017 12:02
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 569979

Re: New Dashboard Design

HI
Really love this design, but I'm strugling to get my own location for the weather (Denmark, Aarhus), where do I change it.

Thanks.
by Xroads
Sunday 29 May 2016 22:34
Forum: RFLink Transceiver
Topic: Remote sockets
Replies: 0
Views: 508

Remote sockets

Hi I could really need some help! I have these 5 remote controlled sockets that works perfectly with the RFlink. https://dl.dropboxusercontent.com/u/75742207/Sockets.jpg They are recogniced as tristate, when learned in Domoticz. I then needed some more, and bought 5 more from the same seller. And ...
by Xroads
Tuesday 03 May 2016 0:43
Forum: Design, usability and languages
Topic: Domoticz looking weird in Chrome
Replies: 3
Views: 1453

Re: Domoticz looking weird in Chrome

Hi Gizmocuz
I've managed to get it solved by clearing the cache.
The weird thing that put me off, was that it happend on a tablet and a notebook at the same time.
But thanks anyhow for trying to help :D
by Xroads
Sunday 24 April 2016 12:42
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 426275

Re: NEW frontpage.html - request comments

Hi all
I relly like this frontpage, and has nearly got it to look and feel like I (and the Misses) want it.
The only thing I'm missing is to be able to control the volume of my Logitech media player. The on / off is working and the "now playing" also, just need the volume. Please anyone?
by Xroads
Monday 18 April 2016 12:14
Forum: Design, usability and languages
Topic: Domoticz looking weird in Chrome
Replies: 3
Views: 1453

Domoticz looking weird in Chrome

Hi Suddenly Domoticz is looking real strange in chrome, and it's both on my laptop and on my tablet. I have tried to clear the cache, but that does'nt change anything. When i open it in Internet explorer, it looks normal. The text "last seen" in top of the boxes, is also suddenly in Dutch. Any Ideas?
by Xroads
Wednesday 13 April 2016 11:59
Forum: PHP and all others
Topic: Todays easy question (Solved)
Replies: 1
Views: 530

Re: Todays easy question (Solved)

This is the correct formatting.

Code: Select all

lux = tonumber(otherdevices_svalues[c..'Lux'])
by Xroads
Wednesday 13 April 2016 11:27
Forum: LUA
Topic: Vocal announcement - Good Morning Script
Replies: 73
Views: 23969

Re: Vocal announcement - Good Morning Script

Hi Heisenberg I have put it as "script_device_Goodmorning.lua" in scripts/lua, then you only need to put the name of your pir in this line if devicechanged['YourPirName'] == 'On' and --Motion sensor Living Room And then it should work, just remember to make a uservariable with the name of ...
by Xroads
Wednesday 13 April 2016 9:31
Forum: PHP and all others
Topic: Todays easy question (Solved)
Replies: 1
Views: 530

Todays easy question (Solved)

I'm trying to get the lux value from some pirs, so i can use it as trigger. Using this string lux = tonumber(otherdevices_svalues[c],'Lux') Where c is the name of the pir, and the sensor is named "GangLux", but never getting any data. I'm 100% sure theres something wrong with the formatting of this ...
by Xroads
Tuesday 12 April 2016 10:41
Forum: LUA
Topic: Vocal announcement - Good Morning Script
Replies: 73
Views: 23969

Re: Vocal announcement - Good Morning Script

Thank's JuanUil
I'll try that and then we will see tomorrow :D
by Xroads
Tuesday 12 April 2016 9:24
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 426275

Re: NEW frontpage.html - request comments

As far as I have read, you can't put the frontpage in its own directory.
It has to be in the domoticz/www, otherwise it won't work.
by Xroads
Tuesday 12 April 2016 9:20
Forum: LUA
Topic: Vocal announcement - Good Morning Script
Replies: 73
Views: 23969

Re: Vocal announcement - Good Morning Script

jmleglise I need your help. I have copied your script and it's working perfectly, only thing is that it runs 1 hour to late. I have set it to run if time is > than 8, but then it will run after 9 o'clock. timeNow.hour >8 and string.sub(uservariables_lastupdate['goodMorning'], 9, 10) ~= os.date("%d")
by Xroads
Tuesday 12 April 2016 0:24
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 426275

Re: NEW frontpage.html - request comments

Has anyone got Logitech media player to work from this frontpage??
by Xroads
Monday 11 April 2016 10:51
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 426275

Re: NEW frontpage.html - request comments

Thanks.
That made everything clear.
by Xroads
Sunday 10 April 2016 23:51
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 426275

Re: NEW frontpage.html - request comments

Hi Guys
I'm playing with this awesome frontpage from G3erard, there's one thing pusling me.
In frontpage_settings.js there is this section "<!-- Change idx of special items -->", and I just can't understand what they are for.
Could anyone explain please.
by Xroads
Saturday 02 April 2016 23:29
Forum: PHP and all others
Topic: Get status in Python
Replies: 1
Views: 753

Get status in Python

This is probably very simple for those who know, unfortunately I'm not one of those :oops:
But how do I get the status for a switch in Domoticz, from a Python script.
Regds
by Xroads
Wednesday 30 March 2016 10:17
Forum: LUA
Topic: Real-time solar data : azimuth, Altitude, Lux sensor... [closed]
Replies: 245
Views: 70135

Re: Real-time solar data : azimuth, Altitude, Lux sensor...

In the installation instructions in the WIKI, it's stated that the lux device should be defined as "Virtual sensor LUX : sensor type LUX, name LUX."
This is not correct, it should be "Virtual sensor LUX : sensor type LUX, name Lux." Otherwise you will get the above mentioned error.
by Xroads
Sunday 27 March 2016 15:28
Forum: LUA
Topic: Blink light
Replies: 16
Views: 11453

Re: Blink light

Ok, found out that it's for a lua script. But now the only thing i'm getting is a error message. Error: EventSystem: commandArray in script /home/pi/domoticz/scripts/lua/script_device_doorbell.lua should only return ['string']='actionstring' or [integer]={['string']='actionstring'} This is the code ...
by Xroads
Saturday 26 March 2016 19:53
Forum: LUA
Topic: Blink light
Replies: 16
Views: 11453

Re: Blink light

Yes I could, but its only for my doorbell, so maybee a bit overkill :D
by Xroads
Saturday 26 March 2016 17:57
Forum: LUA
Topic: Blink light
Replies: 16
Views: 11453

Re: Blink light

Hi
As a really new user of Domoticz, I would like to use BakSeeDaa's function to blink a light.
But where do I put the function, is it in a lua script or?