Search found 19 matches

by Droid
Thursday 09 July 2020 11:18
Forum: Dashticz
Topic: Hardware
Replies: 3
Views: 527

Re: Hardware

Dashticz is webbased, so with a browser and wifi connection, yes, it will work.
by Droid
Friday 26 June 2020 9:41
Forum: Dashticz
Topic: Dashticz Graphs - Features, Fixes & Updates
Replies: 188
Views: 23150

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 ...
by Droid
Friday 26 June 2020 9:33
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1005
Views: 345655

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 ...
by Droid
Saturday 20 June 2020 10:42
Forum: Dashticz
Topic: Dashticz - Module - 112 Meldingen (Dutch)
Replies: 66
Views: 13714

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?
by Droid
Saturday 20 June 2020 10:35
Forum: Dashticz
Topic: Dashticz Graphs - Features, Fixes & Updates
Replies: 188
Views: 23150

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 ...
by Droid
Saturday 20 June 2020 10:34
Forum: Dashticz
Topic: Dashticz - Module - 112 Meldingen (Dutch)
Replies: 66
Views: 13714

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 ...
by Droid
Saturday 20 June 2020 8:56
Forum: Dashticz
Topic: Dashticz - Module - 112 Meldingen (Dutch)
Replies: 66
Views: 13714

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 ...
by Droid
Saturday 20 June 2020 8:52
Forum: Dashticz
Topic: Dashticz Graphs - Features, Fixes & Updates
Replies: 188
Views: 23150

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..
by Droid
Friday 19 June 2020 10:49
Forum: Third party and supplementary tools
Topic: CATT show Domoticz on Google Hub
Replies: 25
Views: 3597

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.
node-red.JPG
node-red.JPG (25.07 KiB) Viewed 1014 times
Works like a charm
by Droid
Monday 01 June 2020 15:38
Forum: Third party and supplementary tools
Topic: CATT show Domoticz on Google Hub
Replies: 25
Views: 3597

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 ...
by Droid
Monday 01 June 2020 8:42
Forum: Third party and supplementary tools
Topic: CATT show Domoticz on Google Hub
Replies: 25
Views: 3597

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 ...
by Droid
Sunday 31 May 2020 22:56
Forum: Third party and supplementary tools
Topic: CATT show Domoticz on Google Hub
Replies: 25
Views: 3597

Re: CATT show Domoticz on Google Hub

Yes, running it from te commandline shows the dashboard and hides it
by Droid
Sunday 31 May 2020 22:40
Forum: Third party and supplementary tools
Topic: CATT show Domoticz on Google Hub
Replies: 25
Views: 3597

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 ...
by Droid
Sunday 31 May 2020 21:56
Forum: Third party and supplementary tools
Topic: CATT show Domoticz on Google Hub
Replies: 25
Views: 3597

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 ...
by Droid
Sunday 31 May 2020 8:54
Forum: Third party and supplementary tools
Topic: CATT show Domoticz on Google Hub
Replies: 25
Views: 3597

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?
by Droid
Saturday 30 May 2020 22:51
Forum: Third party and supplementary tools
Topic: CATT show Domoticz on Google Hub
Replies: 25
Views: 3597

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
by Droid
Saturday 30 May 2020 22:24
Forum: Third party and supplementary tools
Topic: CATT show Domoticz on Google Hub
Replies: 25
Views: 3597

Re: CATT show Domoticz on Google Hub

No, that's the problem... nothing happens
by Droid
Saturday 30 May 2020 21:27
Forum: Third party and supplementary tools
Topic: CATT show Domoticz on Google Hub
Replies: 25
Views: 3597

Re: CATT show Domoticz on Google Hub

Hi FireWizard,

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
by Droid
Saturday 30 May 2020 17:04
Forum: Third party and supplementary tools
Topic: CATT show Domoticz on Google Hub
Replies: 25
Views: 3597

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 ...