dominikamann / oekofen-pellematic-compact

A Ökofen Pellematic Compact Integration based on JSON/TCP-Inteface for Home Assistant.
Apache License 2.0
29 stars 5 forks source link

Pellet numbering is broken #30

Closed MrRagga- closed 1 year ago

MrRagga- commented 1 year ago

It looks like you broke the name numbering in case you have multiple peX here https://github.com/dominikamann/oekofen-pellematic-compact/commit/ac6ec872f3257304906708844238fdc6fb76ed81#diff-07cd336911bfa0d50dcf13474bf76fb9aeda3a6ea9d1b08b1448da322e94ed6dR161

>>> "foo".format(" " + str(2))
'foo'
image

It should look like Heater Modulation PE 1 It should look like Heater Modulation PE 2

You did not like the previous syntax, where it was working?

dominikamann commented 1 year ago

May it happened by accident. I will double check it. Thanks