bouni
bouni
No, more like this: ``` +-----+ VMC-TX +-----+ | +-----+------------------------> | | VMC | | | CD | | | | | | PC | | Arduino RX0
Yes, you maybe need some fine tuning to the code, but you got the point!
Have you concidered that MDB ist 9bits!? So when you receive 0x100, the lower 8 bits are stored in the UDR register while the 9th bit is in the UCSR1B...
This "API" was entirely created by reverse engeneering. It basially consists of sending magic TCP packets to the heatpump and it returns a shitload of bytes which then can be...
As far as I remembered I extracted the names out of the Android App. Not sure if they are in the pump firmware itself
I decompiled the Android App but couldn't find any sort of list containing any names. To be honest I do net even remember where exactly I found the original list...
Thanks @kbabioch for helping out with this! First of all, this must happen within the luxtronik python module rather than her in the home-assistant integration, so I'll transfer this issue.
It's totally legit to have something like this: ```python # https://github.com/Bouni/python-luxtronik/blob/main/luxtronik/calculations.py#L53 10: Celsius("ID_WEB_Temperatur_TVL", "Temperatur Vorlauf"), ``` The big downside is that we do not have language support like this and...
Maybe the docs could live in a seperate file and matched by the id, that way we could have a proper name, description, min, max etc. as well as i18n...
@BenPru You mean like the example you posted here: https://github.com/Bouni/python-luxtronik/pull/41#issuecomment-1383218416 ?