Build your own network monitor for home assistant

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

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

  • @DIY-Sensors
    @DIY-Sensors  หลายเดือนก่อน

    😀 Hope you got some value from this and helped you with analyzing your WiFi!
    You can help me by sending me your ideas about sensors and controllers.
    Please remember: all the used IP addresses are fake or from my test network 😉.

  • @megaveejay
    @megaveejay 15 วันที่ผ่านมา +1

    looks goods for more experienced person, but i'm missing some details on the MQTT setup and connections

    • @DIY-Sensors
      @DIY-Sensors  15 วันที่ผ่านมา +1

      Thanks for your response. Soon there will be a video where I connect this device on a clean Home Assistant version, including MQTT setup and dashboard creation.

    • @megaveejay
      @megaveejay 15 วันที่ผ่านมา

      @@DIY-Sensors Thanks, meanwhile i'm trying to get this up and running. Some of your other videos have already helped me further so I'm almost there . But when I compile the arduino code I get following error message error: 'ENC_TYPE_NONE' was not declared in this scope
      Serial.print(" Encryption: "); Serial.println((WiFi.encryptionType(i) == ENC_TYPE_NONE)?" ":"*");

    • @megaveejay
      @megaveejay 15 วันที่ผ่านมา

      Note that I'm using an ESP32 board instead of 8266 or D1 mini

    • @megaveejay
      @megaveejay 15 วันที่ผ่านมา

      for the time being I have disabled this line so i was able to compile and test.

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

    Hello congratulations for the video and cheers from Brazil
    Could you show the physical part how it was?
    Can I do the same with a normal ESP32?

    • @DIY-Sensors
      @DIY-Sensors  21 วันที่ผ่านมา

      Yes, you can also use a ESP32, only the library for the wifi (ESP8266WiFi.h) has to be replaced for WiFi.h.

  • @jayhunter9216
    @jayhunter9216 28 วันที่ผ่านมา

    This is an awesome SENSOR! How would I get the graphics that are on the display in to Home Assistant? I would like to have the graphics on a dashboard instead of the OLED display. THANK YOU

    • @DIY-Sensors
      @DIY-Sensors  21 วันที่ผ่านมา +1

      Thanks for your response. I will make a video for the graphics on the dashboard (for you).