Fully Kiosk Browser and Home Assistant !!!
Описание
If you like what you see..... buy me a coffee!
https://www.buymeacoffee.com/c1THy8VNA
This video is a tutorial on how to setup Fully Kiosk Browser on your tablet and get it working with Home Assistant!
Here are some links to get you started.....
https://github.com/burnshomeautomation/HomeAssistant-Config
https://www.ozerov.de/fully-kiosk-browser/
https://community.home-assistant.io/t/fully-kiosk-browser/41675
(0:00) Intro
(3:14) For starters, lets install Fully Kiosk Browser on the tablet.
(4:23) Follow along with the video to configure your new install.
(7:10) Now we are ready to add the multi-sensor in Home Assistant.
sudo vi sensor.yaml
- platform: rest
name: Office Touchpad
json_attributes:
- batteryLevel
- kioskMode
- screenBrightness
- motionDetectorState
- maintenanceMode
- appFreeMemory
- appUsedMemory
- totalFreeMemory
- totalUsedMemory
- hostname4
- ip4
- mac
- locationLatitude
- locationLongitude
- locationAltitude
- startUrl
- currentPage
resource: "http://10.10.10.35:2323/?cmd=deviceInfo&type=json&password=PASSWORD"
value_template: '{{ value_json.isScreenOn }}'
(11:14) Let's break out the battery sensor to a seperate sensor...
sudo vi sensor.yaml
- platform: template
sensors:
office_touchpad_battery:
friendly_name: "Office Touchpad Battery"
unit_of_measurement: '%'
value_template: "{{ states.sensor.office_touchpad.attributes.batteryLevel }}"
(14:20) Let's add the camera into Home Assistant....
sudo vi cameras.yaml
- platform: generic
name: Office Touchpad
still_image_url: "http://10.10.10.35:2323/?cmd=getCamshot&password=PASSWORD"
(16:19) Lastly, follow along with the video to see the tablet in action!!
If you like the video, please subscribe to my channel. If you have any questions or comments, hit me up in the comments below. As always, if there are any videos out there that you would like to see that I don't already have out there, let me know in the comments as well and I will see what I can do.
Рекомендуемые видео



















