-
Notifications
You must be signed in to change notification settings - Fork 126
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
Compatibility L Series 5kW Model ODU:WH-WDG05LE5 #607
Comments
The TOP92 model is just a hard coded thing. Doesn't change the workings of heishamon. if it says 'uknown'. It gets all the data it has. |
I think it's need to get out of that model number thing.. it will not be possible to hardcode every model and revision of that :D |
yes, maybe just remove top92 |
I think it's better to split this byte to separate topics (as panasonic do) and just leave it. |
do you have a quick example on how panasonic stores in in the menu? I believe you are quicker to have this example then me :) |
Here it is : |
For example my model: One for IDU, another for ODU (boards), don't know exactly what would those numbers should mean. It could be main PCB type/configuration.. 0B and 0C is definitely some kind of revision.. (rev.1 0A, rev 2 0B..) |
Yes if I take the current known list and remove those two bytes (3rd and 8th) all models which have 'new model' as marking already exists before. So that is good thing. We can make the list a bit shorter now. |
I have been running heishamon with a IDU:WH-SDC0509L3E5 ODU:WH-WDG05LE5 for the past few days successfully. However, I noticed that the 5kW unit is not listed as a supported model leading to TOP92 Heat_Pump_Model showing as 255 unknown. The 7 and 9 kW models are both supported and from my understanding are almost identical with each other and the 5kW model apart from the output power.
It appears that all data is shown just fine and using the HA integration, I am able to see and control the unit. The only limitation here is that due to the HA integration not recognizing it as an L series unit, I am unable to access the L series specific variables in HA.
As I can successfully integrate the unit in HA and everything else appears to work fine otherwise, I suppose that the device is likely fully compatible and has just not been configured in heishamon as one of the supported models.
Are there any plans to include this model as well? If any data dumps etc. would be required from my 5kW model to achieve this, I would be happy to support.
The text was updated successfully, but these errors were encountered: