I am using these and you can probably figure out how to write templates for any others you want by using these. I took these from https://github.com/matt8707/hass-config
Thanks for the help - this worked well for me! Have to put in a feedback request on Fully to support auto discovery though, especially as often as I see their app mentioned in HA related forums.
Hm, strange.
I did copy/paste of your config and changed MyDeviceId only and none of sensors work.
FullyKioskBrowser device is apparently connected to mqtt broker.
You say FKB is “apparently” connected to your broker. How did you check this and is FKB posting messages to the broker with the topics you are using for your sensors?
@atomicpapa Just a note on your config above, I am new to MQTT so may be misunderstanding, but it seemed odd to me that your config was watching the onMotion message and then using that to report battery updates. I thought it may cause the battery level to not report changes unless there is motion detected. I am trying out the below instead and it seems to work regardless of motion:
Did you get an answer to this? I see a lot of posts about MQTT not connecting and throwing an error, but I’ve fixed that. It comes up in MQTT Explorer just fine. But no Devices or Entities show up in Home Assistant.
Fully Kiosk doesn’t implement HA’s autodiscovery so you have to configure it in HA yourself.
I use the following to make a simple battery sensor and put the full device info in the sensor’s attributes. Just replace <mqtt_topic> with the topic you configured in Fully Kiosk Browser.
Trying to work out if it is possible to create a binary sensor which is true when fully detects motion. I looked here but the MQTT integration has changed so the YAML here no longer works: Fully Kiosk Browser ScreenOn ScreenOff binary sensor
As I am using motion detection on the tablet to set the screen brightness I thought maybe I could indirectly use that to work out when motion is detected. So I tried this which pulls all the JSON into the sensor attributes but the state stays as UNKNOWN. Can anyone help with showing how I can have a sensor which goes true for a short period if motion is detected?
Thank you thank you this saved me today. Working on a kiosk for my BnB and was trying to get the battery switch thing working so I can tell the tablet when to charge.
Anyone know how to do this today, unfortunately the method proposed in your link @kajmaj seems deprecated in December 2022 with a link to THIS as the new way, however I am almost out of hair trying to figure out how to get events to work, the device info works fine but events are not.
I’ve tried with the $event and without (below) but nothing seems to show up on the fully_wall_tab_events entity that gets created.