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

Cannot install in esphome #12

Closed
Allras82 opened this issue Jan 1, 2023 · 5 comments
Closed

Cannot install in esphome #12

Allras82 opened this issue Jan 1, 2023 · 5 comments

Comments

@Allras82
Copy link

Allras82 commented Jan 1, 2023

missing "xxtea-lib.h" which is included in danfoss_eco/xxtea.h

src/esphome/components/danfoss_eco/xxtea.h:3:10: fatal error: xxtea-lib.h: No such file or directory

@djskrath
Copy link

djskrath commented Jan 2, 2023

I am also looking for help. I found something like this
4282D410-F1E1-479F-B79E-0561D2FB2DED

@dmitry-cherkas
Copy link
Owner

Hi @Allras82, could you please post your yaml config?
Seems like you are missing the esphome -> libraries dependency declaration, like:

esphome:
// ...
  libraries:
    - xxtea-iot-crypt@2.0.1

See some examples in the repo:

@dmitry-cherkas
Copy link
Owner

Hm.. looks like xxtea-iot-crypt is no longer available. I'll see what can be done about it.

@dmitry-cherkas
Copy link
Owner

Ok, seems I was wrong. I've prepared a new release, v1.1.3 and for me it's building fine on HA 2023.1.7 and ESPHome 2022.12.5. Please give it a try and let me know if you are facing any issues.

@RealLord
Copy link

Adding this lines to the esphome config help me to compiling this.
libraries: - xxtea-iot-crypt@2.0.1
And after that all is working fine!

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

4 participants