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

Configuration of the "Beep" sound #19

Open
Styx85 opened this issue Sep 25, 2023 · 11 comments
Open

Configuration of the "Beep" sound #19

Styx85 opened this issue Sep 25, 2023 · 11 comments

Comments

@Styx85
Copy link
Contributor

Styx85 commented Sep 25, 2023

One annoying issue I have in general with the Blauberg devices is a conformation "beep" sound when changing states, etc.
Is there a, maybe hidden, option to disable the sound? I have not seen anything in the protocol so far.

@AndyNew2
Copy link

I have this device and integration as well. This is linked to the crazy BlauBerg or EcoVent interface. I fear even BlauBerg etc. do not develop the interface, all bought years ago from "India"? I fear no change is possible via API. The API is available from BlauBerg for free, you check yourself, if you want.
I might disable the sound generator on the device by removing the speaker. Not yet done the mod, but this is really annoying and prevents a useful integration and automatism for this device.

@NicoDeLarge
Copy link

NicoDeLarge commented Oct 7, 2024

The disassamlby of the android app ("Impruf" same as blauberg) shows, that the library (which is made for several brands and vents) in general supports a parameter like that:
image
But it is not listed as parameter for the Vento.

However maybe its worth trying. I guess the 1025 is the command/parameter id. Although the IDs is the disassembly to not 100% match the IDs in https://blaubergventilatoren.de/uploads/download/ventoexpertduowsmarthousev11en.pdf

image

image

@Styx85
Copy link
Contributor Author

Styx85 commented Oct 7, 2024 via email

@NicoDeLarge
Copy link

ParametrList.txt
Vento.txt

See the two C# files attached. Unfortunately, the undocumented are also not explained/used there.

@AndyNew2
Copy link

AndyNew2 commented Oct 7, 2024

Anybody tried the Impruf App? It seems similar but not equal. Also a lot of codes are the same, but quite a lot as well are different.
Do the Impruf App work on "Blauberg" Vents? Anybody tried yet. I could load the Impruf App, but can insert the Vents into it...

@AndyNew2
Copy link

AndyNew2 commented Oct 7, 2024

Further question, I would have a look to the code, if I would understand, how HA does the trick. I know this integration here is just an HA interface and the actual control code, sending and reading data via network is hidden in a other project. The project is not "ecovent_v2" as this one, but actually "ecoventv2" without the "_". However when I check the code in my HA custom_integration I can't find "ecoventv2". How does HA resolve that trick? However it still works...

@NicoDeLarge
Copy link

I tried the Impruf App, it works with my relabeled Blauberg (https://raumluft-shop.de/rl-50rvw-dezentrale-wohnraumlueftung-mit-waermerueckgewinnung-und-wlan-steuerung.html).

And the HA integration here also works with my "Impruf/Raumluft" vents. So I guess the API should be the basically the same.

The appears to be the same for numerous OEMs (see App.cs line 523:577), while Blauberg seems to be the major brand.

App.txt

@AndyNew2
Copy link

AndyNew2 commented Oct 7, 2024

I noticed, this integration seems to always set additional commands causing more beeps as the original app.
E.g. when I just change the manual speed with the original "Blauberg" App, it do not beep. With this integration it beeps.
It seems this integration sends additionally a set manual mode command, even it do not work...

@NicoDeLarge
Copy link

Further question, I would have a look to the code, if I would understand, how HA does the trick. I know this integration here is just an HA interface and the actual control code, sending and reading data via network is hidden in a other project. The project is not "ecovent_v2" as this one, but actually "ecoventv2" without the "_". However when I check the code in my HA custom_integration I can't find "ecoventv2". How does HA resolve that trick? However it still works...

The manifest.json lists pyEcoventV2 as requirement, which HA fetches from PyPI. The package should be the same as https://github.com/gody01/pyEcoventV2 (although the homepage link in the PyPI lacks a "1" in the url)... there you can find the magic.

@AndyNew2
Copy link

AndyNew2 commented Oct 7, 2024

I found it on the internet. However where does HA store the content locally in your HA installation. That is what I am searching and can't find. Makes me mad, how good in hiding the relevant information they are ... ;-)

@Styx85
Copy link
Contributor Author

Styx85 commented Oct 7, 2024 via email

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