What the quick and dirty way to control Form-C Relays?
Announcement
Collapse
No announcement yet.
Plug-in to control Form-C Relays?
Collapse
X
-
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"
-
Originally posted by David Johnson View PostWhat the quick and dirty way to control Form-C Relays?
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
-
Guest
-
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
-
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
-
AKWebIO 4.0.5.13 Added RobotElectronics (Devantech) ETH008
https://forums.homeseer.com/forum/hs...d-input-boards
Comment
-
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
-
Originally posted by puma View PostThere 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 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
Comment