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

Hora Smartdrive MX (A5-20-04) problem / typos in mapping #121

Open
Brealiq opened this issue Jan 21, 2024 · 3 comments
Open

Hora Smartdrive MX (A5-20-04) problem / typos in mapping #121

Brealiq opened this issue Jan 21, 2024 · 3 comments

Comments

@Brealiq
Copy link

Brealiq commented Jan 21, 2024

The problem

Hi, I'm trying to use my Hora Smartdrive MX with EEP A5-20-04 properly using this addon. I wasn't able to send anything to the valve, I only could read the sensors.

After some time of getting used to the scripting of mapping.yaml and home assistant templating itself I found a few issues in the mapping.yaml. In line 3608 and line 3611 are typos, which prevented it to send any of those settings.

3608 (top is with typo):
{% elif entity is search('config_BLCS',ignorecase=True) %}
{% elif entity is search('config_BLC',ignorecase=True) %}

3611:
{% set ns.SER = states(entity).split("-")[0]|int(default=0) %} %}
{% set ns.SER = states(entity).split("-")[0]|int(default=0) %}

And thank you for this great addon! I really like the Enocean protocol and it's awesome that you're actively maintaining it for home assistant.

What type of installation are you running?

Addon

What version of HA_enoceanmqtt has the issue?

2024.1.3

What was the last working version of HA_enoceanmqtt?

2024.1.3

What type of Home Assitant installation are you running?

Home Assistant Core

Anything in the logs that might be useful to solve the issue? (Strongly recommended if applicable)

No response

Additional information

No response

@mak-gitdev
Copy link
Owner

Hi @Brealiq,

Thanks for spotting these typos 👍
Did you try to fix and if so is it working now ?

mak-gitdev added a commit that referenced this issue Jan 21, 2024
@mak-gitdev
Copy link
Owner

Done.
Will appear in 0.1.29

@Brealiq
Copy link
Author

Brealiq commented Jan 21, 2024

Hi @Brealiq,

Thanks for spotting these typos 👍 Did you try to fix and if so is it working now ?

Yes, i added my customized mapping.yaml to the configuration and it is working now, I can set what I need.
I "just" need to create a template with the correct heating curve now.

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

2 participants