-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add support for TemSen sensor to get current temperature in newer firmware #13
Comments
My AC device firmware is V 4, or 2.1? since I'm using gree+ app in Chinese I can't tell which number correspond to your 3.7 or so
python_scripts/climate_update.py
|
2.1 will be the server version. I'm still working on the overhaul to discovery, but I'll come back to this once I am done there. I don't have a device that support this feature, so I'll need help gather information, likely through the test application again, so that I can get the information needed to implement the feature. |
implemented in #26 and cmroche/core@gree-switch...xuefer:gree-switch just to demo. more work need to be done in /gree.py for collecting information from other user about the +40C difference. (yet I wonder firmware version in debug log is empty) |
🎉 This issue has been resolved in version 1.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Some devices, supporting firmware 3.7 and later, will report TemSen to give the current sensor's ambient temperature. Add support for this property in the device.
See: tomikaa87/gree-remote#31
The text was updated successfully, but these errors were encountered: