You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignoring the feature request template. But in v3.9 I am planning to change the model number information from heishamon.
The value will now contain 10 byte model number and the description will only contain the text 'Model'. This is different than before (where the value was a line number of the knowns models and the description contained a decoded model type).
See screenshot as example. I have choosen to do this as it doesn't seem to be possible to decode the bytes to a model type without constantly updating a static list in the code. It is now up to the software talking to heishamon to decode it.
Ignoring the feature request template. But in v3.9 I am planning to change the model number information from heishamon.
The value will now contain 10 byte model number and the description will only contain the text 'Model'. This is different than before (where the value was a line number of the knowns models and the description contained a decoded model type).
See screenshot as example. I have choosen to do this as it doesn't seem to be possible to decode the bytes to a model type without constantly updating a static list in the code. It is now up to the software talking to heishamon to decode it.
If you want, you can decode the model number withing the home assistant integration by matching the 10 bytes with the table in Github: https://raw.githubusercontent.com/Egyras/HeishaMon/refs/heads/master/HeatPumpType.md
The text was updated successfully, but these errors were encountered: