StephanJoubert / home_assistant_solarman

Home Assistant component for Solarman collectors used with a variety of inverters.
Apache License 2.0
507 stars 191 forks source link

Add new raw parser #596

Open jmccrohan opened 3 weeks ago

jmccrohan commented 3 weeks ago

Read multiple registers and pass them through as array without processing. Useful when you need to read multiple registers atomically.

For my usecase, I wanted to extract the inverter date time as a single register to parse later using a jinja2 template.