-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add support for pellet level sensor #124
Comments
@RickType, Optional: it would be helpful for me to get your diagnostics file when the hopper is empty VS your diagnostics file when the hopper is full. Kind regards, |
Hi Robbe,Sure, I'm currently traveling and will be back on 3rd oder April.Waiting for your go!RgdsRickAm 25.03.2024 10:00 schrieb Robbe-B ***@***.***>:
@RickType,
Once this is implemented, would you be able to test this for me ?
The reason I'm asking you is because I don't have a sensor myself.
Optional: it would be helpful for me to get your diagnostics file when the hopper is empty VS your diagnostics file when the hopper is full.
Kind regards,
Robbe
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@RickType, Kind regards, |
Hey,I’m good, thanks.Just came back from Easter holiday and now on a business trip.Will provide you the data by end of this week.Thanks for your effort to improve it further.CheersHotteVon meinem iPad gesendetAm 09.04.2024 um 07:52 schrieb Robbe-B ***@***.***>:
@RickType,
How are you doing ?
Would it be possible to give me your diagnostics file when the hopper is empty VS your diagnostics file when the hopper is full.
If I have bought states I can figure out how the pellet level sensor is working 😄
Kind regards,
Robbe
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Here u go. Be aware that MCZ haven't managed to properly introduce the state in the App. No matter how full the hopper is, there is always a alarm when I open the app. config_entry-maestro_mcz-9e621916f330ef9b684ebb1bca29a701.json |
I don't see a difference either. |
At the end of the day they are good in buidling stoves, but there are not IT experts... ;-) BUT: As I said, there is currently a bug in the MCZ software (besides many more). In the app I ALWAYS get a notification that the hopper is empty, see attached screenshot. My assumption is that you can see this in the attached logs. If the sensors is not covered with pellets an extra alarms goes off. The stove itself fires a warning tone and I get an extra notification in the app. See 2nd screenshot. I need to find some time to look this app. But it seems there are two different ways how notify when the hopper is empty.... |
Yeah those screenshots are part of the firebase subscriptions |
@Crisicus Can we easily implement that one ? |
Would be great. If I would get an event in HA, I would trigger the central gas heating as a backup. |
I'll look into it, at this point I have no clue if this will be an easy task 😄 |
Thx m8! Highly appreciated. Not pressuring. Hopefully I can switch the stove off from next week... :-) |
Have you seen this error message in the HASS log file? Logger: homeassistant.helpers.frame Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues |
This is an issue for HACS itself => see hacs/integration#3534 Kind regards, |
I am now the proud owner of an MCZ Tecla Air 6 M1. |
First of all, congrats with your new stove ! I'm planning on looking into this feature in the future. But it is not that easy for a couple of reasons. First of all my stove doesn't has this feature so I can't debug this pretty well. Second it seems to be a firebase subscription instead of the regular state update system we use for all other sensors. As soon as I get access to such stove model, I'll look into it 🤞 Also, if you like the work we do, consider leaving a star ⭐ on this repository. Kind Regards, |
There was suggested a while ago that there are stoves with a pellet level sensor on it.
The goal is to detect the setting for the probe.
Depending on the value of this setting we will generate a entity for the pellet level sensor.
=> #38 (comment)
The text was updated successfully, but these errors were encountered: