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. livolo Glass Panel Touch Light Wall Switch + arduino 433Mhz

livolo Glass Panel Touch Light Wall Switch + arduino 433Mhz

Scheduled Pinned Locked Moved My Project
135 Posts 31 Posters 106.1k Views 44 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.
  • DJONvlD DJONvl

    @DJONvl said in livolo Glass Panel Touch Light Wall Switch + arduino 433Mhz:

    сегодня доделал Livolo+esp8266 пришлось помучаться с программой и схемой питания но все заработало[0_1485259118390_livolo_esp.mp4](Uploading 100%)

    https://youtu.be/8euAeVB86CQ

    maxtoxM Offline
    maxtoxM Offline
    maxtox
    wrote on last edited by
    #124

    @DJONvl

    very COOL...you user ioBroker with VIS!!!!

    Arduino Mega 2560 with iobroker.net (MQTT, node-red, etc..)

    1 Reply Last reply
    0
    • wallyllamaW wallyllama

      My goal would be to connect an arduino to the data pin on the power board and use the library to control livolo direct without a radio. The problem I have is that when i connect ground to ground on an ftdi I get magic smoke all over. Inuse my. Volt meter and sure enough the gnd pin is connected directly to the live input. Im guessing gnd and +3v "float" around the AC in some fashion.

      Has anyone sucessfully bypassed the radio? Im thinking t may work if i power the arduino off the livolo power supply, or from a battery, but then if i connect that to an rs485 or other device with a real ground, kapow! At least that is what i am thinking will happen.

      On a side note I have a regular, 2way, and remote switch, all the same revision and all US style, and from what I can tell the difference for 2way is a diode (d2) and a resettable fuse (r10). It lookes like there is basically a primative modem that sends/recieves the same data as the radio. (The radio is receive only, but 2 way has to be, well 2 ways). The "modem" is connected to "B" and "A" is connected to live and "gnd", which is why I think the dc voltage sort of floats on the ac.

      M Offline
      M Offline
      MystX
      wrote on last edited by
      #125

      @wallyllama said in livolo Glass Panel Touch Light Wall Switch + arduino 433Mhz:

      On a side note I have a regular, 2way, and remote switch, all the same revision and all US style, and from what I can tell the difference for 2way is a diode (d2) and a resettable fuse (r10). It lookes like there is basically a primative modem that sends/recieves the same data as the radio. (The radio is receive only, but 2 way has to be, well 2 ways). The "modem" is connected to "B" and "A" is connected to live and "gnd", which is why I think the dc voltage sort of floats on the ac.

      I have tried adding these parts to a non-2-way switch and used it as 2-way but it's not working. I suspect the firmware is different? I have managed to get an ESP8266 powered from the switch in some cases, so I could make a switch 2-way with software. But the livolo switch will not stay on without a load connected (if you have no light connected to the 2nd switch on a 2-gang).

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MystX
        wrote on last edited by
        #126

        Guys, I see a lot of struggle trying to get devices powered from these switches. Maybe I missed it, but has anyone tried replacing the 3.3v regulator in the switch? I replaced mine with a switched-mode version, which gives you a lot more power to play with. The original linear regulators effectively have a 8.7v drop across them.

        With that + a livolo LED adapter I've managed to get a ESP8266 powered on as little as 2x 13W LED bulbs (I've tried 2x 10.5W and it doesn't work). I've tried some of the jumpers people have posted here to get more power, but I'm unsure if they help.

        Nca78N 1 Reply Last reply
        0
        • M MystX

          Guys, I see a lot of struggle trying to get devices powered from these switches. Maybe I missed it, but has anyone tried replacing the 3.3v regulator in the switch? I replaced mine with a switched-mode version, which gives you a lot more power to play with. The original linear regulators effectively have a 8.7v drop across them.

          With that + a livolo LED adapter I've managed to get a ESP8266 powered on as little as 2x 13W LED bulbs (I've tried 2x 10.5W and it doesn't work). I've tried some of the jumpers people have posted here to get more power, but I'm unsure if they help.

          Nca78N Offline
          Nca78N Offline
          Nca78
          Hardware Contributor
          wrote on last edited by
          #127

          @MystX said in livolo Glass Panel Touch Light Wall Switch + arduino 433Mhz:

          With that + a livolo LED adapter I've managed to get a ESP8266 powered on as little as 2x 13W LED bulbs (I've tried 2x 10.5W and it doesn't work). I've tried some of the jumpers people have posted here to get more power, but I'm unsure if they help.

          Why would you want to use an ESP8266 when there are solutions using only a fraction of the power that you can connect to an ESP8266 via a radio link if you really need wifi ? With the wasted power you could run a screen, RGB leds, radar module, ...

          M 1 Reply Last reply
          0
          • Nca78N Nca78

            @MystX said in livolo Glass Panel Touch Light Wall Switch + arduino 433Mhz:

            With that + a livolo LED adapter I've managed to get a ESP8266 powered on as little as 2x 13W LED bulbs (I've tried 2x 10.5W and it doesn't work). I've tried some of the jumpers people have posted here to get more power, but I'm unsure if they help.

            Why would you want to use an ESP8266 when there are solutions using only a fraction of the power that you can connect to an ESP8266 via a radio link if you really need wifi ? With the wasted power you could run a screen, RGB leds, radar module, ...

            M Offline
            M Offline
            MystX
            wrote on last edited by
            #128

            @Nca78 So that I don't have to run a radio link and an esp elsewhere =)

            But my post was really about the switching regulator.

            Nca78N 1 Reply Last reply
            0
            • M MystX

              @Nca78 So that I don't have to run a radio link and an esp elsewhere =)

              But my post was really about the switching regulator.

              Nca78N Offline
              Nca78N Offline
              Nca78
              Hardware Contributor
              wrote on last edited by
              #129

              @MystX yes the switching regulator is much more efficient, there's a board using it already. And now the new versions have 12V available on the "touch" board so it's much easier to set it up.

              1 Reply Last reply
              0
              • Teo BartulovicT Offline
                Teo BartulovicT Offline
                Teo Bartulovic
                wrote on last edited by
                #130

                Let me explain my problem in details, I need classic impulse switch to trig lights on stairs and hall and it is available in this form factor but the problem is that this push switch isn't available with remote control functionality so my idea is to use either simple one gang switch, or curtain or 2 Gang 2 Way but of course I have to somehow 'hack' them to work as momentary switches...

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  Camposmansi
                  wrote on last edited by
                  #131

                  Wow what a great project, this week I'll see if I get it with 2 way 2 gan

                  1 Reply Last reply
                  0
                  • C Offline
                    C Offline
                    Camposmansi
                    wrote on last edited by
                    #132

                    Well yesterday burn a livolo :'(

                    Nca78N 1 Reply Last reply
                    0
                    • C Camposmansi

                      Well yesterday burn a livolo :'(

                      Nca78N Offline
                      Nca78N Offline
                      Nca78
                      Hardware Contributor
                      wrote on last edited by
                      #133

                      @camposmansi said in livolo Glass Panel Touch Light Wall Switch + arduino 433Mhz:

                      Well yesterday burn a livolo :'(

                      What did you do ? Wire the 2 way switch the wrong way ?

                      C 1 Reply Last reply
                      0
                      • Nca78N Nca78

                        @camposmansi said in livolo Glass Panel Touch Light Wall Switch + arduino 433Mhz:

                        Well yesterday burn a livolo :'(

                        What did you do ? Wire the 2 way switch the wrong way ?

                        C Offline
                        C Offline
                        Camposmansi
                        wrote on last edited by
                        #134

                        @nca78 said in livolo Glass Panel Touch Light Wall Switch + arduino 433Mhz:

                        @camposmansi said in livolo Glass Panel Touch Light Wall Switch + arduino 433Mhz:

                        Well yesterday burn a livolo :'(

                        What did you do ? Wire the 2 way switch the wrong way ?

                        If I burn to the computer, in the end I made a sketch and I will use only the keypad, now I'm designing the PVC

                        1 Reply Last reply
                        0
                        • A Offline
                          A Offline
                          ady_e_n
                          wrote on last edited by
                          #135

                          Hi All,

                          I'm trying a different approach, on how to use just the top (sensor) part of the livolo touch switch, but at the moment, i'm stuck at the PIC16f690 microcontroller functions in order to power up the LED.

                          I'm using a Livolo VL-C601-2 model and based on the wires on the top part, i tried to make a diagram to batter understand the schematics. (Please note that i'm missing some wires and that i have not drawn all the wires from all the pins as i could not see all of them. If something is wrong, please let me know.)

                          What i don't understand from the diagram below, is how does the PIC16F690 controls the two LEDs (red and blue) using only the RB4 (13) pin.

                          From the datasheet link here i can see that the Pin 13 (RB4) has: RB4/AN10/SDI/SDA and supports IOC

                          Can someone please explain to a noob in electronics how does this work and how does the pic switches from one LED to the other ?

                          alt text

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          9

                          Online

                          11.7k

                          Users

                          11.2k

                          Topics

                          113.0k

                          Posts


                          Copyright 2019 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