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.
I’ve just updated MDI to the latest version.
This looks great! Do you have this theme shared anywhere?
thank you
Is there a way to show list of tasks on a tail (as text items, one per row) from sensor like this (values from Developer Tools -> states):
entity: sensor.gtasks_my_tasks
state: 4
State attributes (YAML, optional):
attribution: Data from this is provided by gtasks.
tasks:
- task_title: czwarte
- task_title: trzecie
- task_title: jakieś inne
- task_title: drugie zadanie
unit_of_measurement: Task(s)
friendly_name: gtasks_My Tasks
icon: ‘mdi:check-bold’
I tried several options with types: SENSOR, TEXT_LIST, etc but no success
#Update
I did defined sensor template in order to have tasks directly as a state of the sensor:
- platform: template
sensors:
gtask_tasks:
friendly_name: “GTasks from sensor.gtasks_my_tasks”
entity_id: ‘sensor.gtasks_my_tasks’
unit_of_measurement: ‘tasks’
value_template: “{{ state_attr(‘sensor.gtasks_my_tasks’, ‘tasks’) }}”
so now my new sensor.gtask_tasks state looks like this:
[{‘task_title’: ‘pierwsze’, ‘due_date’: ‘2020-01-15’}, {‘task_title’: ‘piąte’}, {‘task_title’: ‘czwarte’}, {‘task_title’: ‘trzecie’}]
seems to be better but still I have no clue how to list each task in one row on the tile.
I second the request for a pop up color picker. Also for a climate with on off for my reasons, which i assume others will have are as follows.
Climate with on off. - I have two electric heaters in my garage which are tuya smart, these show up as climates in HA. I do not want these on all the time, as i would rather judge based on when i will be in the garage etc. temperatures reach below freezing constantly, so to have the garage constantly at a temperature will cost too much.
RGB color options. - With many users, when buying bulbs if an RGBW Bulb is the same price as a white bulb, i would rather have colors. I set moods based on colors, Movie night etc, plus its a good way to have automations with alarms, IE: my lights turn red when an alarm is set off. I would love the ability to control color in tileboard via groups, I posted my UI the other day, and in the bedroom you can see i have created scenes for color options, would be much cleaner if i could just have a color picker for the group.
Hey! Thanks, still working on it, so i haven’t uploaded the files yet, but i will let you know once i do. pretty soon, just trying to teak a few things, like color picker, and side menu.
So using a proxy worked. I now have a low framerate and lowres camera feed on my tile and a 4k RTSP stream on the camera popup. Yay ! I still had to modify the code to accept two different camera entities on the same tile item, but it works great so far. I also had to modify directives.js to reduce the max cache size used by hls.js (their default is 30 seconds, which can introduce a huge lag between what you see on the camera stream vs what happens in front of the camera right now).
One quick question. When the stream is open in the fullscreen popup, how difficult would it be to add pinch zooming / dragging support ? This could be really useful to zoom into a high resolution camera feed on a small mobile phone screen, for example. Could this be achieved using Hammer ?
Thanks !
Thanks !!!
It works now…next challange to get all my switches and solar boiler overview in it
I finally got around to updating to the latest pull of Tileboard. Love it!
However, my main panel is an iPad Gen 3. It’s been working for over a year. I launch a bookmark on the home screen, and it loads Safari with no title bar no menu. I put it in guided access mode and all is well.
With the latest update it now will not load anything when launched as a bookmark. If I start Safari and go to the URL it will work just fine, however there is the title menu and menu bar. I deleted the bookmark and tried a new one, but still no dice.
Any ideas?
Hi All,
Can someone please point me in the right direction here:
I’m using some TEXT_LIST
position: [0, 1],
width: 2,
height: 1,
title: 'Travel',
id: {}, // since we are binding each list item to different sensor, so we simply use an empty object
type: TYPES.TEXT_LIST,
state: false,
list: [
{
title: 'Time to office',
icon: 'mdi-office-building',
value: '&sensor.home_to_office.attributes.duration'
},]
all working well, times are showing perfectly in my list , however,
I want to change the color of the value in my text list depending on duration.
So let’s say travel time below 45 mins is green, between 46 and 90 is orange , >90 is red.
I’ve played with customStyles but am unable to get it to work.
Appreciate your insights
I use the same setup and Kiosk Pro app (free version) , works like a charm and recovers from crashes better than Safari.
Just wanted to share my little project so far, very happy with the possibilities and flexibility. And it breaks the high wife acceptance factor that usually comes with ‘my new project’ We run this on an iPad mounted on the wall in the kitchen and has been a great addition.
Red markers indicate if a door is locked (not closed but a sensor is detecting the cylinder position)
Light control, temps and door sensor battery status
Light control first floor plus temps
happy so far !
cool
Can you share your code of those 2 tials: ?