celsworth / lxp-bridge

A bridge to MQTT/InfluxDB/Postgres for communications with LuxPower inverters
MIT License
9 stars 14 forks source link

Remove ReadInput1/2/3/4/All from codebase #257

Closed celsworth closed 5 months ago

celsworth commented 5 months ago

No longer required, I'm doing it all manually in register_parser now.

The only thing ReadInputAll was still used for was database support, so had to temporarily turn that off. It was only to provide easy access to each key anyway.

I'll have a look at reimplementing it without using ReadInputAll.