Replies: 2 comments 3 replies
-
Hi Jon, Honestly, I don't have much recent experience with real smart home devices! And, perhaps more surprisingly, I have little experience with MQTT either! As far as emulating Sonoff goes - I would only be guessing as to how difficult that might be. At this time I feel my time is better spent on improving/refining what we are already doing, however if someone wants to do some research on how it works, I wouldn't complain! ;) As for MQTT - as I mentioned, I'm not experience with it, but you should be able to use an MQTT library alongside FauxmoESP, and have it do This also reminds me that for reasons I don't recall, the Paul |
Beta Was this translation helpful? Give feedback.
-
Surprise! It doesn't emulate Wemo, but rather it emulates Philips Hue! (It originally was Wemo, but a few years back it got switched to Philips) You could definitely use a Fauxmo device as a trigger in the code, something like:
No stress - you have a good day too, Jon! |
Beta Was this translation helpful? Give feedback.
-
Hi all.
I'm hoping this isn't too far off the normal discussions of fauxmoESP (if it is, please don't shoot me ;-)
I'm enjoying fauxmo, and I really appreciate all the effort everyone has put into making it work. Kudos to you all.
Here's my dilemma... With all the great sales that places have been having with smart devices, I've been expanding out my home automation system. I now have (real) Feit devices, Sonoff devices, Gosund devices, etc... The problem is that each one of these types of devices requires their own app/Alexa skill in order to configure and control the devices. This in itself is not a big deal, but some apps have more features than others. I especially like the Sonoff app, as I was able to setup some nice scenes (rules) to have a 3-gang wall switch control some remote smart plugs and vise versa.
A downside to using the off-the-shelf devices is that none of them support MQTT, which I would like in order to have these devices be controlled by (or inform) my Raspberry Pi/NodeRED home automation setup.
This got me thinking... I wondering if it would make sense (or be possible) to expand fauxmoESP to be able to emulate different types of smart devices, such as the off-the-shelf Sonoff devices. For example, if it would be possible to emulate a Sonoff 3-gang switch, then I could load up fauxmoESP (fauxSonOffESP?) onto a ESP8266/ESP32, link that ESP to my existing Sonoff app rules, then it could be a bridge between my RPi setup (via MQTT) and the real Sonoff devices and thus be controlled be both Alexa as well as MQTT.
Thoughts?
-Jon
Beta Was this translation helpful? Give feedback.
All reactions