Search found 11 matches
- Thursday 24 September 2020 21:30
- Forum: Python
- Topic: Python Plugin: Domoticz-Google-Plugin
- Replies: 132
- Views: 33350
Re: Python Plugin: Domoticz-Google-Plugin
I had the same thing this afternoon but managed to fix this! Seems there is something wrong in the latest versions of some packages. - Uninstall zeroconf and reinstall with "pip3 install zeroconf==0.25.1" - Uninstall pychromecast and reinstall with "pip3 install pychromecast==6.0.0" After restart of ...
- Friday 15 May 2020 11:35
- Forum: LUA
- Topic: Traffic ETA time calculating
- Replies: 2
- Views: 564
Re: Traffic ETA time calculating
Thanks for taking time to help me out. A little late reaction, but I just implemented it in my script and works perfect! Thanks a lot.
- Monday 11 May 2020 19:14
- Forum: LUA
- Topic: Traffic ETA time calculating
- Replies: 2
- Views: 564
Traffic ETA time calculating
Goodevening, I got a part of the google maps ETA script that i want to tweak, see below: ("%02d:%02d"):format(time.hour, time.min+(traffic_Home2Work) Traffic_Home2Work is a variable for the calculated travel time. I want to add it to the current time to know the ETA. 16:20 + 20 min works fine --> 16 ...
- Friday 08 May 2020 11:42
- Forum: Examples & Solutions
- Topic: PLEX status (dzVents) [SOLVED]
- Replies: 57
- Views: 15656
Re: PLEX status (dzVents) [SOLVED]
Is it correct that you need the plex pass to let this work? No script is not using PLEX but Tautulli.. and as far i know, you can run Tautulli withoud PLEX pass. Good luck! Please let me know if everything went well... Installed everything and works pretty good! And indeed no plex pass needed.
- Thursday 07 May 2020 22:48
- Forum: Examples & Solutions
- Topic: PLEX status (dzVents) [SOLVED]
- Replies: 57
- Views: 15656
Re: PLEX status (dzVents) [SOLVED]
Script looks great, trying it tomorrow. Is it correct that you need the plex pass to let this work? That's something to keep in mind when trying this 

- Sunday 03 May 2020 19:35
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 20873
Re: Dashticz Graphs - Features, Fixes & Updates
There isn't a block param, but you can achieve this with custom data. https://dashticz.readthedocs.io/en/beta/blocks/graphs.html#modifying-the-y-axes I'm using custom data, for example: blocks['my_graph2'] = { devices:[108], graph: ['bar'], legend: false, maxTicksLimit: 15, barWidth: 0.8 ...
- Sunday 03 May 2020 18:07
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 20873
Re: Dashticz Graphs - Features, Fixes & Updates
Maybe I'm missing it, but is there a block parameter for adjusting the Y scale or the number of ticks on the Y scale?
- Sunday 03 May 2020 16:18
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 1004
- Views: 325584
Re: Dashticz - Show your dashboard and how-to's!
Thanks toro. And that's because of a white logo and white background

- Sunday 03 May 2020 8:55
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 1004
- Views: 325584
Re: Dashticz - Show your dashboard and how-to's!
After a lot of tinkering, changing, editing, adding, removing and changing again this is the result (for now) I'm pretty happy with it. It also has other screens for weather, traffic en transport, energy and for showing webcam fullscreen if someone is ringing the doorbell. And a fullscreen image af ...
- Monday 19 March 2018 17:00
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 565676
Re: Dashticz - General Discussions
Got the same problems as pollefinario, domoticz error. Running the latest beta. Is there a fix for this problem?
- Saturday 20 January 2018 12:18
- Forum: Bash / PowerShell / Batch etc.
- Topic: Different Backups from Crontab to network
- Replies: 97
- Views: 43936
Re: Different Backups from Crontab to network
Hello all, First time here on the forum so feedback is welcome if you are missing information :). I want to use the backup function since my SD card went corrupt a few days ago. Starting all over but first want to have a decent backup just in case.. Now I have a problem with the backup script from ...