Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. My Project
  3. Ceiling fan/light node

Ceiling fan/light node

Scheduled Pinned Locked Moved My Project
12 Posts 6 Posters 4.1k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Yveaux

    @dbemowsk said in Reviving an old project:

    I had to use 2 modules for each light and fan combo

    Why?

    D Offline
    D Offline
    dbemowsk
    wrote on last edited by
    #3

    @yveaux One for the fan and one for the light. They didn't make a single X10 module that did both as one unit.

    Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
    Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

    Y 1 Reply Last reply
    0
    • D dbemowsk

      @yveaux One for the fan and one for the light. They didn't make a single X10 module that did both as one unit.

      Y Offline
      Y Offline
      Yveaux
      Mod
      wrote on last edited by
      #4

      @dbemowsk ah, ok. Now I get it :-)

      http://yveaux.blogspot.nl

      D 1 Reply Last reply
      0
      • Y Yveaux

        @dbemowsk ah, ok. Now I get it :-)

        D Offline
        D Offline
        dbemowsk
        wrote on last edited by
        #5

        @yveaux That's why I'm trying to design a module that handles both as one unit.

        Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
        Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

        1 Reply Last reply
        0
        • nagelcN Offline
          nagelcN Offline
          nagelc
          wrote on last edited by
          #6

          I've been thinking about trying to make a dimmer using this chip:

          https://www.digikey.com/product-detail/en/on-semiconductor/FL5160MX/FL5160MXTR-ND/6126507

          It does the heavy lifting on the zero cross logic and claims to be good with LED bulbs. It's meant to be very easy to make a potentiometer controlled dimmer, but if you can provide a variable voltage signal, you can control it from a microcontroller.

          I have been meaning to get one and experiment with it, but I've been more focused on learning how to use NRF5 modules at the moment.

          D 1 Reply Last reply
          0
          • nagelcN nagelc

            I've been thinking about trying to make a dimmer using this chip:

            https://www.digikey.com/product-detail/en/on-semiconductor/FL5160MX/FL5160MXTR-ND/6126507

            It does the heavy lifting on the zero cross logic and claims to be good with LED bulbs. It's meant to be very easy to make a potentiometer controlled dimmer, but if you can provide a variable voltage signal, you can control it from a microcontroller.

            I have been meaning to get one and experiment with it, but I've been more focused on learning how to use NRF5 modules at the moment.

            D Offline
            D Offline
            dbemowsk
            wrote on last edited by
            #7

            @nagelc Thanks, I'll look into this more.

            Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
            Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

            1 Reply Last reply
            0
            • T Offline
              T Offline
              tbowmo
              Admin
              wrote on last edited by
              #8

              @nagelc

              Had a quick look at the datasheet for that IC.. It requires either a variable resistor, or a 0-10V input, to control the thing.

              With some RC filtering you could make an analog voltage from the PWM, but that is only 0-3.3V, or 0-5V, depending on supply voltages for the MCU, then you need to boost that up to the 0-10V..

              1 Reply Last reply
              0
              • T Offline
                T Offline
                tbowmo
                Admin
                wrote on last edited by
                #9

                @dbemowsk

                found some interesting reading about leading / trailing edge dimming: http://www.ledjournal.com/main/blogs/leading-edge-vs-trailing-edge-dimmers/

                1 Reply Last reply
                0
                • R Offline
                  R Offline
                  rvendrame
                  Hero Member
                  wrote on last edited by
                  #10

                  According to this, avoid trailing edge dimmers to control inductive loads (fan motor in this case).

                  Home Assistant / Vera Plus UI7
                  ESP8266 GW + mySensors 2.3.2
                  Alexa / Google Home

                  1 Reply Last reply
                  0
                  • D Offline
                    D Offline
                    dbemowsk
                    wrote on last edited by
                    #11

                    For now I am okay with leading edge triac based dimmers as all I am running are incandescent bulbs right now anyway, so I am going to stick with the triac based dimmers for now. Even in the future I may at least stick with the triac based dimmer with the snubbers for the fan control as that is an inductive load. If I could find some dimmable LED bulbs that use the LM3450 based driver made by national semiconductor or the TPS92210 from Texas Instruments, it looks like that type should work with triac based dimmers. This can be found referenced in this article from Digikey.

                    Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                    Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                    DrJeffD 1 Reply Last reply
                    0
                    • D dbemowsk

                      For now I am okay with leading edge triac based dimmers as all I am running are incandescent bulbs right now anyway, so I am going to stick with the triac based dimmers for now. Even in the future I may at least stick with the triac based dimmer with the snubbers for the fan control as that is an inductive load. If I could find some dimmable LED bulbs that use the LM3450 based driver made by national semiconductor or the TPS92210 from Texas Instruments, it looks like that type should work with triac based dimmers. This can be found referenced in this article from Digikey.

                      DrJeffD Offline
                      DrJeffD Offline
                      DrJeff
                      wrote on last edited by
                      #12

                      @dbemowsk Any progress I want to do this as well?

                      1 Reply Last reply
                      0

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      20

                      Online

                      12.0k

                      Users

                      11.2k

                      Topics

                      113.4k

                      Posts


                      Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • MySensors
                      • OpenHardware.io
                      • Categories
                      • Recent
                      • Tags
                      • Popular