You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with version 1.1.0 the MQTT integration will add additional controls and sensors:
Keyboard (switch, on/off control)
On Raspberry Pi devices which have the build in squeekboard display keyboard enabled, there is now a way to toggle the keyboard visibility via Home Assistant. Enabling the keyboard will un-fullscreen the TouchKio window, since the keyboard would otherwise not be visible. Hiding the keyboard will bring the window back into fullscreen kiosk mode.
Last Active (number, elapsed time in minutes)
A simple sensor that registers the last time you switched on or touched the display. The moment no interaction is detected the sensor will update the elapsed minutes. This could be handy for automation's, allowing to dim/turn off the screen in a similar way as the build in screen-blanking functionality.
Package Upgrades (number, total upgradeable packages)
Shows the number of packages that are available for upgrade (via apt upgrade). Additional the attributes of the package sensor lists the packages available for update. Updating these packages directly via TouchKio was not implemented (yet), as the application doesn't want to be responsible for the destruction of your system.
This is a minor version change from v1.0.x to v1.1.0, which means that its backward compatible but may require some steps from your side.
The reason for this is that the the MQTT device providing the sensors was renamed, from Raspberry Pi [HOSTNAME] into TouchKio [HOSTNAME]. Therefore, the entity names of the new sensors may differ now.
If you want a clean setup, you should delete the existing sensors from Home Assistant by using an external MQTT explorer application. Then restart TouchKio to get the new sensors and adjust the references in your dashboard.
The text was updated successfully, but these errors were encountered:
Starting with version 1.1.0 the MQTT integration will add additional controls and sensors:
Keyboard (switch, on/off control)
squeekboard
display keyboard enabled, there is now a way to toggle the keyboard visibility via Home Assistant. Enabling the keyboard will un-fullscreen the TouchKio window, since the keyboard would otherwise not be visible. Hiding the keyboard will bring the window back into fullscreen kiosk mode.Last Active (number, elapsed time in minutes)
Package Upgrades (number, total upgradeable packages)
apt upgrade
). Additional the attributes of the package sensor lists the packages available for update. Updating these packages directly via TouchKio was not implemented (yet), as the application doesn't want to be responsible for the destruction of your system.This is a minor version change from v1.0.x to v1.1.0, which means that its backward compatible but may require some steps from your side.
The reason for this is that the the MQTT device providing the sensors was renamed, from Raspberry Pi [HOSTNAME] into TouchKio [HOSTNAME]. Therefore, the entity names of the new sensors may differ now.
If you want a clean setup, you should delete the existing sensors from Home Assistant by using an external MQTT explorer application. Then restart TouchKio to get the new sensors and adjust the references in your dashboard.
The text was updated successfully, but these errors were encountered: