dominikamann / oekofen-pellematic-compact

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

Status Solar circuit wrong / Pump status Solar & Buffer storage in % #58

Closed WahlFisch91 closed 1 month ago

WahlFisch91 commented 2 months ago

Hi, I have noticed, when the Solar deliveres heat, the Status of the Circuit (in my case "sk3.L_statetext") in the HTTP Api switches to null, instead of showing for example "solar active" - So in Homeassistant, the satus says "unknown" when active.

The Pump status of the solar pump and the buffer storage pump (in my case "sk3.L_pump" & "pu1.L_pump") is delivered as % from the HTTP Api (0-100%). This happens, because the pumps are PWM controlled (in my case - or maybe general). In Homeassistant, it shows only 0 when the pump is in idle, and "unknown" when the pump is active.

dominikamann commented 2 months ago

Can you please share the json with the values / situations? Thanks!

WahlFisch91 commented 2 months ago

{ "sk3":{ "L_koll_temp":700, "L_spu":574, "L_pump":78, "L_state":0, "L_statetext":"", "mode":1, "cooling":0, "spu_max":800, "name":"Solar" } }


{ "pu1":{ "L_tpo_act":611, "L_tpo_set":300, "L_tpm_act":606, "L_tpm_set":300, "L_pump_release":80, "L_pump":50, "L_state":512, "L_statetext":"Anforderung Aus", "mintemp_off":300, "mintemp_on":300, "ext_mintemp_off":80, "ext_mintemp_on":80 } }

The "Pump" values above are measured in % (100% is full pump speed)

At the moment, the solar is delivering - you can see that above (pump speed = 78%) As i already described, when solar is delivering, the statetext is blank. Only if the Solar is inactive ( lets say, because of temperature), the datapoint gives some status message... i noticed that issue with the status text only in the "sk" section of the full json

dominikamann commented 2 months ago

Okay, regarding the "Pump" issue, the entities were added as Binary Sensors ("on" / "off"). In my case, that's valid, but it seems to be invalid in your case.

grafik

I think it might be possible to add all the pump sensors in both formats (as binary and as numeric/percentage), so everyone can choose the entity in Home Assistant that fits their system. Alternatively, it could be configurable, but I think that might get too complex/complicated.

I will try that out.

lucaferrucci commented 1 month ago

Hi, what software version do you have in your boiler?

WahlFisch91 commented 1 month ago

Hi Luca,

My version is "Touch V4.02b"

greets

lucaferrucci commented 1 month ago

ah, ok, it’s right

Il giorno 11 lug 2024, alle ore 10:42, WahlFisch91 @.***> ha scritto:

Hi Luca,

My version is "Touch V4.02b"

greets

— Reply to this email directly, view it on GitHub https://github.com/dominikamann/oekofen-pellematic-compact/issues/58#issuecomment-2222364083, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2LNND2M34362EURFUSQYRTZLZAPVAVCNFSM6AAAAABKMZTMCSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRSGM3DIMBYGM. You are receiving this because you commented.

dominikamann commented 1 month ago

@WahlFisch91 Please check https://github.com/dominikamann/oekofen-pellematic-compact/releases/tag/v3.3.2

WahlFisch91 commented 3 weeks ago

works perfectly - thanks a lot!  

Mit freundlichen Grüßen, best regards,

Wolfgang Wahl

   

Gesendet: Mittwoch, 07. August 2024 um 12:18 Uhr Von: "Dominik Amann" @.> An: "dominikamann/oekofen-pellematic-compact" @.> Cc: "WahlFisch91" @.>, "Mention" @.> Betreff: Re: [dominikamann/oekofen-pellematic-compact] Status Solar circuit wrong / Pump status Solar & Buffer storage in % (Issue #58)

 

@WahlFisch91 Please check https://github.com/dominikamann/oekofen-pellematic-compact/releases/tag/v3.3.2

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>