keribi Posted January 2, 2018 Posted January 2, 2018 I would like to see a feature to integrate low cost wi-fi enabled devices into ISY programs. There are several very low cost wi-fi enabled automation products available such as Sonoff that would be nice to play with but do not like using another platform to integrate these devices. I know the PLM does not talk Wi-fi but maybe there is another way to integrate these devices? Would the REST interface be capable of this?
Teken Posted January 2, 2018 Posted January 2, 2018 I would like to see a feature to integrate low cost wi-fi enabled devices into ISY programs. There are several very low cost wi-fi enabled automation products available such as Sonoff that would be nice to play with but do not like using another platform to integrate these devices. I know the PLM does not talk Wi-fi but maybe there is another way to integrate these devices? Would the REST interface be capable of this? https://forum.universal-devices.com/topic/23136-any-experience-with-sonoff-stuff/
paulbates Posted January 2, 2018 Posted January 2, 2018 I would like to see a feature to integrate low cost wi-fi enabled devices into ISY programs. There are several very low cost wi-fi enabled automation products available such as Sonoff that would be nice to play with but do not like using another platform to integrate these devices. I know the PLM does not talk Wi-fi but maybe there is another way to integrate these devices? Would the REST interface be capable of this? Yes, REST is one way to do it, given some provisos. The ISY has a REST interface built in. The device must be able to form a REST command in the way the ISY wants it (or accept REST commands from it), or interface software must be written in-the-middle to facilitate the discussion between the 2. Examples The CAO wireless tags and related software can be used to updated variables in the ISY V4 or V5 Automation Shack / io_guy has written the XXXlink programs that interface with with V4 for a number of networkable devices. Sonoff is not one of them. However, his "devlink" software is designed to facilitate what you are talking about, but needs to be customized for each application, if its possible. Ployglot is a v5 framework for adding networked devices as ISY devices. An appeal could be made in that part of the forum for a developer to write a sonoff nodeserver (if you're on V5). If you get the ISY portal or buy the Network Module, it can send commands to network devices. A lot depends on the device's ability to accept commands Paul
dogla Posted February 18, 2018 Posted February 18, 2018 I'm able to turn on and off my sonoff module within ISY (configured in network resources tab) but how would I go about getting status info from the switch? it is accessible through web interface and when using http://192.168.0.139/cm?cmnd=power in a browser window I get a response like this {"POWER":"ON"} Below image is the configuration to turn the switch ON.
CandC Posted February 14, 2019 Posted February 14, 2019 I did something similiar with a lazybone wifi switch: I created two network resources - one for "on" and one for "off". Then I created a generic x10 device. Then created two programs for "on" and the other for "off": the switch itself keeps track of the on/off status... below is the resources for the lazybone switch: "on" and "off" programs for "on" and "off" x10 device used as on/off switch
Bumbershoot Posted February 16, 2019 Posted February 16, 2019 3 hours ago, Hurting2Ride said: Great idea. Speaking of Sonoff and good ideas: I don't use this, but I nearly always prefer to use a nodeserver over a Network Resource. Might be worth a look.
CandC Posted February 17, 2019 Posted February 17, 2019 @Hurting2Ride Just recently I applied the same setup to a Sonoff switch. Only difference is the network resource but generally the same idea. There is no problem with latency but there is a problem with status. If the switch is activated manually, the status on isy is not updated. Only when the isy control sents the on/off command does the status again become synchronized. This makes the entire X10 button setup unsatisfactory. I am going to check out the Polyglot setup. The switch itself is very easy to flash with Tasmota firmware (https://www.youtube.com/watch?v=UDnNI5wkNNY)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.