Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Climate link #2

Open
jere19 opened this issue Nov 17, 2020 · 3 comments
Open

Climate link #2

jere19 opened this issue Nov 17, 2020 · 3 comments

Comments

@jere19
Copy link
Contributor

jere19 commented Nov 17, 2020

Hello,
I just received my connexionbox and first of all I want to thank you for the integration !
I also tried to link with a climate entity and it just works!
You need to set up a generic thermostat with the switch and whatever temperature sensor you may have (I used the average of the half dozen xiaomi bluetooth sensors i have in my house).
Here's the config:

climate:
  - platform: generic_thermostat
    name: PoeleMaison 
    heater: switch.stove_status
    target_sensor: sensor.TemperatureInterieure
    hot_tolerance: 1.0
    cold_tolerance: 0.5
    min_temp: 17
    max_temp: 22
    ac_mode: false
    min_cycle_duration:
        minutes: 30

I'll try to make a pull request soon to enhance a bit the documentation, I'm still struggling to understand some parts :)

I'm impressed at the sensors/counters palazzetti exposes (all temperatures, cumulative pellet usage, etc.). It would be nice to expose some of them as proper sensors.

@Vost3
Copy link
Owner

Vost3 commented Jan 5, 2021

Hi Jere19.
Have you continue to use climate for stove regulation ?
Can you return your usage experience ? not much start and stop of stove ?

@jere19
Copy link
Contributor Author

jere19 commented Jan 5, 2021

I've been using it since my post. It works almost flawlessly. I only had a couple misfires because of ashes in the burner. For this I wrote an automation to send me a reminder to clean the stove when it stops. I also wrote a sensor to monitor pellet usage and get a bag out of the garage when running low but it still needs some calibration I think.
Here's the graph of the thermostat over 24h :
IMG_20210105_071723
Blue line is the target (18.5°c) and the green areas are when the stove is heating. Outside temp. was between 0 and 3 that day.

@smunos66
Copy link

hello,
interesting . Have you set the stove to mode 1 (operation with room sensor on stove) or mode 2 (With external themostat) ?
thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants