Search found 15 matches

by nene82
Tuesday 02 July 2024 8:57
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 153
Views: 52712

Re: Support for Somfy Connexoon and Tahoma

Good morning,
Problem solved, topic can be closed!
Thank you all for your participation, good luck.
J.P.
by nene82
Tuesday 04 June 2024 22:49
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 153
Views: 52712

Re: Support for Somfy Connexoon and Tahoma

ok, so you python libs are installed in a place where domoticz isn't looking for them. Please try the below: Check the version: python3 -V Make sure that you have libpython installed, it needs to match the version you have. You have Python 3.10.x then you make sure you have libpython3.10. Use this ...
by nene82
Tuesday 04 June 2024 19:13
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 153
Views: 52712

Re: Support for Somfy Connexoon and Tahoma

can you please try apt install python3 libpython3-dev libpython3.10-dev Starting the plugin makes no sense. You need to install the request module user@Domoticz:~$ cd Python-3.10.13 user@Domoticz:~/Python-3.10.13$ apt install python3 libpython3-dev libpython3.10-dev E: Could not open lock file /var ...
by nene82
Tuesday 04 June 2024 19:02
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 153
Views: 52712

Re: Support for Somfy Connexoon and Tahoma

2024-06-04 18_54_19-Support for Somfy Connexoon and Tahoma - Page 7 - Domoticz.png attached the logs 2024-06-04 19:00:37.702 Error: Tahoma_Switch: (tahomaIO) failed to load 'plugin.py', Python Path used was '/home/user/domoticz/plugins/somfy/:/usr/local/lib/python310.zip:/usr/local/lib/python3.10 ...
by nene82
Tuesday 04 June 2024 18:53
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 153
Views: 52712

Re: Support for Somfy Connexoon and Tahoma

madpatrick wrote: Tuesday 04 June 2024 18:51 i see Python 3.10.13 in the screen shot, but Python -V gives 3.9.2

that makes no sense.
Try :

Code: Select all

apt install python3 libpython3-dev libpython3.10-dev
At what level of the tree? under Domoticz ?
by nene82
Tuesday 04 June 2024 18:48
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 153
Views: 52712

Re: Support for Somfy Connexoon and Tahoma

You haven't pip installed on your python version ? https://www.geeksforgeeks.org/how-to-install-requests-in-python-for-windows-linux-mac/ Yes, I think so! user@Domoticz:~/Python-3.10.13$ sudo -H pip3 install requests sudo: pip3: command not found user@Domoticz:~/Python-3.10.13$ 0.13$ sudo -H pip ...
by nene82
Tuesday 04 June 2024 18:20
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 153
Views: 52712

Re: Support for Somfy Connexoon and Tahoma

Thorgal789 wrote: Tuesday 04 June 2024 17:56 Can try

Code: Select all

sudo -H pip3 install requests
sudo -H pip install requests

Code: Select all

user@Domoticz:~$ sudo -H pip3 install requests
sudo: pip3: command not found
user@Domoticz:~$ sudo -H pip install requests
sudo: pip: command not found
by nene82
Tuesday 04 June 2024 16:35
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 153
Views: 52712

Re: Support for Somfy Connexoon and Tahoma

2024-06-04 11:38:11.441 Error: Tahoma-Switch: import requests 2024-06-04 11:38:11.441 Error: Tahoma-Switch: ModuleNotFoundError: No module named 'requests' Hello, and if you install the missing lib requests ? Hello, I followed the tutorial and the manipulations that Madpatrick and JanJaap ...
by nene82
Tuesday 04 June 2024 11:39
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 153
Views: 52712

Re: Support for Somfy Connexoon and Tahoma

As I told you, it's the same! 2024-06-04 11:38:11.439 Error: Tahoma-Switch: (tahomaIO) failed to load 'plugin.py', Python Path used was '/home/user/domoticz/plugins/somfy/:/usr/local/lib/python310.zip:/usr/local/lib/python3.10:/usr/local/lib/python3.10/lib-dynload:/usr/local/lib/python3.10/site ...
by nene82
Tuesday 04 June 2024 8:04
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 153
Views: 52712

Re: Support for Somfy Connexoon and Tahoma

Good morning, Below are the results of these manipulations, I'm not sure it changed anything! On the other hand, I don't understand the relationship with the python version which appears on "About Domoticz" I'm sorry! user@Domoticz:~$ python3 -V Python 3.9.2 user@Domoticz:~$ apt install python3 ...
by nene82
Monday 03 June 2024 0:03
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 153
Views: 52712

Re: Support for Somfy Connexoon and Tahoma

Sorry, if I did it but didn't see that it doesn't work a priori! user@Domoticz:~$ sudo apt-get update Hit:1 http://security.debian.org/debian-security bullseye-security InRelease Hit:2 http://deb.debian.org/debian bullseye InRelease Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 ...
by nene82
Sunday 02 June 2024 19:18
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 153
Views: 52712

Re: Support for Somfy Connexoon and Tahoma

The logs 2024-06-02 19:27:54.911 Status: Domoticz V2024.4 (c)2012-2024 GizMoCuz 2024-06-02 19:27:54.912 Status: Build Hash: 731719420, Date: 2024-01-30 09:16:34 2024-06-02 19:27:54.912 Status: Startup Path: /home/user/domoticz/ 2024-06-02 19:27:55.209 Status: PluginSystem: Started, Python version '3 ...
by nene82
Sunday 02 June 2024 10:41
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 153
Views: 52712

Re: Support for Somfy Connexoon and Tahoma

Here for the logs
by nene82
Saturday 01 June 2024 19:39
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 153
Views: 52712

Re: Support for Somfy Connexoon and Tahoma

Hello MadPatrick, Apparently I saw on other posts that on freeboxes it was not possible, but subject to my good understanding. Attached are the startup logs! I also saw elsewhere that it was possible to implement the hosts.txt file with this syntax, but I do not know the syntax under putty, and with ...
by nene82
Saturday 01 June 2024 10:36
Forum: Suggestions
Topic: Support for Somfy Connexoon and Tahoma
Replies: 153
Views: 52712

Re: Support for Somfy Connexoon and Tahoma

Hello everybody, On the advice of MadPatrick, I registered on your forum to try to resolve my problem. Indeed I am trying in vain to implement its Plugin for Velux IO-homecontrol Shutter https://github.com/MadPatrick/somfy , and I am currently stuck on this command for tracing the box in the local ...