GyroGearl00se / ESPHome-Froeling-Lambdatronic_3200

ESHome RS232 to TTL - ESP32 - Read data from Froeling / Lambdatronic 3200
23 stars 4 forks source link

Error Codes #39

Closed a-fall closed 21 hours ago

a-fall commented 1 week ago

Not an issue, but I thought you may be interested in the 400+ error codes I added from the documentation. I only did address 3000, which is the address for the first error in the error buffer. In normal usage, this should be enough. errors.txt

GyroGearl00se commented 22 hours ago

Hi @a-fall ,

thank you for that. So far I've been skipping this on purpose, as the list is quite long :) I'll move this to the discussion section. whoever is interested, can just add your code snippet into the froeling.yaml.

Right now I'm not able to test it, as I don't have a ESP plugged in to my froeling anymore.

I'm currently developing a Home Assistant integration (probably will be installable via HACS once ready) where you'd just need a Ethernet/Wifi -> RS485/RS232 device. (Modbus TCP) Not entirely sure yet - But maybe I'll also have a look into reusing the ESP32 for this purpose.