-
Notifications
You must be signed in to change notification settings - Fork 29
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
Determine Meaning of ODU Type #353
Comments
Please, if you have an ODU, respond with
|
I put a note in Discord asking folks to comment here with that info. |
|
|
As the data gathers, what is your suggested method for converting this to a text sensor/enum? |
My ODU Type says "Unknown". But it's also not "running" per se. |
Is it powered on right now? I know it is seems a dumb question but lots of folks pull the disconnect on A/C units in the winter....... |
Yes, the breaker is turned on. |
Hmm. Interesting. Do you happen to know the Software Version of the Unit?..... This is the first one I'm aware of that reports Unknown. |
Oh..... This looks like one of the new 2 speed units [not the 3 speed that the 17-series used to be]. I wonder if they changed this datapoint name/deleted it when they changed everything else, too. Installed very recently, or not? |
Could be.
I posted some verbose data captures in the discord hvac dev channel.
Although I admit those are from before I added the ODU config. I won't be
able to acquire another dump until Thursday.
|
I'm not on Discord [by choice], so I guess someone else will have the fun of parsing those.. :-) |
See attached for esphome logs (might be something in there....??) Strange I am not seeing the software version for ODU in my entities, could have sworn it was there before. |
Are you seeing ODU Type showing as 4? |
What is the OCU Type Datapoint called? I am looking in the logs for "type" and there is a lot of parse through...
And if I grep -i type, then I have a lot more
|
The ODU Type datapoint is ODU_TYPE. I think the CMP_TYPE point is for the type of compressor, though every Econet unit Rheem/Ruud sold until very recently was advertised as having a Copeland Scroll compressor, so I haven't worked on putting the Compressor Type in, as it seemed less than useful |
That is my reading of the logs as well. I wonder why it is showing unknown - unless something else is blocking the read? Maybe in the request_mod group? Hmm..... |
Would you mind taking some more logs? I have a pet theory as to why the Type is showing as UNKNOWN, and your logs after your update might help... |
Is there a way to specify 2 addresses for a datapoint to be read from? I'm seeing that @fireheadman has an ODU which is at the 0x500 address, and currently the substitution is set to a 0x400 address. Is this something we need to split into a separate file? |
For now it's probably best to just put in a substitution. We can add details like this to the wiki if there are known configs required for certain units (at least for now). |
@justbruce --
Where are you seeing that this is the address of his ODU? It sounds like he has the same outdoor unit that I have.
|
The logs. The SRC address for the OCOMMAND is 0x500. If you're comfortable testing some local changes and then compile/upload, we can see if I'm right. in the file econet_hvac_odu.yaml change |
@justbruce --
Aha. Looks like the same for me (not surprising since we have the same unit):
I push changes through HA's EcoHome Add-On. So I can update my |
For the record, I added There are still a bunch of "unknown" and "0" (or 0.0) value ODU items, but fewer than before. |
Here are some logs from this morning, I have made no changes.
...And here more more logs after applying the same substitution for "1280" Which shows this: |
Here is what I am showing for ODU objects reported:
|
Are we pretty confident at this point that Type 0 is AC and Type 1 is Heat Pump? Are there any counter examples or other values? |
I would agree with that since having it set is allowing more variables to populate with accurate data. |
I'm pretty confident. This is only like 10 data points, and no one else with a heat pump has yet chimed in, but I'm still pretty happy to call Type 0 AC and Type 1 HP. |
Software version: AC-VSHP-00-01-41 |
Do you happen to know what address it is at? [see issue #354 ] |
My address is 0x400 |
Well there goes my neat little 0-AC, 1-HP theory......... |
We should determine the meaning of ODU Type and then spec it as a text_sensor/enum instead of int.
See #345.
The text was updated successfully, but these errors were encountered: