After seeing @OzGav weather card in floorplan, I used floorplan to create this custom touchscreen thermostat.
as of now, I can use it to adjust the temp, set fan mode, heat, cool, off modes.
I’m using a basic Honeywell wifi thermostat. I’m wondering if I can tape into the schedule?
I want to try and maximise my solar energy use during the day without going over. I have some things automated like the car charging and pool heating. For the rest I thought an at a glance traffic light system might be good.
So the main gauges are using the technique described here
The top right corner is showing total power cost for today and so far this month. The icons across the bottom allow access to the power control for that device. The green/red shows whether sufficient excess is available to use that device.
Hope this spurs some more floorplan sharing action!
This may be something that others have done and I just couldn’t find it.
I was creating a separate pop-up (browser-mod) floorplan for my car and thankfully I had a 3D model that I could customize to look more like by car, and create a render of for the backdrop. That was all pretty easy with ha-floorplan.
However I thought it would be cool to have an animated background. I was pretty sure I could find a way to embed a video element in an SVG file.
Here is the result:
This could also be used to put a video on a screen in your floorplan, or animate some other part of the main floorplan as it can be transformed and positioned like any other element. Obviously video size and quality will impact load times - my video here is instantaneous and is about 6MB.
The biggest challenge was to get the elements inside the SVG file formatted correctly to work in floorplan and to realize that Inkscape would rewrite them every time I saved even when I did. In particular Inkscape would rewrite the namespace explicitly for each element etc… and that didn’t work in floorplan for whatever reason.
Anyway, if you embed something similar to this code in your SVG, after saving with Inkscape, voila!
I have a question and a request if someone can help me!
Let me first clarify that I have no programming knowledge and I understand yaml somewhat! I would like the data from the google calendar add-on as shown in the image:
Now the view works satisfactorily for me on all devices, after I changed the display to just the SVG file (I don’t use any other cards except the floor plan card)!
Since I don’t have programming skills, I don’t know how to solve the issue of giving me selected (not only my events! Also data such as the next F1 race, Moto GP, waste collection, national holidays, etc.) data from the google calendar add-on!
First of all the date is not in EU format and it only shows me 1 next event per calendar entity. Besides, I don’t know how to make a sensor out of it! If necessary?
Do you have any idea and if I can please write me back with an example of the whole code.
I don’t know how you got that calendar list before. It will be difficult to come up with a way to have a sorted list of events from multiple calendars.
If however, you would be happy with a line per calendar which would show the next event here is a template example for the F1 calendar {{ as_timestamp(strptime(state_attr("calendar.f1","start_time"),"%Y-%m-%d %H:%M:%S")) | timestamp_custom("%b %d") }} {{ state_attr("calendar.f1","message") }}
This would allow you to add to your floorplan this: Mar 07 F1 Previ prosti trening (VN Savdske Arabije)
sorry cut and paste error Actually I see you actually wanted something different from your original dashboard. All good.
If you just have all different calendars then use what you know have and do something similar for all calendars. I was just guessing what you used for your original dashboard which had the calendar down the left.
Yes, at the beginning, when you advised me to do everything in SVG format for display on all devices, I set about converting the SVG file and since you helped me with the display of the weather, I moved it to the upper left so that I was not disturbed by the calendar. Now it is back as it was before with the floor plan card and add-on cards with small changes. It’s true that I haven’t updated the pictures on My floor plan example: · ExperienceLovelace/ha-floorplan · Discussion #411 · GitHub because I’m not that far with the new implementation with just an SVG file.
I use the calendar card 3 times, in the first I have a display for the day, in the second (which I want to display in SVG text) for the week and the last for the month.