-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Errorcode To localized text #27
Comments
Hi, sorry for the late feedback! I totally agree that having error texts rather than just plain numbers would be great! https://developers.home-assistant.io/docs/internationalization/custom_integration/ Would you dig into this and create a PR? |
🤦🏽♂️ Oh man, wrong repo for HA translations. I think we should do the translation over in the HA integration repo |
Hey this is exactly what I'm looking for at the moment! |
I could not look into this. I tried implementing the localalized json files on another project some time ago but I failed. I can't invest the time right now to dig deeper into this, sorry. |
I defenitely will take a look at it but that will take some time, my backlog is getting bigger and bigger every week 🙈 |
Is the idea to have those error codes translated in the core Python library (i.e. here), or in the Home Assistant integration? |
@kbabioch Actually I'm not sure where the best place is to have translations. If you have an opinion, feel free to share it with me as I've no experiance so far with translations |
@kbabioch Currently I'm extending my ha integration (luxtronik2) with a "sensor.luxtronik2_switchoff_reason" and "sensor.luxtronik2_error_reason". |
I think that we should provide this functionality in this repository. Home Assistant can then reuse or reimplement it, but core functionality should not be handled somewhere. |
Adresses Bouni#27 (partially)
Adresses Bouni#27 (partially)
Hi,
I had errors today on my heatpump and I wondered if there are readings for it.
I found the time and the number as errorcode and use that for now.
Then I had the idea to add the texts according to the numbers, which will be a local mapping at the moment.
I got the meanings from https://www.alpha-innotec.ch/fileadmin/content/downloads/Fehlerdiagnose_Codes_HMD2_de.pdf
and translated it to csv.
errorcodes.csv
Maybe you want to use that for localized number2text conversions?
The text was updated successfully, but these errors were encountered: