This is for all 5 of you that own one of these, I made an integration/add-on for HomeAssistant that allows you to push apps and notifications to your Tidbyt device. Check it out on GitHub:
This is great. After an initial tough go at getting the add-on to install (It crashed my Home Assistant Green
but tried again a few days later right after a fresh reboot and everythingworked), I was able to publish some text to the display. Yay!
Is there a way that this could be used to toggle on and off apps, like can do within the Tidbyt app? Iād love to be able to do app scheduling and control it in home assistant rather than the Tidbyt app, or be able to do things like use the existing home assistant entity app but have it be turned on / published only when certain conditions are met.
Didnāt see this until now but yes it supports publishing and deleting apps meaning you can add apps to the rotation when you want and then delete them when you donāt want them.
My apologies, I didnāt word this well. I mean to mute and unmute and pin community and built-in apps like you can in the tidbit app, beyond whatās built into the add-on and integration.
Yes you can do this by creating a tidbyt folder inside your HA config folder, placing your apps inside there inside its own named folder (ie an app named MyApp should be inside config/tidbyt/MyApp/MyApp.star) then using the Tidbyt Push service to push the app. Check the readme on the page, it will tell you how to do it.
Hi all
Iāve tried this integration but get the following error on restarting HA:
Logger: homeassistant.setup
Source: setup.py:269
First occurred: 12:38:48 PM (1 occurrences)
Last logged: 12:38:48 PM
Setup failed for custom integration ātidbytassistantā: Integration failed to initialize.
Any thoughts on where to look?
Iāve added my Tidbyt devcieid and token details into the configuration.yaml file. Standard HA on Pi4.
Thx
BTW I fixed the above by removing and re-adding the integrations and rebooting. It then worked but has now broken following the HA core and HACS updates this last few days.
The brightness slider works but the power off button doesnāt. Iāve not tried any uploads to them as yet.
Thanks for this! I was able to get it up and running.
Are there any sample .star files? Iām not familiar with creating them, really just looking for something I can modify with text and icons as needed.
Also curious the main difference between foreground/background, and also how long do the items stay active when pushed? Trying to sort out how to incorporate āTake the trash outā in between the other apps in my cycle, for instance.
I added a button to a dashboard for my Tidbyt devices with the following (follow your nose and experiment):
Tap behaviour: perform action
Action: Tidbytassistant: text
then added a text string, chose a font size, colour and scroll behaviour.
Publish: foreground (to publish immediately on the device)
Select a Tidbyt device and when save and then you tap the button, the saved text string scrolls on the Tidbyt. Simple things! Not sure if the publish mode of background means the text will be added to your queue and whether it gets repeated with all the others from the Tidbyt app, I suspect now as the HA button is a one off action. What is interesting is the push works when the devices are asleep, then they go back to sleep once the text push has done its two scrolls.This might have a practical use in displaying a notification but would be easy to miss, unless the text remained displayed on the Tidbyt until somehow dismissed.
The star file appears to be Tidbitās programming language. I canāt find any samples. I found this link that throws some light on things but is not an idiotās guide:
Tidbyt Application Development Fundamentals - Karl Cardenas | Portfolio.
Hereās screen captures of my button for pushing text.
Hereās an example with a green title (text & title option) and red non-scrolling text string:
So itās quite easy to add a āthen doā action of a Tidbyt text push to a notification. I this example, when Iāve left the garage side door open for more than 1 min (triggered from a Shelly door contactor), as well sending a notification to my phone, now a message is also sent to Tidbyt.
Very cool and very helpful, thank you! Iāll probably be able to get by just pushing text for now as well and not worry about anything too advanced. Also curious how the background functions, Iāll have to play around a bit. Would love to be able to figure out timing to get the notifications in to my regular app flow but again, just need to play around a bit. Appreciate it!
Iāve re-flashed one of my Tidbyts (the Gen2 in the photo above) into a āTronbytā as per the hack here from Travis Gustafson posted here on the Tidbyt community forum:
So it would be awesome if there was a fork of TidbytAssistant specifically for Tronbyts I.e. TronbytAssistant ![]()
So⦠Iāve installed this and I can see the dimmer and use it.
However, how do you push apps, etc. ?
I donāt see any type of configuration menu or entities beyond the two items that were created.
TidbytAssistant will be supporting Tronbyt in a few days! You will be able to configure on a per Tidbyt basis which api server you want apps from (ie do you want to use the regular Tidbyt server or your local Tronbyt server). The addon has already been update, just need to push updates to the integration.
Apps are pushed using the Actions. There are three. Push, Text and Delete.
Foreground will push and display immediately, overriding whatever is being shown. For you to add an app to the rotation, you need to provide a Content ID. It will then be added to your regular rotation. A good example of this working is using it to add an automation to notify you to take out the trash. Then another automation can delete using the delete action from the rotation once the trash is taken out. Can also be done with garage door open, wash cycle is done, etc.
Thanks! got it⦠I was expecting that there would be an entity I can reference in automations, but this works. I just had to wipe the default dashboard ![]()
I plan to make some notifications of a door opening, but also have to manually turn off the notification via physical button press.
Thank you for making this!! It is awesome.
Iām a relative newbie to HA, and this was my first edit of the configuration.yaml⦠but all went fine on the install. I did have to uninstall and reinstall the integration to get it to work on the second try.
Iām not super interesting in manually coding .star files⦠do you know if there is a repository of pre-built ones somewhere I could download and then edit?
Now I need a couple more tydbits. lol.
Hi, Iām quite enjoying the app butā¦
- how do I keep the pushed text to stay displayed for until I opt-out? It now gets shown for 5 seconds, then it returns to whatever community app was displayed before.
- how do I align title if I donāt want it to be centered?
Thanks!





