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

How can I add a new type #115

Open
pbecue opened this issue Dec 30, 2020 · 2 comments
Open

How can I add a new type #115

pbecue opened this issue Dec 30, 2020 · 2 comments

Comments

@pbecue
Copy link

pbecue commented Dec 30, 2020

First of all, thanks for all the code you provide in this repo! Very clearly written and has support for many different types already!
I have the NODON SIN-2-FP-01 module to control my heating, so I would like to add a new type:

RORG D2
FUNC 01
TYPE 0C
(specifically command 0x8: Actuator Set Pilot Wire Mode, to set the heating to Off, Comfort, Eco, ... )

Could you give some indication if I can add this type myself? And which files would need to be modified?

Thanks a lot for any hints !

Best regards,
Pieter

@FlyingDomotic
Copy link

Same request (but to support Avidsen module).

@zpfvo
Copy link
Contributor

zpfvo commented Feb 25, 2021

Look into enocean/protocol/EEP.xml

You can add the new Profile there. Afterwards run generate_supported_profiles.py so SUPPORTED_PROFILES.md is updated.

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