Closed JerryWorkman closed 6 years ago
Is you have version 1.2 installed, the library will fail to query the thermostat since it doesn't understand the device (Radio Thermostat CT80 Rev B2 V1.09). The support for the ct80 Rev B2 V1.09 is waiting in one of the pull requests to be merged to the library.
Steve,
Radiotherm should throw an exception if it can not determine the model.
I have a pull request that does not require an exact match for the model. If there is no match it uses the base model (e.g. CT80). There is little to no difference between the models within a class. I've created a fork where this is implemented.
Jerry
On Wed, Jan 20, 2016 at 10:53 PM, Steve Bauer notifications@github.com wrote:
Is you have version 1.2 installed, the library will fail to query the thermostat since it doesn't understand the device (Radio Thermostat CT80 Rev B2 V1.09). The support for the ct80 Rev B2 V1.09 is waiting in one of the pull requests to be merged to the library.
— Reply to this email directly or view it on GitHub https://github.com/mhrivnak/radiotherm/issues/14#issuecomment-173443835.
The current codebase did not appear to through an exception. The non exact match sounds like a better solution though.
Yes, I forgot to add that.
On Thu, Jan 21, 2016 at 1:17 PM, Steve Bauer notifications@github.com wrote:
The current codebase did not appear to through an exception. The non exact match sounds like a better solution though.
— Reply to this email directly or view it on GitHub https://github.com/mhrivnak/radiotherm/issues/14#issuecomment-173661786.
@JerryWorkman could you try #38, based on your PR #37?
This should be resolved now. Closing issue, but please re-open if someone continues to experience this after testing the latest in master branch.
Radio Thermostat CT80 Rev B2 V1.09