jagheterfredrik / esphome-rego1000

ESPHome custom component for IVT Rego1000 heat pump controller
12 stars 5 forks source link

Rego1000 3.14 variables #18

Closed gunstr closed 8 months ago

gunstr commented 8 months ago

@jagheterfredrik an amazing piece of code you have put together - many thanks for that!

I just got a new IVT Greenline HE installed and have for now connected an ESP32-EVB board running the Rego 1000 component.

The firmware release in the rego1000 is 3.14 why I had to create a new configuration, the result is shared in this PR.

The parameters for ENERGY_OUTPUT has changed between 3.9 and 3.14. What I can see there is no data for the overall energy that has a good match with the sensor you have defined. Not really sure what is the best way to handle, but for now I have just commented out that sensor.

jagheterfredrik commented 8 months ago

Awesome! Would you mind adding a smoke test for it here: https://github.com/jagheterfredrik/esphome-rego1000/blob/main/.github/workflows/esphome.yml (in this PR)? 🙏

gunstr commented 8 months ago

Sure - done!

gunstr commented 8 months ago

How do you suggest to handle the Energy output sensor? Personally I will probably not use it but is there a way to have conditional sensors depending on the version? Such sensors can of course be moved to the variable yaml but that would mess up your architecture...

jagheterfredrik commented 8 months ago

Thank you for your contribution 🙏 Let's 🙈 regarding the sensor, the rego1000.yaml is really just an example and one has to customize it to ones needs anyway.