Network Status Display in Home Assistant - Lovelace Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ต.ค. 2024

ความคิดเห็น • 47

  • @jeremystanger1711
    @jeremystanger1711 4 ปีที่แล้ว +1

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

  • @gonzalolaplata
    @gonzalolaplata 4 ปีที่แล้ว

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

    • @WillSurridgeTech
      @WillSurridgeTech  4 ปีที่แล้ว

      Thank you for the support! Glad it’s helping!

  • @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 :)

  • @jefflambert4243
    @jefflambert4243 2 ปีที่แล้ว +2

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

  • @kgottsman
    @kgottsman 4 ปีที่แล้ว

    Liked and subscribed.... Great content

  • @astronomos826
    @astronomos826 4 ปีที่แล้ว +1

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

    • @WillSurridgeTech
      @WillSurridgeTech  4 ปีที่แล้ว

      Hi! I'll look into that! Thank you for the idea

  • @lukaskolodziej2928
    @lukaskolodziej2928 9 หลายเดือนก่อน

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

  • @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 2 ปีที่แล้ว +1

      I am also having this issue.

    • @CaseyHeater
      @CaseyHeater ปีที่แล้ว

      Same here

    • @kmccb23
      @kmccb23 ปีที่แล้ว

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

  • @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

  • @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 :)

  • @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/

  • @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  3 ปีที่แล้ว

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

  • @craigdavo
    @craigdavo 4 ปีที่แล้ว

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

    • @WillSurridgeTech
      @WillSurridgeTech  3 ปีที่แล้ว

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

  • @vercetti799
    @vercetti799 3 ปีที่แล้ว

    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  3 ปีที่แล้ว +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 3 ปีที่แล้ว

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

    • @WillSurridgeTech
      @WillSurridgeTech  3 ปีที่แล้ว

      Fab!

  • @alpha_pixel_
    @alpha_pixel_ 4 ปีที่แล้ว

    No configuration file now

  • @jagadeeshv2763
    @jagadeeshv2763 3 ปีที่แล้ว

    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  3 ปีที่แล้ว +1

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

  • @marcelsmeets4162
    @marcelsmeets4162 3 ปีที่แล้ว

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

  • @EnricAragorn
    @EnricAragorn 3 ปีที่แล้ว

    pretty dificult!

    • @WillSurridgeTech
      @WillSurridgeTech  3 ปีที่แล้ว

      The price you have to pay I'm afriad!

    • @EnricAragorn
      @EnricAragorn 3 ปีที่แล้ว

      @@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  3 ปีที่แล้ว +1

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