Domoticz plugin written in Python to the Fully Kiosk Browser.
This is an app which works very good with Dashticz on a Tablet. See https://www.fully-kiosk.com/
The plugin currently supports the following
- Screen on/Off
- Screensaver On/Off
- Battery level
- Charging status
- Motion Sensor On/Off
- Brightness level
- Go in your Domoticz directory using a command line and open the plugins directory:
cd domoticz/plugins - clone the plugin:
git clone https://github.com/MadPatrick/domoticz_fullykiosk - Restart Domoticz:
sudo systemctl restart domoticz
In the Domoticz UI, navigate to the Hardware page. In the hardware dropdown list there will be an entry called "Fully Kiosk". Add the hardware to your Domoticz system and fill in the required fields
When there an update of the plugin you can easlily do an update by:
cd domoticz/plugins/domoticz_fullykiosk
git pull
And then either restart Domoticz or update the plugin on the Hardware page.