-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thermostat #8
Comments
Spoke too soon. I can get it to show in "commission," but I can't read from the device. |
Glad to hear that the SmartAC device worked at all. Unfortunately I don't have one so I can't add support for it. Is this something you're interested in working on? |
Yea I'm happy to help out here. I had a look around trying to find the protocol they're using but didn't find much. If you have some pointers for figuring this out I'm willing to dig-in. If you're in the US, your power company may have a smartAC program and send one to you for free. That's how I got mine. |
I unfortunately don't have too many tips. I used the software that came with the outlets and looked at the logs. Maybe there's something similar for the SmartAC? I don't have AC so unfortunately I don't really have a way to use one of these. |
I also have the smart AC device and I am looking to hack it. I think the internals might be GainSpan. It's similar to the modlet outlet, but does not require the USB. The modlet turns the AC on when the temperature reaches a certain level, and turns it off when it's cool enough. It could have a number of uses, including fermentation temperature control for beer. I got mine free from ConEd, the electric utility in NYC. I love it but the software we get is only web based and is very feature poor. I'd like to use the modlet on my heating system, but since it does cooling only, you can only set a high temp to have it turn on and off and I would rather set a low temp or a schedule. I was hoping it might have a REST API like the Hue lights. I'll take a look at your code. |
Most likely things are probably pretty different then. This library is very specific to the modlet.
With hacklet (and a modlet), you can have a computer implement the thermostat feature if you also attach temperature sensor as well.
The modlet doesn't have a REST API as far as I know. |
Any luck with this? I've got two smartAC units amd would love to use the thermostat remotes this way with space heaters. It's getting cold out here and since my apartment only has electric heat, this could really make my life easier. |
Joel, I used them as is for my electric heaters all last winter and this fall. First you have to have used them for a month, then you can set up the I set my schedule to go on at 6 am, off at 8am and on again 8pm and off at at 6 am the heaters come on based on the schedule. The local remote only I did not have any luck and I don't think anyone will hacking the devices. On Fri, Oct 28, 2016 at 12:05 AM, Joel R. Putnam [email protected]
|
I have a modlet from a power company's SmartAC program. Hacklet can control the modlet, but it can't connect or read from the thermostat. I've tried running commission while the thermostat is in pair mode, but it does not appear.
The text was updated successfully, but these errors were encountered: