Search found 51 matches

by Ingmar
Tuesday 08 January 2019 12:19
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to install Domoticz on a Synology NAS
Replies: 577
Views: 190989

Re: How to install Domoticz on a Synology NAS

Hi Jumbotroll, I have a DS212j with DSM 6.2 but on your site I don't see my DS212j in the list of Domoticz version 4.9, is my NAS too old now or can you do some magic? I'm currently running Domoticz 3.5 so thought it is time for an update :lol: I have to say that this version is running very stable ...
by Ingmar
Monday 07 January 2019 23:27
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to install Domoticz on a Synology NAS
Replies: 577
Views: 190989

Re: How to install Domoticz on a Synology NAS

Hi Jumbotroll, I have a DS212j with DSM 6.2 but on your site I don't see my DS212j in the list of Domoticz version 4.9, is my NAS too old now or can you do some magic? I'm currently running Domoticz 3.5 so thought it is time for an update :lol: I have to say that this version is running very stable ...
by Ingmar
Monday 07 January 2019 23:00
Forum: LUA
Topic: LUA script does fetch value but does not update device
Replies: 3
Views: 1731

Re: LUA script does fetch value but does not update device

Your 2nd commandArray overwrites the first one. They both point to the same key in the commandArray table. have a look here Excellent, problem solved. Thank you very much for the quick reply! For future reference, I've updated the script to below: commandArray[#commandArray+1] = {['UpdateDevice ...
by Ingmar
Monday 07 January 2019 22:39
Forum: LUA
Topic: LUA script does fetch value but does not update device
Replies: 3
Views: 1731

LUA script does fetch value but does not update device

Hi guys, The dummy Weather Underground device shows the outside temperature and the outside feels like temperature (chill) together in one device. For my dashboard I want to have these values separate so I made a LUA script to fetch the values individually. I fetch the values individually and update ...
by Ingmar
Monday 05 March 2018 23:36
Forum: Feature requests
Topic: Dashticz - Feature Requests
Replies: 391
Views: 108275

Re: Dashticz - Feature Requests

I can't script either, it's a matter of searching, reading, trying, etc. Maybe you should put some time into researching things yourself instead of only asking other people to stuff for you ;-)
by Ingmar
Monday 05 March 2018 23:00
Forum: Feature requests
Topic: Dashticz - Feature Requests
Replies: 391
Views: 108275

Re: Dashticz - Feature Requests

Hoi Rob, First of all, I love Dashticz so far! What I was wondering: 1) Is it possible to use google to calculate the (car based) commute time at present to work? I generally use Dashticz in the morning when I wake up and this would make me quite happy, since I work at irregular times. 2) traffic ...
by Ingmar
Thursday 30 November 2017 10:20
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 553204

Re: Dashticz - General Discussions

Is there a way to change the size of the popup window of the "var buttons"? Is it possible to set the size per individual button?

Gr. Ingmar
by Ingmar
Tuesday 28 November 2017 13:04
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 553204

Re: Change colour of an icon dynamically

I can change the icon depending on the value but can't seem to change the colour of a single icon on demand. Kevin You can always decide to go the less flexible way, where you take the same icon but change the color in paint or photoshop and save them as separate files on your system (see wiki ...
by Ingmar
Monday 27 November 2017 14:43
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 553204

Re: Change colour of an icon dynamically

Guys, I'm moving on with my screens but I want to change the colour of an icon in a block depending on conditions (e.g. temperature) I'm not expert in js / css but I'll have a go :) If I have an icon, say fa-bolt I can permanently change the colour using css and defining .fa-bolt {color:rgba(10,20 ...
by Ingmar
Thursday 02 November 2017 21:08
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 553204

Re: Swipe button

I'd like this as well! Did you get any further yet?
by Ingmar
Thursday 02 November 2017 21:05
Forum: Dashticz
Topic: Dashticz - Custom CSS
Replies: 82
Views: 23187

Re: Dashticz - Custom CSS

If you look through the " Show your dashboard and how-to's " topic and read the Wiki pages then you will find your answers. As a courtesy, see below (place in the CSS file): /* change background of all blocks */ .transbg.col-xs-1, .transbg.col-xs-2, .transbg.col-xs-3, .transbg.col-xs-4, .transbg.col ...
by Ingmar
Tuesday 31 October 2017 23:43
Forum: LUA
Topic: Use string from Harmony API in LUA
Replies: 7
Views: 1827

Re: Use string from Harmony API in LUA

It took me several hours of searching and trying, but I managed to solve it! The trick was: deviceinfo[1].activity.label To complete this topic for future reference: - I'm running Domoticz and HA bridge on my Synology NAS - I have a Harmony hub connected to Domoticz via HA bridge (as native ...
by Ingmar
Tuesday 31 October 2017 14:11
Forum: LUA
Topic: Use string from Harmony API in LUA
Replies: 7
Views: 1827

Re: Use string from Harmony API in LUA

Thank you Nautilus, that was of great help! :D I basically got done what I wanted to do. The only problem I encountered, is that my JSON data starts with a "[" and then the script doesn't read the value . The log gives the error " EventSystem: in Fetch Harmony status: [string "..."]:11: attempt to ...
by Ingmar
Monday 30 October 2017 15:21
Forum: LUA
Topic: Use string from Harmony API in LUA
Replies: 7
Views: 1827

Re: Use string from Harmony API in LUA

It's not difficult if you are a coder ;) Heheh, that's what I thought! Thanks for your reply. I already spent several hours searching for an example piece of code that I can edit but found nothing that really fitted the bill. Maybe i'm not searching for the correct terms of what I want?! I'll ...
by Ingmar
Sunday 29 October 2017 14:04
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 553204

Re: Change the color of the door/window sensors

Ok. The thing with the door sensor is that it is a separate image file from the img folder ("door_closed" and "door_open". You could do 2 things; either change the .png file in a image editor (e.g. photoshop) to change the color. Or use a different icon from fontawesome of which you can change the ...
by Ingmar
Sunday 29 October 2017 13:56
Forum: LUA
Topic: Use string from Harmony API in LUA
Replies: 7
Views: 1827

Re: Use string from Harmony API in LUA

Nobody has an idea?
by Ingmar
Sunday 29 October 2017 9:12
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 553204

Re: Change the color of the door/window sensors

Have a look through the "show your dashboards and how-tos" topic. People posted screenshots of their dashboards including the config and css codes. There is enough info in that topic to do what you want.
by Ingmar
Sunday 29 October 2017 9:06
Forum: Feature requests
Topic: Dashticz - Feature Requests
Replies: 391
Views: 108275

Re: Dashticz - Feature Requests

Thnx!
by Ingmar
Wednesday 25 October 2017 15:37
Forum: Feature requests
Topic: Dashticz - Feature Requests
Replies: 391
Views: 108275

Re: Dashticz - Feature Requests

Is it possible to change the background based on the sunrise and sundown times (instead of the hard coded times that are standard)?