Page 1 of 1

Dashticz on Tablet + Fully Kiosk + Node RED

Posted: Wednesday 25 May 2022 15:09
by zabinskiwojciech
Hello.
I would like to do two things with NodeRED.
The first is the battery status reading that will be displayed in Domoticz on the utility tile.
The second is that when I am not at home, the screen will go to sleep.
I have an out-of-home mode in Domoticz, the phone MAC detected in the network and I would embrace it in Blockly, but how to get the MQTT-controlled switch off and on the screen using Fully Kiosk.

Re: Dashticz on Tablet + Fully Kiosk + Node RED

Posted: Thursday 26 May 2022 9:11
by Lokonli
zabinskiwojciech wrote: Wednesday 25 May 2022 15:09 Hello.
I would like to do two things with NodeRED.
The first is the battery status reading that will be displayed in Domoticz on the utility tile.
The second is that when I am not at home, the screen will go to sleep.
I have an out-of-home mode in Domoticz, the phone MAC detected in the network and I would embrace it in Blockly, but how to get the MQTT-controlled switch off and on the screen using Fully Kiosk.
I don't think this is a Dashticz related question. Better to post it somewhere else.

You can publish the Fully Kiosk status to a MQTT broker. See the Fully documentation.

You can set the screen status via the Fully rest API. To switch the sdreen off:

Code: Select all

http://fully ip:2323/?cmd=screenOff&password=[your password]

Re: Dashticz on Tablet + Fully Kiosk + Node RED

Posted: Thursday 02 June 2022 9:35
by zabinskiwojciech
Thanks for the command, screen blanking and wake-up are working.