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

please help to add into fhem #97

Closed
tasisale opened this issue Oct 19, 2023 · 2 comments
Closed

please help to add into fhem #97

tasisale opened this issue Oct 19, 2023 · 2 comments

Comments

@tasisale
Copy link

can you help me to use this in fhem.
i have install it with putty and pip, but how i can use it?
sorry, i not a expert user ,-)

@jfmennedy
Copy link

You cannot use this library directly in fhem. This library is used by fhem-module fhempy as base to integrate skodaconnect in fhem. If you installed skodaconnect now on your system you can run e.g. the example.py to check if the readings you want to see in fhem are exposed by this library.

You might create a virtual environement on your system by using "python -m venv venv" and install skodaconnect to it by using "pip install skodaconnect". When it is done you modify in example.py username and password and run example.py

You will get some output with all readings received by this library. If you do not find the reading you want (in your case you asked for service/inspection date) you wont get this reading in fhem either.

@tasisale
Copy link
Author

ok, thx i have done this, the same response without the need data.
so it will not share, thx again.

@dvx76 dvx76 closed this as completed Nov 21, 2023
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