Hi, just wondering if WeatherFlow, or any developers are working on SmartThings integration??
I use SmartThings and webCore to do my automation and there are a couple of automations/rules I would like to do, but am not able to with the basic IFTTT integration.
Now that things are moving along with the project in general, is WeatherFlow (or any Devs) working on this?
I would also like to build a rule where my kids can press a button that will check the UV index, and depending on result range, a specific announcement will be made on a Sonos. Eg;
if between 0-4, announce “The sun isn’t too bad today, you don’t have to worry about sunscreen. Go get some vitamin D”
If between 4.1-6, announce; “If you are popping in for a quick swim, you won’t need sunscreen, but if you are planning on staying in for more than 15 minutes, put sunscreen and a swim shirt on”
if greater than 6, announce; “You need to sunscreen up and put a swim shirt on”
but it relies on IFTTT actually sending updates to turn on virtual switches. In general the rule is working, but the IFTTT applet didn’t run an hour ago when it should have - when when the UV index rose above 6. So the result is that it is still playing the message for UV range 4-6, even though currently it is 7.8.
If WeatherFlow integrated directly with ST / webCore it would be able to report accurately, and more information could be addded to the announcements.
I really hope you consider working on an integration
Also, OT, but I think you mentioned previously that you want home automation that isn’t cloud-based. Have you looked at Hubitat. Lots of ST users are looking at this as an alternative. I will probably get it once the ST app forces the upgrade. Apparently at that point you can’t use custom device handlers.
IFTTT is great but it’s so limited. For example, I have an Automower that I would like to undock if lighting is detected. I don’t want it to mow I just want it to undock and get 10’ or so away from the docking station and then stop. I can’t do that with IFTTT. In fact, most users are parking their Automower when lightning is detected and that’s actually the worst thing you can do, in my opinion. But we just don’t have the options we need with IFTTT. Webcore is a very powerful solution in ST that would still rely on IFTTT to get the needed sequence of commands to the Automower at the correct timing.
Hi @rrmajiros . Actually, we’re speaking directly with the product team at Husqvarna Automower about IFTTT triggers and actions. At WeatherFlow, we can enable the weather triggers including lightning, rain, freeze/frost, etc. Once a trigger is fired…then there is the action. In this case, the Automower team simply needs to code the action to undock the mower on their end. We are actually working on this together right now (May 2019).
You can use the WeatherFlow API to pull most of your staton’s weather observations into webcore and then automate your stuff with SmartThings. I currently use the temperature from my station to change the color of an RGB bulb.
Unfortunately, I don’t see lightning and rain alerts in the API observations, so I still use IFTTT with webcore for those, but so far they have worked well.
You’ll set up an HTTP Get Request to the WeatherFlow API address as listed below. You’ll set a variable for the Response to define which data you want to use.