Replies: 12 comments
-
Hi, yes, Python 3.7 is not supported anymore due to changes in Pythons standard lib (and HomeAssistant, our main user being quite strict with deprecations). Are you using a RPi as server? If yes, which one? And could you provide the output of |
Beta Was this translation helpful? Give feedback.
-
Hello Richard! Yes, Python 3.11 etc is installed on Pi 4B, OS Buster. Just checked PIP version Tried to re-install latest pip3 pip -V returns Again install bimmer_connected: Test with
I hope this info was helpful so far! I'll try to support as much as I ca to get your nice tool working back again. It's in productive environment and I control photovoltaics based charging. Kind regards, |
Beta Was this translation helpful? Give feedback.
-
Hi Helmut, sometimes Python packages are installed in locations they should not be, i.e. user vs system store or a virtual env. Combined with the CLI registration, this sometimes causes confusion. But seems you figured that out :) Regarding the Pillow issue, please check #579 (comment) and isntall the required dependencies. |
Beta Was this translation helpful? Give feedback.
-
Hi Richard,
results in other open dependencies.
Added libjpeg-dev results in:
Any idea? Best regards, Helmut |
Beta Was this translation helpful? Give feedback.
-
Puh, not really... (other than replacing the 32bit OS with 64bit) |
Beta Was this translation helpful? Give feedback.
-
Moin Richard, During Xmas I need to setup my HA system on a new PI with the latest OS, as I'm still on Buster. Much work..........I'm using the PIO ports and always requires special and different settings in the OS. |
Beta Was this translation helpful? Give feedback.
-
Please try installing 0.14.4 as you would do normally - it should work now. |
Beta Was this translation helpful? Give feedback.
-
Yeah - that works fine again. Thank so very much. I still have problems with the path, as I start a shell file ("getBimmer.sh") from FHEM, I need to ask someone from the FHEM/Linux specialists. |
Beta Was this translation helpful? Give feedback.
-
Then you have installed bimmer-connected multiple times (maybe once using the "pi" user and once using the "fhem" user, and maybe even once as admin using sudo). For each of the users (including once with sudo), do a pip uninstall bimmer-connected until nothing is installed anymore. Then install for fhem again. Also, maybe fhem is using a virtual environment that you need to activate before updating bimmer connected? |
Beta Was this translation helpful? Give feedback.
-
Hello Richard, thanks again for junping in. Manually, user pi, I enter the following command, that works: Starting the same from FHEM returns an error:
Still pillow somehow involved?
P.S. Do you have a donation link? |
Beta Was this translation helpful? Give feedback.
-
While your cli tries to use the one in your user directory ( Please uninstall not only |
Beta Was this translation helpful? Give feedback.
-
Hi Richard, Installed dimmer-connected. Well, not the best way, I guess. But it works, until I install a brand new PI system with bookworm. Kind regards, |
Beta Was this translation helpful? Give feedback.
-
Hello team,
todays my installation added big list of failures to the log of my Homeautomation system (i.E. FHEM per mqtt). Since April this year everything was fine.
I decided to install bimmer_connected to 0.14.3 and upgraded to Python 3.8.4:
When I start the script from CLI I get the following response:
It looks like somehow Python 3.7 still is used.
Can someone from you help or give advice, what to do?
Thanks in advance,
Helmut
Just installed Python 3.11 and tried to install bimmer_connected.
Result is a FM
No idea what to do!
Beta Was this translation helpful? Give feedback.
All reactions