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

Feature request #41

Open
tola2000 opened this issue Jan 14, 2022 · 11 comments
Open

Feature request #41

tola2000 opened this issue Jan 14, 2022 · 11 comments

Comments

@tola2000
Copy link

Hi,
Thanks to this component I was able to create a very nice card in home assistant to control my Pellet Stove. It works so much better than the original app!

IMG_9040

The feature I'm still looking for is to be able to control the profile. I don't want to operate the stove in manual mode. But just control the set temperature and switch between the different profiles ( Active, Comfort, Silent, Boost ).

The current commands don't allow me to switch the profile. When I use the silend mode command the stove automatically switches to the manual profile, while I want to actually switch to the silend profile.

A command to control the profile is needed to be able to control the stove in "automatic" mode.

Cheers,
Tom

@Chibald
Copy link
Owner

Chibald commented Jan 14, 2022

Hi! That looks very nice indeed!

I think there are small difference between the types of stove from mcz.
My stove (a musa hydro) doesn't have profiles like "boost", "manual", etcetera.
It has a silent options, but it seems your stove works a bit differently.

I guess your stove needs to be controlled using the "Adaptive_Mode" Command.
Maybe you could try this one, 0 for manual, 1 for automatic?

Maestro/Command/Adaptive_Mode, 1

If this works i can try to make a new version for you, it should then support the following modes:

11 dynamic adaptive
12 adaptive at night
13 adaptive comfort
14 power 110% adaptive
0 manual non-adaptive
1 dynamic non-adaptive
2 overnight non-adaptive
3 comfort non-adaptive
4 power 110% non-adaptive

do you recognize any of these modes?

@tola2000
Copy link
Author

tola2000 commented Jan 14, 2022 via email

@Chibald
Copy link
Owner

Chibald commented Jan 15, 2022

Probably i missed one status.

So the list is:

10 manual non-adaptive
11 dynamic adaptive
12 adaptive at night
13 adaptive comfort
14 power 110% adaptive

0 manual non-adaptive
1 dynamic non-adaptive
2 overnight non-adaptive
3 comfort non-adaptive
4 power 110% non-adaptive

My guess is that if you set your app to "Adaptive" that it wil concatenate a "1" in front of the 4 profiles.

New MQTT topic:

Maestro/Command/Profile, 10
Maestro/Command/Profile, 11
Maestro/Command/Profile, 12
Maestro/Command/Profile, 13
Maestro/Command/Profile, 14 

If you do a git fetch you can use this new commands. It is not in the docker image yet. Are you using the docker image?

@tola2000
Copy link
Author

tola2000 commented Jan 15, 2022 via email

@Chibald
Copy link
Owner

Chibald commented Jan 15, 2022

Ok, i'll have to update update the docker image first then.

@Chibald
Copy link
Owner

Chibald commented Jan 15, 2022

docker image is updated.

@tola2000
Copy link
Author

tola2000 commented Jan 15, 2022 via email

@tola2000
Copy link
Author

tola2000 commented Jan 15, 2022 via email

@tola2000
Copy link
Author

tola2000 commented Jan 15, 2022 via email

@tola2000
Copy link
Author

tola2000 commented Jan 16, 2022 via email

@jbtrystram
Copy link

@tola2000 would you mind sharing the code of that applet ? I'm using the same setup as you do :)

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