-
Notifications
You must be signed in to change notification settings - Fork 2
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
Thank you! #1
Comments
The Arduino IDE has a setting for memory partitioning (depending on if the selected board supports it). I use this library to integrate my thermostat into Google Home. For this I use gBridge as cloud backend and bridge between my esp32 and Google :) Thanks for commenting, I hope you won't find too many bugs :) |
I have some initial version which compiles and connects: https://github.com/danielkucera/esphome/blob/cometblue/esphome/components/cometblue/cometblue.cpp
|
Ok, I take it back, problem was elsewhere, it works now :) |
Ok, another problem. When I run this code:
suddenly I'm getting 64deg current temperature:
Does this happen to you too? |
Should not here: Comet-Blue-Thermostat/CometBlue.cpp Line 511 in f9caae5
be -128? |
I'm not sure, I never had this problem or testet for this. The current temperature should be set by the thermostat, regardless what value we set. |
Are you disconnecting and reconnecting after each API call? |
Yes, I disconnect after each call. |
Thanks for this library. Are you using it with some automation?
I plan to use it with esphome.
And what do you mean by "changing memory partitioning"? How should be this done?
The text was updated successfully, but these errors were encountered: