i think i have the found the issue, apperantly i hadden’t put the - /hacsfiles/lovelace-card-mod/card-mod.js in the config.yaml.
no error anymore about the config template card, only the big slider card and the entity row, for the lights.
first trying to figure out the overlay part…
is quiet complicated how everything is connected, but loving the challange
Hi, i’m trying to learn and do a floor plan in home assistant. I started with a simple image of my apartment with all the lights off and another of a room with the light on, both same size. but I have encountered two problems
I have managed to make the brightness change in the image when I change it in the light but with each click the screen does like a quick flash.
The other problem is with the color, the code works well but the color of the image change with the right color only for some room objects and others show other different colors, very strange…
I had problems with the colors until I rendered the colored lights images as red lights and adapted the code a bit. Check my HA repo for image examples and the code.
That’s new to me, to be honest… You might want to check the code inspector in your browser, perhaps there’s some errors there or clues as to why those flashes are happening.
Got a question regarding cleaning or more regarding arrays.
So in Lukes code the cleaning is based on this input_text helper.
What do annoys me is that if I select one or more rooms in the app, it does not recognizes it.
After a few mistakes on my side i had to restore a back up and started almost again at the beginning.
I have it almost sorted but i have no idea where to look.
For the color to represent the correct color light i need to render those lights with a red hue and white? do i do this in gimp for example or in sweet home where i made the png files?
in my weather pael it gives me a error on the apexcharts but i have those in place and working for example in the sidebar, what could this be?
within my media tab i have a lot of free space at the bottom , anybody an idea how i can fix it? is it correct when there is no media playing there is a empty space?
I rendered my color lights as red lights in sweethome3d. I actually put red lights in my 3d model.
I think your apexcharts card is not installed properly or does not load for some reason. The graph in the sidebar is a mini-graph-card if you’re going based on my code (looks like it)
Regarding the free space: is your background picture the same size as your floorplan pictures? That may explai what you’re seeing.
iam now precessing an image with one red light to see how it works out(last one).
maybe not the right place to ask but i also have two led strips with color, but havent found a way yet to simulate that, do you use led strips?
apexcharts is finnaly working, didn’t put the map name in the url only to figure out the layout a bit,seems i"am missing data
within sweethome i have 2.732 with pixels and 2048 height pixel, changed the resolution of the back image to these numbers but no luck, using it for now on a ipad pro 12.9 inch ( until i have this running so i can look for cheapers ones for wall mounting).
and one other small question i cannot lower the battery state icon at the sidebar (person)
If I understand you correctly, you are looking for a template that works right away, but you won’t find it.
Every template (Lukes or that of CDRX2) has addons, integrations (HACS) that must be installed in advance in order to be able to display it smoothly. Furthermore, you have to exchange all listed entities for your own entities and create listed scripts, automations, template_sensors etc. If an entity, script, automation or even a template_sensor is listed that you don’t have, you will also get an error message.
LED strips I do have. For instance the kitchen deco light in my repo is a white LED strip. I basically added a bunch of light sources to my 3d model, grouped them for easy showing/hiding and tested the renders until I was satisfied with the result.
Apexcharts: I’m not entirely satisfied with this myself, to be honest. The columns are ridiculously thin and there’s always an overlap for the temperature (you’d need past and future data to see both these effects). I just haven’t got around to figuring it out and since I don’t really use this part of the dashboard I don’t know if I’ll try to tackle it again.
Background: so if I understand correctly, your background image is now the same size as your home images but you’re still seeing that weird alignment? Two questions: have you tried it on a non-apple device/browser and what does your browser’s code inspector tell you?
Lowering the icon: its vertical position is defined in the decluttering template. You’ll have to look for the stateicon template in the decluttering_templates\sidebar_decluttering file.