-
Notifications
You must be signed in to change notification settings - Fork 105
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
Get current temperature from internal sensor #89
Comments
I haven't seen/considered this, nor do I have the devices to test this with. But feel free to implement support for this and make a PR 👍 . Regarding your offtopic: Correct. Climate control is made to set to a certain temperature and get & stay at that temperature by itself. |
When you say you don't have any devices to test this with, do you mean that you don't have a TEMP button on your physical remote (to let you see the current temp on the digital display)? Because otherwise (if you are able to see the current temp) it may be necessary to downgrade the firmware in order to get the I haven't yet attempted the firmware downgrade myself as I still have a couple sonoffs that include temp sensors. Regarding the offtopic: I guess you mean that your component is only able to set a target temperature but it is the AC unit's job to maintain that temperature. So basically, if only your component is used, it's best to set the fan mode to Auto. Otherwise, setting a different fan mode over a longer duration remains efficient only if another thermostat component is added to maintain the temperature (by turning your component on/off). |
Ah, I dont want to do any downgrading or fiddling on those devices. They work fine right now as they do exactly what I want. And yes, its the unit's job to maintain a certain temperature. Getting the room to a certain temperature takes a significant amount of energy, but keeping it at that temperature does not (or at least its more efficient). So on extreme hot or cold days I automatically turn the AC's on when we are home and let them run until the heat/cold period is gone or we leave the house. This might different for each type of unit, but I always set my units to low fan speed. It will get colder/warmer anyway :). |
you can modify this code ,add TemSen in code , them you can get current temperature from internal sensor
|
my a/c has a built in temp. if i understand this correctly, this would be very helpful, please consider @RobHofmann |
Consider what? I don't see a PR. |
The current temperature from built-in sensor!! |
Yes that would be great...I'll try to test out @feng1126's file and create a PR. |
I've tested it and it works, so I created PR #129 - but the change in line 294 seems unnecessary/incorrect, can you confirm @RobHofmann? |
As I mentioned above my TemSen has a 40 degree offset so I tried to account for that adding
and then adding this to the gree config:
but the gree current_temperature went crazy into the negative thousands and kept decreasing...looks like I created a loop 😄 |
Well I managed to display temperature from internal sensor but with offset of +40,how to modify code to display temperature with a offset ?My AC is Gree Clivia. |
Can you help with more details how/where to change ? |
What exactly do you need? |
I'd like to have display of current temp from Gree AC internal sensor with this integration. |
this is my config.Try with this one and give me a feedback. |
Thank you, it work. Target temp set depend of external sensor from config.yaml: temp_sensor is this correct ? p.s.
attached file |
My Gree Airy GWH09AVCXB reports current temperature in the default HA Gree integration |
Good catch! I'll need to give that a try... In the meantime this is how I solved it with this integration (utilizing gree-remote):
|
@edisonbar slightly offtopic, but do you recommend Clivia model for homeassistant integration? Do you mind sharing if you use it using local network or cloud? |
I use it on both, but app is pretty slow remotely, HA works great, no problem so far.Only missing humidity from built in sensor |
Greetings, I seem to have gotten the internal sensor processing correct. I would like to create a PR, could you tell me how to do it? Thanks! |
PR can be found here #175 Can you guys please test this? |
I ported original HA Gree Climate integration with patch from kspearrin to HA - OS as custom integration, edit: |
@RobHofmann this can be closed, solved in #188 |
I have x3 gree units, currently using HA Gree component, how can I check if my units support reporting current temp - TemSen property ? thanks guys |
climate.txt |
@toughvj idd correct, i already have the latest version of the py-file. |
it looks like @RobHofmann is a bit slow with PR :) |
My first question would be if "HA Gree component" is the core component - because that one displays the current temp (if the unit supports it, it shows the real temp - otherwise it just shows the set temp twice). |
thanks all, much appreciated. |
That is my experience, yes. |
It seems my unit is reporting the temp in F instead of C :/. 78.80000000000001F being 26C.
|
First off, great job on this project!
I've noticed this in your README:
However I found:
Have you considered adding support for this?
OFF-TOPIC: I needed to add another generic_thermostat (actually dualmode_generic in my case) to switch your component on/off because your thermostat doesn't seem to turn off the AC after reaching the desired temperature - but I guess that's because you designed your thermostat to work in the same manner as the official remote (which doesn't turn the unit on/off automatically) - and that's fine.
The text was updated successfully, but these errors were encountered: