Search found 19 matches
Re: Hardware
Dashticz is webbased, so with a browser and wifi connection, yes, it will work.
- Friday 26 June 2020 9:41
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 21162
Re: Dashticz Graphs - Features, Fixes & Updates
Yeah both... I can pratically change all colors, except those. On a white background, white text doesn't show :) This is now been added to the latest beta. fontColor: 'black', // default is white Let me know how you get on ;) Thanks, I haven't been able to test it yet. I first got my Dashboards set ...
- Friday 26 June 2020 9:33
- Forum: Dashticz
- Topic: Dashticz - Show your dashboard and how-to's!
- Replies: 1004
- Views: 328077
Re: Dashticz - Show your dashboard and how-to's!
I just got started playing around with Domoticz and Dashticz. First thing I've done is connect the P1 smart meter to my Synology so Domoticz can read the values. In a few months we move to a new home. I would like to extend my domotica there. Just gotta confince my wife that it is necessary :lol ...
- Saturday 20 June 2020 10:42
- Forum: Dashticz
- Topic: Dashticz - Module - 112 Meldingen (Dutch)
- Replies: 66
- Views: 12618
Re: Dashticz - Module - 112 Meldingen (Dutch)
Found it, I had to open curl and openssl on my Synology server...
Another question, is it possible to filter on only the fire department messages?
Another question, is it possible to filter on only the fire department messages?
- Saturday 20 June 2020 10:35
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 21162
Re: Dashticz Graphs - Features, Fixes & Updates
How can I change the text colors of the x and y axis? Im working on a light theme, but I can't find that.. Do you mean the axis labels or ticks? I am guessing both. Currently there is no method to change these. They are drawn as part of the graph canvas. I will see what I can do to provide this ...
- Saturday 20 June 2020 10:34
- Forum: Dashticz
- Topic: Dashticz - Module - 112 Meldingen (Dutch)
- Replies: 66
- Views: 12618
Re: Dashticz - Module - 112 Meldingen (Dutch)
The title in the actual result ('P2000 brandweer meldingen') is not the same as in the block definition ('112 meldingen Doetinchem') Can it be related to that? (do you maybe redefine the block somewhere?) No, I've changed it in between... it is the same now. I did some further digging... in ...
- Saturday 20 June 2020 8:56
- Forum: Dashticz
- Topic: Dashticz - Module - 112 Meldingen (Dutch)
- Replies: 66
- Views: 12618
Re: Dashticz - Module - 112 Meldingen (Dutch)
Yesterday I've added the alarmeringen to my Dashticz: blocks['alarmmeldingen'] = { title: '112 meldingen Doetinchem', rss: 'https://alarmeringen.nl/feeds/city/doetinchem.rss', show_lastupdate: true, width: 12, refresh: 300, //refresh rate in seconds results: 5, //number of recent results to show ...
- Saturday 20 June 2020 8:52
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 21162
Re: Dashticz Graphs - Features, Fixes & Updates
How can I change the text colors of the x and y axis?
Im working on a light theme, but I can't find that..
Im working on a light theme, but I can't find that..
- Friday 19 June 2020 10:49
- Forum: Third party and supplementary tools
- Topic: CATT show Domoticz on Google Hub
- Replies: 25
- Views: 3389
Re: CATT show Domoticz on Google Hub
Here an update.
I gave up on the dummy switch solution.
Instead I've installed Node-RED with NORA plugin. I've created a switch which then executes a shell script. Works like a charm
I gave up on the dummy switch solution.
Instead I've installed Node-RED with NORA plugin. I've created a switch which then executes a shell script. Works like a charm
- Monday 01 June 2020 15:38
- Forum: Third party and supplementary tools
- Topic: CATT show Domoticz on Google Hub
- Replies: 25
- Views: 3389
Re: CATT show Domoticz on Google Hub
Changed it, running it from Command line: root@___:/usr/local/domoticz/var/scripts# bash trigger_cast_on.sh 2020-06-01 15:36:44 cast on root@___:/usr/local/domoticz/var/scripts# bash trigger_cast_off.sh 2020-06-01 15:36:52 cast off No special error or message. Does however work. Running it from ...
- Monday 01 June 2020 8:42
- Forum: Third party and supplementary tools
- Topic: CATT show Domoticz on Google Hub
- Replies: 25
- Views: 3389
Re: CATT show Domoticz on Google Hub
Hi FireWizard, Adding that to each file, and then running the trigger files from the command line results in: root@_____:/usr/local/domoticz/var/scripts# bash trigger_cast_on.sh 2020-06-01 08:40:04 cast_on /home/cast_on.sh: line 6: exit: $: numeric argument required 2020-06-01 08:40:04 cast on ...
- Sunday 31 May 2020 22:56
- Forum: Third party and supplementary tools
- Topic: CATT show Domoticz on Google Hub
- Replies: 25
- Views: 3389
Re: CATT show Domoticz on Google Hub
Yes, running it from te commandline shows the dashboard and hides it
- Sunday 31 May 2020 22:40
- Forum: Third party and supplementary tools
- Topic: CATT show Domoticz on Google Hub
- Replies: 25
- Views: 3389
Re: CATT show Domoticz on Google Hub
Did that, here the results All logfiles are created by root... 2020-05-31 22:38:02.308 (Virtuele knop) Light/Switch (Virtuele knop) 2020-05-31 22:38:02.282 Status: User: Admin initiated a switch command (1/Virtuele knop/On) 2020-05-31 22:38:02.542 Status: Executing script: /usr/local/domoticz/var ...
- Sunday 31 May 2020 21:56
- Forum: Third party and supplementary tools
- Topic: CATT show Domoticz on Google Hub
- Replies: 25
- Views: 3389
Re: CATT show Domoticz on Google Hub
Okay, followed the instructions: /home/cast_on.sh -rwxr-xr-x 1 root root 97 May 31 21:45 cast_on.sh #!/bin/sh /volume1/@appstore/python3/bin/catt cast_site http://192.168.178.200:8084 >/dev/null & /usr/local/domoticz/var/scripts/trigger_cast_on.sh -rwxr-xr-x 1 domoticz root 177 May 31 21:50 trigger ...
- Sunday 31 May 2020 8:54
- Forum: Third party and supplementary tools
- Topic: CATT show Domoticz on Google Hub
- Replies: 25
- Views: 3389
Re: CATT show Domoticz on Google Hub
Hi FireWizard,
If the 2nd file is called by the first, it then isnt executed as root?
Im no expert on this, so could you help me in the right direction? What would those two files look like?
If the 2nd file is called by the first, it then isnt executed as root?
Im no expert on this, so could you help me in the right direction? What would those two files look like?
- Saturday 30 May 2020 22:51
- Forum: Third party and supplementary tools
- Topic: CATT show Domoticz on Google Hub
- Replies: 25
- Views: 3389
Re: CATT show Domoticz on Google Hub
Yes, running it from the command line executes the script as it should. The webpage is then shown on the Hub
- Saturday 30 May 2020 22:24
- Forum: Third party and supplementary tools
- Topic: CATT show Domoticz on Google Hub
- Replies: 25
- Views: 3389
Re: CATT show Domoticz on Google Hub
No, that's the problem... nothing happens
- Saturday 30 May 2020 21:27
- Forum: Third party and supplementary tools
- Topic: CATT show Domoticz on Google Hub
- Replies: 25
- Views: 3389
Re: CATT show Domoticz on Google Hub
Hi FireWizard,
Thanks for the reply, the logfile shows this:
Thanks for the reply, the logfile shows this:
Code: Select all
2020-05-30 21:25:43 controller
2020-05-30 21:26:17 controller
2020-05-30 21:26:20 controller
- Saturday 30 May 2020 17:04
- Forum: Third party and supplementary tools
- Topic: CATT show Domoticz on Google Hub
- Replies: 25
- Views: 3389
CATT show Domoticz on Google Hub
Hi there, Im new here, and hope Im in the right place for my problem. I've got a Synology DS214play with Domoticz on that. I would like to show the dashboard on my Google Hub. So I've installed CATT and made this script: #!/bin/bash /volume1/@appstore/python3/bin/catt cast_site http://192.168.178 ...