Homemade Smart Gadget: Measure Light intensity

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024
  • #homemade #gadgets #smart
    Measure light intensity accurately using BH 1750 module with ESPHome in Home Assistant and gain benefits of using this homemade smart gadget.
    Invitation Link to join my Exclusive membership:
    / @kian.smarthome
    Lines/Codes:
    i2c:
    sda: 21
    scl: 22
    id: bus_a
    sensor:
    - platform: bh1750
    name: "Light Sensor"
    address: 0x23
    update_interval: 5s
    Buy me a Coffee:
    www.buymeacoff...
    #home_automation #integration #automation #integration #smart_home #tuya #zigbee #wifi #lightsensor #esphome #esp32 #esp8266 #smart_gadget #diy #iot

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

  • @abdulkadirgozuoglu8946
    @abdulkadirgozuoglu8946 2 года назад +1

    Thank you for helpfull application and explanations..

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

    Simple and to the point, great video. Thank you!

  • @drumslapper
    @drumslapper 10 месяцев назад

    Thanky you, i got it working! Now my lighting is based also on illumination.

  • @DonParlor
    @DonParlor 2 года назад +1

    Thank you Kian! Great video! Can you compare BH1750 and TEMT6000 . Which sensor should we choose? Which is better?

    • @kian.smarthome
      @kian.smarthome  2 года назад +1

      You're welcome. TEMT 6000 video is in channel. for accurate measurement use BH1750.

  • @michaelfalkson317
    @michaelfalkson317 Год назад +1

    Hi and thanks for the video setting it up now. Do you perhaps have a videos with esp32 and sound sensor KY 038 to measure and show decibels? Will be appreciated. Thanks

    • @kian.smarthome
      @kian.smarthome  Год назад

      Hi, You are welcome. Joining my exclusive membership channel, I will upload the video for YOU.🙏🙏

    • @michaelfalkson317
      @michaelfalkson317 Год назад +1

      @@kian.smarthome
      Thanks for that video. I am using that one already and its great. I was looking for a video for decibel measurement if you have one
      Thanks for great videos

    • @kian.smarthome
      @kian.smarthome  Год назад

      @@michaelfalkson317 Great. If you want I can do it as a project for you.

    • @michaelfalkson317
      @michaelfalkson317 Год назад +2

      @@kian.smarthome Will you just do it and upload it on your website?

    • @kian.smarthome
      @kian.smarthome  Год назад

      @@michaelfalkson317 It depends on requests.

  • @michaelwurzer6791
    @michaelwurzer6791 Год назад +2

    Good Job: did you try to have 2 sensors in parallel (2 adresses) with the esphome coding - does ist work?

    • @kian.smarthome
      @kian.smarthome  Год назад

      Hi, Thank you. I have not tested it but there must not be any issue and you should do it easily.

    • @michaelwurzer6791
      @michaelwurzer6791 Год назад +1

      @@kian.smarthome Fine, I received my sensors and it works great with NodeMCU and ESPHome to connect 2 sensors in parallel to the same PIN's (vcc, gnd, scl,sda) and to have two i2c addresses (one addr to gnd - one to vcc 3,3V) - Thank You for Your hints!

    • @kian.smarthome
      @kian.smarthome  Год назад +1

      @@michaelwurzer6791 great it's working

  • @borja9875
    @borja9875 10 месяцев назад

    Hello. My esp log tells Ic2 STOP. Scl stuck LOW. Do you know why? The wiring I did is the same but I used 2 different GNDs por GND and adress pins

    • @kian.smarthome
      @kian.smarthome  10 месяцев назад

      Hi, make sure you are using the right pins. check your esp pinout.

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

    great. can you add an onboard i2c lcd to also display light level ?