Actually I saw your post and it absolutely inspired me, I was using iframe to include my floorplan kiosk card from lovelace and it was really heavy, especially for tablets.
So I decided to try to do it natively in Tileboard and this what came on few minutes later:
Using floorplan without lights as background.
Based on TYPES.IMAGE I’ve created custom TYPES.ROOM and made it full screen (my rooms with lights are the same sizes)
That’s it.
Next I will put invisible buttons over the rooms and all done.
Thanks for the idea!)
Cool so it works
To be honest I was busy with other things and had no time to continue with this idea but now definitely I must do it
only one question … in which software have you made/painted such a nice 3D floorplan with such a good looking lights ?
@HeyImAlex did you ever solve this? I have the exact same thing happening in my instance where the full screen camera streams work fine but tileboard is no longer updating/refreshing the main page. I know the CAMERA_STREAM type was deprecated recently, does it have to do with this at all? Any fix
New to TileBoard. New to JS. I have it working, and I have cameras and lights. One question, can I remove the text On and Off on the light tile. It seem redundant with the icon changing state. I tried to search, but did not see anything on this. Thanks
Just to clarify: It’s not camera streams that were deprecated (TYPES.CAMERA_STREAM is fine), but camera thumbnails through TYPES.CAMERA_THUMBNAIL. The reason is that thumbnail images (which can be rather big) are sent directly as encoded base64 data through the websocket connection, which according to the HA devteam is not ideal (even though it is working fine). Streams are handled differently in the websocket API. Tileboard just asks HA for the stream URL and then does the rest on its own.
I don’t know what the HA guys have planned as a substitute for the old thumbnail API.
Yeah the custom popups are done and I’m using them extensively in my TB mobile setup. But it seems to be a very niche feature, so I’m not sure if there’s enough interest in it to make a PR worthwhile.
i have also setup the tileboard, after many hours of study Thank you for this wonderful Dashoboard i like it!
i have encorred 2 Problems that i don’t know how to resolve, i have search the whole internet but not find the right answer.
TYPES.MEDIA_PLAYER : i hvae Sonos and setup this, it works and show me alos the entity picture artwork but the picture was so stretch that i can’t see anymore the information & SourceList and it don’t look so nice like them from HomeAssistant Lovelace Dashboard, see the pictures below.
From Lovelace the icon of the Radio Station are on the right side
on Tileboard it’s stretch the cover, same with other stations
I have setup the transparent theme and i have a Tile Switch and set background image if state changes:
but it show me the background image only if i use none or others than transparent
Thank you so much for a hint, i don’t have made any changes on css because i’m not so specialist like you, but if it’s the only possibility i hope you can clearifying how to do that.
First off, love the tileboard interface, looks amazing…
I was wondering if anyone had ever implemented a marquee card in tileboard at all - i have all the news in a array in a sensor, so thought i could have it scroll across an area - however, i have no idea how to do that, and i cannot see any reference to one, other than in the Lovelace UI…