As I mentioned previosly in this thread I have small child now and can’t afford spending free time on this project. I do what I can ocassionally.
Does anyone have an idea why some of the mdi icons are not showing up on the tiles ?
e.g. mdi-door-closed-lock or mdi-gate-open etc.
Many others showing up as should. I also can see those in vscode.
I’m using haasio fully updated to the latest version.
One other question
Is there a possibility to add floorplan created in separate View/Tab in lovelace interface.
Currently I added it as IFRAME via URL like this: https://MyHassioIP:8123/lovelace/floorplan
but this shows entire lovelace interface with all tabs, menus etc + does not scale iframe correctly.
I would like to show in TileBoard only floorplan without all unnecessary menus etc.
FIrst, congratulation for your child.
I found the solution to the black column. After your css change to camera-popup–list I add a width: 100% to camera-popup–camera and the black column is gone.
Thanks I tried this and it works for me also, here it is formatted:
.camera-popup--camera {
width: 100%;
}
Also you can use the .camera-popup-container
class to change the border if you want.
You’re not doing anything wrong. I was… I just opened a PR with a fix for this bug…
thanks a lot man! it works!!!
I think that I have exactly the same issue.
Can you be a little more specific how a long live token is created.
I have access to the tileboard on my windows computer where I could use login screen from HA, however on my old iPad which I want to use as display on the wall, I do get login screen without possibility to fill in the username and password. After clicking the next button I get an error “something went wrong”
So what I need is a work around. Can you please show wat need to be change in the config.js
First of all, thanks so much for TileBoard. Coming from Domoticz, your UI was what eventually made me change to HA. So I’ve been designing my little dashboard and I’m pretty happy with it so far. I do have a few issues with cameras though. So if anyone can help me with these, that would be awesome.
I have a HikVision 2CD2085FWD. I’m using the generic IP camera platform with still_image_url. The camera offers two streams, one 4k hires and a 480p lowres. The camera is not able to serve both streams simultaneously. Trying to access one stream while the other is still being served will result in an error. So I’d like to use the lowres preview on a tile and then the hires 4k images on the fullscreen camera popup. I created two cameras, one with the hires and one with the lowres image url and modified the js code to use the hires camera entity in the popup. Unfortunately this is very unstable due to the ‘one stream at a time’ limitation of the camera.
So I thought about using a still_image_url template in the configuration yaml and switch the url (hires or lowres) based on the state of some entity. What would be the best way to do this with TileBoard ? Just create a template ‘virtual’ switch and use api.send to flick the state of that switch when the camera popup opens ? Or is there a better way ?
Thanks !
Thanks for the PR!
Long-lived tokens are created from within your profile in HA.
Perhaps this would help.
MDI are being updated constantly and TileBoard could be using outdated set.
Thanks, interesting. That could work. I somehow missed this. Still trying to find my way around HA, the myriads of different camera integrations are very confusing.
ok thx
2 more questions then:
- how to update set manually ?
- is there a way to use my own icon , not from mdi ? I’ve tried to put even a direct url to my png but without success
OMG again I need to ask extremely noobie (I think) question ;-(
Forgive me please but can’t figure it out by myself …
Is there any way/add-on/script to hassio which will/can keep my TileBoard files up-to-date with your git repo ? of course not overwriting my config.js or any other important files created by me in the tileboard folder.
Just change version number to the latest one from MDI. As for custom icons, you would need to mimic what mdi-XXX classes are doing with your own font.
Thanks for your reply.
I tried to explain the issue also on : Authorisation on Safari (iOS, old iPad) and Explorer for TileBoard
Not sure how I have to overcome the issue. Should I replace the “null” with the long lived token generated by HA. Should I also add a username in the config.js ?
Tileboard would be a very good solution for using my old iPad as an interface, but I do not get access until now
You don’t need a usernamne, just a long-lived token from HA.