Custom Home Assistant Floor Plan Dashboard with Real-Time Controls | Step-by-Step Tutorial

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 37

  • @joshualawless8068
    @joshualawless8068 4 дня назад +1

    man thank you... tried ur tutorial and its working flawlessly.

  • @Shadope1
    @Shadope1 Месяц назад +1

    Best tutorial i EVER watched! Nice work!

  • @NassibIbrahim
    @NassibIbrahim Месяц назад +2

    one of the easiest and well prepared tutorial ever. subscribed!!!

  • @rasspberrypi4057
    @rasspberrypi4057 Месяц назад +2

    Extremely helpful and easy steps to follow thank you 🎉

  • @olivr.h83
    @olivr.h83 Месяц назад +2

    Excellent! The best I found on this subject. Well done 👍
    An idea for a possible new video (as idea expected), how to easily manage the TV and all related stuffs (ex: switch on TV decoder, automatic TV on, dim light, close curtains ....) thanks 😊

  • @Slimhaven1
    @Slimhaven1 Месяц назад +1

    Totally Impressed!!! Thank you!!!!

  • @AamarGill-b6r
    @AamarGill-b6r 29 дней назад +2

    Amazing tutorial thanks so much for sharing was so helpful.
    Could I request something similar for robot vacuum using the same floor plan please 🙌🏽
    Best dashboard I've seen and have been wanting this for ages 👌🏽

  • @MartinHiggs84
    @MartinHiggs84 17 дней назад +3

    I'd like a detailed video on smart home 3d. Especially if you can import a floor plan from estate agents. Draw the walls, windows and doors. Then delete the plan imported. Also set the scale.

  • @williambravin1254
    @williambravin1254 Месяц назад +1

    xcellent tutorial well explained and right speed

  • @АндрейМанеев-р4з
    @АндрейМанеев-р4з 29 дней назад +2

    Great tutorial! Did you try to make the picture adaptive to take as much space as possible on different devices? What is your experience?

  • @petercook4350
    @petercook4350 22 дня назад +1

    Great tutorial. Thank you

  • @carlandrews6337
    @carlandrews6337 Месяц назад +1

    fantastic video!

  • @sbsani
    @sbsani 9 дней назад

    Awesome tutorial. sincere sharing. ❤

  • @simonsayshomeassistant
    @simonsayshomeassistant 19 дней назад +1

    Great video, just subscribed

  • @Duurzaamheid
    @Duurzaamheid Месяц назад +1

    Great 👍
    Thanks a lot for sharing.

  • @anesiorsneto
    @anesiorsneto Месяц назад +1

    Thank you!!!!

  • @dzumsande
    @dzumsande Месяц назад

    This looks pretty awesome! I was trying to set this up using raw code but this looks a lot easier. I do have a couple of questions - let's say you have a room where the lights are triggered by motion, with a timer helper of some number of minutes. If the light is triggered by motion, I assume I would need one image showing the person and lights on, and another showing the lights still on but without the person image once the motion sensor clears. Is this correct? Next, what if the room has multiple lights? One picture for each combination of lights on / off? If I do the math right, that would be 8 pictures to handle on/off states for 3 separate lights in the room. So if I couple that with a motion sensor, I'd also have to have as many images as necessary to show additional states where someone triggered the motion that turned on one or more lights. Is this correct?

    • @diymadeeasy1824
      @diymadeeasy1824  Месяц назад

      To address your first question, you’ll need to create two separate images: one for when motion is detected (showing a person) and another for the light being on (without the person). These images will represent two different states, and you'll create separate elements in your picture-elements card for each.
      For the multiple lights scenario, you can simplify things using an OR condition. This way, you don’t need a separate image for every possible combination of lights being on. Instead, you create a condition where the room appears lit up if any of the lights are on.
      Here’s an example of how it could work:
      OR:
      - entity: light.entity_1
      state: 'on'
      - entity: light.entity_2
      state: 'on'
      - entity: light.entity_3
      state: 'on'
      This logic represents: if any one of the lights (entity_1, entity_2, or entity_3) is ON, the image of the room being lit will appear. Essentially, if any of the lights are on, you show the same "lights on" image, which greatly reduces the number of images needed.
      I hope this helps.

    • @dzumsande
      @dzumsande Месяц назад

      @@diymadeeasy1824 Thank you! Great advice! I ended up creating rendered photos in the Sweet Home app to control the lighting more realistically for each room. I then used PhotoPea to crop the areas to use in HA. It works great and the files are pretty small. Now I can see which lights are on within a room and control them using an icon. For lamps I just set the icon opacity to be invisible and position it right on the lamp image. Turns out I didn’t need as many saved files as I thought…

  • @bhushangadiya
    @bhushangadiya Месяц назад +1

    Amazing. Is there any simple way to add colourful lights to the floor plans?

    • @diymadeeasy1824
      @diymadeeasy1824  Месяц назад +2

      If you add a 'State Icon' and link it to an RGB bulb or strip, the icon will change to match the bulb's color. However, it won't reflect the color in the entire room. But that's an interesting challenge! I'll give it a try, and if I figure it out, I'll be sure to share how I did it. :)

    • @bhushangadiya
      @bhushangadiya Месяц назад

      @@diymadeeasy1824 that's great.. I will await for that video as well

  • @cablerichy
    @cablerichy 12 дней назад +1

    Thank you for your tutorial!, I am stuck now, I don't have the File editor what you state around 04:07..... so I can't go further, :(

    • @diymadeeasy1824
      @diymadeeasy1824  9 дней назад +1

      If you haven’t installed the File Editor yet, follow these steps:
      Go to Settings and select Add-ons.
      Click the Add-on Store button in the bottom right corner.
      Use the search bar to look for File Editor.
      Click Install.
      And that's it! The File Editor will now appear in the sidebar menu

    • @cablerichy
      @cablerichy 15 часов назад

      ​@@diymadeeasy1824 I have done this now for the second time, but I can't come in the edit mode, what you can see at 10:05, it says "The standartdasboard, the overview can not be edited from the userinterface. You can hide it by another using a another dashboard as standard"
      Soo what did I missing here.

  • @alemass6
    @alemass6 6 дней назад

    To work I have to press the lights on a certain ignition sequence, I wanted the random ignitions.. I ask for help

  • @Wokoman1
    @Wokoman1 Месяц назад +1

    Is there any specific reason why you use the www folder for local, and not use the upload option directly in the configuration card?

    • @diymadeeasy1824
      @diymadeeasy1824  Месяц назад +1

      Home assistant compresses the image and it loses quality

  • @CarlaLemos-v9n
    @CarlaLemos-v9n Месяц назад +1

    Great vídeo! Helped a lot

  • @TheRealSchidi
    @TheRealSchidi Месяц назад +1

    A great tutorial but I get an error. Edit: When I switch on a room and want to switch on another room, HA says no entity. I have noticed that I can only switch lights in a certain order. The condition depends on the state of the room before!?

    • @diymadeeasy1824
      @diymadeeasy1824  Месяц назад +4

      It’s likely due to the order in which the elements were created. I didn’t mention this in the video, but the order is important. You should first create all the room lighting images, since they cover the whole dashboard. After that, add the smaller clickable images, like the switches.
      If you create the switches first and then the room images (which cover the whole dashboard), the switches will end up underneath the room images, and when you try to click them, you’ll just be interacting with the room image.
      I hope this helps you! I’ll be sure to mention this in future videos. Thanks for your feedback!

    • @TheRealSchidi
      @TheRealSchidi Месяц назад +2

      @@diymadeeasy1824 Brilliant! It wasn't the conditions that were dependent on each other, it was the graphics that overlapped! Now it works like charme 🙈🙂👍

    • @pi1325
      @pi1325 Месяц назад

      I cant download the sweethome for windows.
      Also i have worked on my phone, saved and exported the plan, but i cant find it anywhere to import it on my laptop

  • @KrisPaelman
    @KrisPaelman 9 дней назад

    Great tutorial. I immediately tried it out but I am running into a strange issue. As soon as I add a second light switch in another room AND I turn it on, HA trows me a "no entity" on the 2 switches in the first room. If I switch the light out via HA in the second room, the switches in the first room function again. Anyone any thoughts ?

    • @diymadeeasy1824
      @diymadeeasy1824  9 дней назад

      It’s likely due to the order in which the elements were created. I didn’t mention this in the video, but the order is important. You should first create all the room lighting images, since they cover the whole dashboard. After that, add the smaller clickable images, like the switches.
      If you create the switches first and then the room images (which cover the whole dashboard), the switches will end up underneath the room images, and when you try to click them, you’ll just be interacting with the room image.
      I hope this helps you! I’ll be sure to mention this in future videos. Thanks for your feedback!

    • @KrisPaelman
      @KrisPaelman 3 дня назад

      @@diymadeeasy1824 Thanks, that did the job !

  • @johnnybehappy9663
    @johnnybehappy9663 29 дней назад +1

    Why not using a "home assistant floor plan plugin sweet home 3d"?