Parker Smith
Parker Smith
I was looking for this answer too...
I changed this `this.fan.createGetField('whoosh', ['FAN', 'WHOOSH'], true, undefined, 'ON', 'OFF'); ` and now get this output. I am working remote and not able to physically see the fan or do...
Sean, Have you had a chance to look at how to get Whoosh to work? This is the only thing that I don't know how to set right now.
Mine too. Looks like the API has changed. Found another project that has recently been updated and using a different API url of "https://api.myqdevice.com/api/v{0}".format(API_VERSION)" and APPID for chamberlain on "JVM/G9Nwih5BwKgNCjLxiFUQxQijAebyyg8QUHr7JOrP+tuPb8iHfRHKwTmDzHOu"....
> Yep. The MyQ V5 API has some significant changes. [arraylabs/pymyq#22 (comment)](https://github.com/arraylabs/pymyq/issues/22#issuecomment-518861064) Are you back and running with myq-garage or implementing something new?
> No, I'm running with pymyq and the SmartThings_MyQ implementations. I follow this repo and a few others just to see what other people come up with. Thanks. I am...
> @psmith3 are you using the git version or doing a simple pip install? I had to go to their Github repo and get the latest code to get what...
@Einstein42 Are you working on updating the latest Chamberlain API changes into this project? I know just enough about Python to be dangerous and doing this myself is beyond my...
> @psmith3 have you tried cloning the repo and doing a python setup.py install to see if your above-mentioned issue goes away? I have not. I am doing a pip...
Oh. Ok. That makes sense. No, I have not tried cloning the repo on pymyq, but can. On Nov 12, 2019, at 5:22 PM, Robert Sink wrote: > > Sorry,...