Page 2 of 2

Re: CATT show Domoticz on Google Hub

Posted: Wednesday 17 June 2020 17:37
by Andyyyy
Hi,
i am to using catt to stream domoticz to my Lenovo Smart Display. It works but i cannot use the pulldowns to switch between floorplans.
Did anyone solve this problem ?
Andyyyy

Re: CATT show Domoticz on Google Hub

Posted: Wednesday 17 June 2020 22:02
by FireWizard
Hi,

@Andyyyy

You wrote:
It works but i cannot use the pulldowns to switch between floorplans
Do you use the standard interface, as I do not recognize, what you mean.
I my case, I have 5 floor-plan drawings, which I can call-up by touching the small "circle" under the drawing.
So I do not have "pulldowns". I stream to the Google Nest Hub.

See: https://www.domoticz.com/forum/viewtopi ... hilit=CATT

Regards

Re: CATT show Domoticz on Google Hub

Posted: Friday 19 June 2020 9:05
by Andyyyy
Hi FireWizard,
sorry i mean the room selector pulldown.
I use the ThinkTheme.
Rooms.png
Rooms.png (26.42 KiB) Viewed 922 times
Andyyyy

Re: CATT show Domoticz on Google Hub

Posted: Friday 19 June 2020 10:49
by Droid
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 916 times
Works like a charm

Re: CATT show Domoticz on Google Hub

Posted: Friday 19 June 2020 21:32
by FireWizard
Hi,

@Droid.

In principle, I do exactly the same.
However, because CATT and Node Red run on different hardware, I push the command with MQTT to the machine with CATT installed.
Indeed, that works like a charm.

Regards

Re: CATT show Domoticz on Google Hub

Posted: Monday 12 October 2020 22:21
by gropi
I placed my script under the scripts folder in domoticz and I can activate it from Domoticz.

Code: Select all

catt -d 192.1.1.1 cast_site http://192.2.2.2:8082/ &
sleep 60
catt stop
exit 0