Network Status Display in Home Assistant - Lovelace Tutorial

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

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

  • @craigdavo
    @craigdavo 4 года назад

    Will you are my new favourite youtuber! You are just quite simply geektastic 🤗 I've just started with HS and following your guides. Thankyou.

    • @WillSurridgeTech
      @WillSurridgeTech  4 года назад

      Wow, thank you!

    • @craigdavo
      @craigdavo 4 года назад

      @@WillSurridgeTech Are you on discord at all? I have questions.. or just post them here?

    • @WillSurridgeTech
      @WillSurridgeTech  4 года назад

      @@craigdavo I'm not I'm afraid - drop me a message on facebook and I'll help you out on there :)

  • @jeremystanger1711
    @jeremystanger1711 4 года назад +1

    I had a fiddle like you suggested, and it did make everything pretty.

  • @josilanfranco
    @josilanfranco 3 года назад +1

    So coming late to the party, but there's no "known_devices" file being created. I am positive I followed all the instructions correctly, repeating the process many times. Is that file supposed to be created automatically?

    • @dmoua08
      @dmoua08 3 года назад +1

      I am also having this issue.

    • @CaseyHeater
      @CaseyHeater 2 года назад

      Same here

    • @prisonmike2340
      @prisonmike2340 Год назад

      Same here.. I think HA stopped using / creating the file..

  • @kgottsman
    @kgottsman 4 года назад

    Liked and subscribed.... Great content

  • @gonzalolaplata
    @gonzalolaplata 4 года назад

    You help me a lot!!! allways... thank you!!! keep doing this stuff, we appreciate it

  • @ariel3680
    @ariel3680 4 года назад +1

    Hi im pretty new at this
    i got this error when i tried to put device_tracker: !include device_tracker.yaml at configuration
    2020-08-25 17:27:22 ERROR (MainThread) [homeassistant.components.hassio] Error loading /config/configuration.yaml: in "/config/configuration.yaml", line 15, column 17: Unable to read file /config/device_tracker.yaml.
    if i didnt put !include it didnt give me error, but it doesnt generate anything after restart

    • @ariel3680
      @ariel3680 4 года назад

      Invalid config for [device_tracker]: required key not provided @ data['platform']. Got None. (See /config/configuration.yaml, line 14).
      this if i make device_tracker.yaml and copy paste the platform nmap_tracker and change host to my router ip

    • @ariel3680
      @ariel3680 4 года назад

      nvm following @stringztoo advice by copying straight to configuration work

    • @WillSurridgeTech
      @WillSurridgeTech  4 года назад

      Not sure why your include didn't work, but glad it works being listed in your main config file :)

  • @astronomos826
    @astronomos826 4 года назад +1

    Hi, please make video about google maps component that I can see you are using

  • @jefflambert4243
    @jefflambert4243 3 года назад +2

    Great content but I'm having trouble comprehending everything at such a fast pace.

  • @krisdouglas6536
    @krisdouglas6536 3 года назад

    hi thanks for the video :) im a bit confused as a new user. so once i copy this into my config file what then? sorry getting really lost in HA. i create a new dashboard then ... og one other thing, i have seent hings in HACS where it says to create a custom button card but i cannot find out how to do this :( many thanks from the UK

  • @vercetti799
    @vercetti799 4 года назад

    Great Video?
    Quick Question: I am somehow not able to get the sensor.speedtest, sensor.memory entities.....any thing else I need to setup to get these entities?

    • @WillSurridgeTech
      @WillSurridgeTech  4 года назад +1

      Speed test comes from the speed test integration - www.home-assistant.io/integrations/speedtestdotnet
      Memory etc comes from system monitor - www.home-assistant.io/integrations/systemmonitor/

    • @vercetti799
      @vercetti799 4 года назад

      @@WillSurridgeTech thanks... Just found out and now integrated. Awesome video and details.

    • @WillSurridgeTech
      @WillSurridgeTech  4 года назад

      Fab!

  • @lukaskolodziej2928
    @lukaskolodziej2928 Год назад

    Good video but two fast. Can you slow and more detalis for beginers.

  • @stringztoo
    @stringztoo 4 года назад +2

    I've watched a million HA videos, but I really appreciate the views you give into your File Editor, not everybody does that. Plus, you have a shit ton of energy and I appreciate someone who is so invested in this. Following your guide though the known_devices.yaml file is made but it does not populate any devices on my network. Also, Home Assistant will not allow me to write the yaml code you have listed at 1:12 it gives the error : bad indentation of a mapping entry at line 2, column 7:
    hosts: 192.168.0.1/24
    ^

    • @WillSurridgeTech
      @WillSurridgeTech  4 года назад

      If you are adding directly to your configuration.yaml file then you will need to add the device tracker line
      github.com/willbob8/willsurridgetech/blob/master/Network%20Stauts/NetworkStatusDisplay.yaml
      It should be 2 spaces after device tracker before the -, then hosts should be inline with platform
      Once the error is fixed then the known_devices file should populate - let me know if it doesn't and I can have a look :)

    • @stringztoo
      @stringztoo 4 года назад +1

      @@WillSurridgeTech so I deleted the device_tracker.yaml file and just put the line of code straight into the configuration.yaml file. After restarting it made a known_devices.yaml file and populated all my devices. Don't know why it didn't work the way you did it, but at least it worked. Guess my config file is bound to be huge...

    • @WillSurridgeTech
      @WillSurridgeTech  4 года назад

      I'm glad it works! That's the main thing! Sometimes it just doesn't matter why it works - we just need to leave it alone and not talk about it incase it hears us!

    • @stringztoo
      @stringztoo 4 года назад +1

      @@WillSurridgeTech now I have to figure out how to add my Pi4b and get those sensors to show. Also the upload/download speed. Right now I only have my router with packets sent / received. The graphs are what I really wanted

    • @WillSurridgeTech
      @WillSurridgeTech  4 года назад

      The internet speeds are easy - just add speedtestdotnet: to your configuration file
      For the speed tests then you need to add the system monitor sensor, and list the variables you want to measure: www.home-assistant.io/integrations/systemmonitor/

  • @craigdavo
    @craigdavo 4 года назад

    Hello, I get this error: Component error: network - Integration 'network' not found.

    • @WillSurridgeTech
      @WillSurridgeTech  4 года назад

      Not sure what's happening there, if you're still struggling, send me your code

  • @DMillsy79
    @DMillsy79 4 года назад

    my device show as home for about 3 minutes when i restart hass but then they all go red and report as away

    • @WillSurridgeTech
      @WillSurridgeTech  4 года назад

      Hmm, if you have a router listed in here, try a different network mapper www.home-assistant.io/integrations/#presence-detection

  • @jagadeeshv2763
    @jagadeeshv2763 4 года назад

    Nice video. I’m new to these, you r too fast. I thing I have to c this video many time to understand. Any way thanks

    • @WillSurridgeTech
      @WillSurridgeTech  4 года назад +1

      Sorry about that - I've slowed down since my earlier videos!

  • @alpha_pixel_
    @alpha_pixel_ 4 года назад

    No configuration file now

  • @marcelsmeets4162
    @marcelsmeets4162 4 года назад

    Will...please talk faster😉
    Just kiddin..
    I have to pause this video 120 times...😣

  • @EnricAragorn
    @EnricAragorn 4 года назад

    pretty dificult!

    • @WillSurridgeTech
      @WillSurridgeTech  4 года назад

      The price you have to pay I'm afriad!

    • @EnricAragorn
      @EnricAragorn 4 года назад

      @@WillSurridgeTech I've been testing the nmap tracker. Its pretty slow on start HA. I thing the ping platform works better, and its more selective on timing, and do not have the problem about arp based traffic broadcasting.

    • @WillSurridgeTech
      @WillSurridgeTech  4 года назад +1

      Fair enough - I haven't had any problems, but if ping works then thats great!