Axel Hermann
Axel Hermann
root@orangepione:~# pip3 --version pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10)
No, but I have an other idea. I give you the SSH access to the Orage Pi. I have set it up especially for testing. I will send you the...
The problem is, that I just have basic linux knowledge. If you have the patience, I can try that. If we should/can solve this in another way, I would need...
I did the installation process again with venv. Maybe that helps - I get the following result now: ``` (venv_fhempy) fhem@orangepione:~$ pip3 install --upgrade fhempy Collecting fhempy Using cached fhempy-0.1.483-py3-none-any.whl...
I update the version: ``` root@orangepione:~# pip install -U setuptools Requirement already satisfied: setuptools in /usr/local/lib/python3.10/dist-packages (65.3.0) Collecting setuptools Downloading setuptools-65.4.0-py3-none-any.whl (1.2 MB) qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq 1.2/1.2 MB 1.3 MB/s eta 0:00:00...
You're right. It says something like this: ``` (venv_fhempy) fhem@orangepione:~$ dmesg |tail -100 [52588.701349] Hardware name: Allwinner sun8i Family [52588.701364] [] (unwind_backtrace) from [] (show_stack+0x11/0x14) [52588.701396] [] (show_stack) from []...
Now I created a swap file with 1GB. This fixes the problem with the kill. Unfortunately, the process still does not work without errors. I have already updated pip3: ```...
Hello, the problem is, that you get more than one responses with this request ([responseMsg]\r[responseMsg]\r). You have to parse the whole buffer after a request and split the resulting string...
Hello, if you send request: 31 00 FA C0 F9 youre response will be: 22 0A FA C0 FB 00 64 32 10 FA C0 F9 17 70 17 70...