I am a new SmartThings (V2) user setting things up mainly for security/surveillance, but very excited about its potential all over the house.
I have been using an ecobee3 thermostat to control my furnace/ac and have a Honeywell evaporate humidifier installed in my duct by my furnace 3 flights upstairs. I had intended to hardwire the humidifier and run one of its wires through the walls of the house to the ecobee to control the solenoid valve on the humidifier (24v ac).
However, I’d prefer not to run a wire 3 stories through our townhouse walls if ST can provide a solution. What I hope is to connect the humidifier upstairs to a plugin transformer connected to a smart outlet and automate it based on the humidity sensors of the ecobee3 if the fan on the furnace is running (required for evaporative humidifiers).
Can ST retrieve/use the fan status and/or humidity sensor from the ecobee3? I would be willing to install a zigbee humidity sensor, but the fan status is necessary for this to work I would think.
Any ideas on how to automate this? I am new to SmartThings, but excited to learn.
I don’t use an Ecobee thermo, but if the device handler you’re using has the right attributes set up for fan modes, then you may be able do what you want using a SmartApp like CoRE, or you can create a smartapp for yourself.
How did you set up your Ecobee in SmartThings? If I know what device handler you’re using I can dig into this a little more for you.
I was experimenting with CoRE a little while ago after I saw this post. It has the capability to use fan states, so you should be fine. You’d set up a “Piston” in CoRE to monitor the humidity %, and when it drops to a certain level, turn on the humidifier only if fan mode is on.
As a test I set up a Piston based on a humidity sensor I have in my bathroom that turns on an exhaust fan, and my thermo’s fan only if it’s already off. I won’t know if it works for sure until someone takes a shower in the morning to bring up the humidity level in the room, but it should work fine.
It’s almost just that simple, but I think you’ll get the hang of CoRE when you start using it.