kinou74 / Domoticz-Palazzetti

Domoticz Python Plugin for Palazzetti Connection Box
GNU General Public License v3.0
8 stars 3 forks source link

Auto & Off fan speed inverted #3

Open skarab22 opened 4 years ago

skarab22 commented 4 years ago

Hi,

I recently install your plug in on domoticz and it work very well! Thanks for the very nice job. I noticed that Auto and Off speed fan are inverted. I inverted the 7 and 0 value in your code and it work fine.

Is it just à problem for me or do you have the same issue ?

I'm also want to know what are the code that you get in status ? Are there visible on the stove ? I don't understand what is "cleanfire" code.

kinou74 commented 4 years ago

Hi

Thanks for using this pluggin and giving your feedback ! Nice to see that it still can help people :-) Can you please precise if your connection box is using the old php or the new lua API ? You should have the info by connecting to your connexion box web interface and have a look at URLs. If it's using lua, then I guess that Palazzetti has inverted Auto and Off code values. Should be easy to change the pluggin code then, in a "universal" way depending on the api version the connexion box is using. You can also have a look at the web gui by analysing the html source code. Please let me know what you can see there.

For the status codes, I get them on a French forum talking about Lola and other Pala stoves. For your knowlegde, during the "cleanfire" phase, no more pellet are falling for about 40 seconds in order to consume extra pellets that would remain in the bucket. On my stove, this cleanfire phase comes each 40 minutes according to logs. The timings could change depending on your stove model and its mainboard configuration.

Let me know about your findings

Cheers Kinou

skarab22 commented 4 years ago

Thanks for your answer, are you french ?

It seems that I have the LUA interface. I find how to change it in your plugin but it cause me some trouble with the schedule plugin that i use so I decide to keep it like that.

For the cleanfire status, it comes effectively after 40 minutes but not each 40 minutes.

skarab22 commented 4 years ago

I also some strange value for the "Room temperature". It not corresponding to the probe on the stove. Do you have an idea ?

vfd7 commented 3 years ago

Skarab22,

I also have the same issue. AUTO is inverted with OFF. May you point me to the location of the following change you have made : "I noticed that Auto and Off speed fan are inverted. I inverted the 7 and 0 value in your code and it work fine."

Maybe it's in lines 368 and 370. Thank you for your support. Vfd7

vfd7 commented 3 years ago

I reply to myself: I have updated lines 368/370 & also 311/313. Works perfectly.

Regarding the issue related to the room temp, I have also an incorrect reporting. always 0. There is an issue open: Issue 5.

Thx. vfd7

skarab22 commented 3 years ago

I effectively inverted this two line in my version and it work fine.

bilou95 commented 3 years ago

Same issue, inverting 0 & 7 on line 368/370 & also 311/313. fix the same issue I had. Thanks all for your support and feedback.