Announcement

Collapse
No announcement yet.

Plug-in to control Form-C Relays?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Plug-in to control Form-C Relays?

    What the quick and dirty way to control Form-C Relays?

    #2
    There is the Arduino Plugin but start here for ideas : https://www.youtube.com/results?sear...s+with+Arduino




    Eman.
    TinkerLand : Life's Choices,"No One Size Fits All"

    Comment


      #3
      Originally posted by David Johnson View Post
      What the quick and dirty way to control Form-C Relays?
      Get a Z-Wave socket module of your choosing, plugin a low voltage power supply and connect it to the coil. The Z-Wave module now controls the relay.

      Or look for Z-Wave modules which have volt free contacts and do something similar, not a great deal different to the first approach.

      Comment


        #4
        AC? DC? Voltage? Can you describe the use case?

        Comment


          #5
          Form-C Relays are dry-contacts - do not care what the coil voltage might be - 3.3V, 5 V, 12V, 24 V - any will work. Ideally looking for at relay card/module with a USB or network I/F and a compatible plug-in. Seems simple enough!

          Appreciate the feedback.

          Comment


            #6
            The Arduino plugin can do usb , Ethernet or WIF depending on the board you use and there are lots of relay boards available to.
            Zwave = Z-Stick, 3xHSM100� 7xACT ZDM230, 1xEverspring SM103, 2xACT HomePro ZRP210.
            X10 = CM12U, 2xAM12, 1xAW10, 1 x TM13U, 1xMS13, 2xHR10, 2xSS13
            Other Hardware = ADI Ocelot + secu16, Global Cache GC100, RFXtrx433, 3 x Foscams.
            Plugings = RFXcom, ActiveBackup, Applied Digital Ocelot, BLDeviceMatrix, BLGarbage, BLLAN, Current Cost, Global Cache GC100,HSTouch Android, HSTouch Server, HSTouch Server Unlimited, NetCAM, PowerTrigger, SageWebcamXP, SqueezeBox, X10 CM11A/CM12U.
            Scripts =
            Various

            Comment


              #7
              I use these:

              https://www.robot-electronics.co.uk/...net-relay.html

              I've had them in service for years and they've been flawless.There is more info on the subject of relays (including the scripts I use to control mine) here:

              https://forums.homeseer.com/forum/ho...1394892-relays

              Comment


                #8
                AKWebIO 4.0.5.13 Added RobotElectronics (Devantech) ETH008

                https://forums.homeseer.com/forum/hs...d-input-boards

                Comment


                  #9
                  There are many possible options to buy a relay board. It's sort of chicken and egg situation. Do you buy the board first and than look for plug-in or you find the plug-in first to integrate with HS4.

                  I personally use many relay boards for various applications. I use ESP8266 or ESP32 based relay boards, that connect to WiFi so that no extra wiring is necessary. I use either Zumungo (zumungo.com) or Tasmota (https://tasmota.github.io/docs/) software and control them using MQTT controls with Big6 plug-in for HS4.

                  I also played with I2C relay boards controlled by ESP32 board. I did create my own software to control them over MQTT. Once they are MQTT controlled than again I use Big6 to control them and read the status.

                  As far as software goes Tasmota (https://tasmota.github.io/docs/)​ is free and supports basic functions over MQTT.

                  Zumungo ( https://zumungo.com/ ) on the other hand is not free but is quite flexible and powerful for special applications. It does support MQTT, TCP, HTTP, UDP plus many special relay functions such as single pulse, delays, schedules, Sunset/Sunrise, sensor driven, temperature driven, hysteresis, kill function, virtual relays (that are at remote location) etc.

                  Comment


                    #10
                    Originally posted by puma View Post
                    There are many possible options to buy a relay board. It's sort of chicken and egg situation. Do you buy the board first and than look for plug-in or you find the plug-in first to integrate with HS4.
                    I don't agree with "chicken and egg" philosophy - I search for relays with good API and good support. Not cheap Chinese boards without any support or user manual in Chinese. You get what you pay for.

                    I write the plugins, so I find relay boards which support HTTP/REST API (plug-and-play, no Tasmota or MQTT) - and either ask the manufacturer to provide a sample for testing, or many manufacturers have online demo I can use.

                    If you check my AKWebIO or AKControlByWeb plugins - I support huge range of boards and controllers and can add any decent boards on request.

                    Comment

                    Working...
                    X