Page 5 of 5

Re: [APKG Domoticz x86_64] update to 3.5877

Posted: Wed Feb 22, 2017 6:54 pm
by father.mande
Hi,

Please install new APKG (x86_64) Python 3.5.2.1 (with require libs for Domoticz)

This suppress the log message in domoticz about the lack of Python library (libpython3.so)
... don't know if it's enough ... perhaps you must also add some Python modules require by your plugins ....

link : viewtopic.php?f=194&t=8322&p=27424#p26189

You acn install at any time ... BUT you need to restart Domoticz (App. Central disable / wait 5 sec. / enable
Philippe.

Re: [APKG Domoticz x86_64] update to 3.5877

Posted: Wed Mar 08, 2017 4:28 am
by Pega20
Hi

When I program in lua and use "print(and something)" it does not show up in the log.

someone ?

Re: [APKG Domoticz x86_64] update to 3.5877

Posted: Mon Jun 26, 2017 5:56 pm
by BasPost
Hi, its been a while, but I installed the new Python 3.5.2.1 package and Domoticz app. I have updated Domoticz to the latest beta 3.8007
I have an existing Domoticz installation on a RPi2b for years. It runs HomeBridge also and this runs fine, but I want to use Domoticz with HomeBridge on my Asustor AS7004T.
Is somebody willing to help how to install HomeBridge on Asustor? I have installed Node.js but it needs G++ and MDNS to install and run, see
https://github.com/nfarina/homebridge

Re: [APKG Domoticz x86_64] update to 3.5877

Posted: Mon Jan 08, 2018 4:46 am
by agadoc
Je post dans cette section afin de peut être aider de futurs utilisateurs à activer le SSL.
Je le post en francais car je ne suis pas sûr de l'exactitude de ma traduction an anglais.

Tout d'abord merci à father_mande de l'aide qu'il m'a fourni par mail, ça m'a beaucoup aidé, car au final on ne trouve que très peu d'explications claires sur le sujet et surtout aucune en français.

Voici donc la marche à suivre pour activer le SSL sur domoticz sur nos NAS Asustor.

Le fichier à modifier est le fichier start_stop.sh

Code: Select all

vi /usr/local/AppCentral/domoticz/CONTROL/start_stop.sh 
Remplacer

Code: Select all

-sslwww 0
par

Code: Select all

-sslwww 8443 
Le port 443 n'était pas disponible chez moi, et les ports au delà de 12000 empêchaient domoticz de redémarrer.
Forwarder tout ça et ca roule.
Il m'a fallu par contre arrêter et redémarrer domoticz au moins 2 ou 3 fois pour que ca veuille bien fonctionner.. :? :?

Bref, ca peut paraître simple comme ca, mais pour un utilisateur basique non anglophone.. c'est pas si évident, surtout que le wiki de domoticz n'est pas de la plus grande aide, car les fichiers ne se trouvent pas au même endroit.

Merci encore father_mande :)

Re: [APKG Domoticz x86_64] update to 3.5877

Posted: Tue Jun 12, 2018 12:30 pm
by BasPost
BasPost wrote:Hi, its been a while, but I installed the new Python 3.5.2.1 package and Domoticz app. I have updated Domoticz to the latest beta 3.8007
I have an existing Domoticz installation on a RPi2b for years. It runs HomeBridge also and this runs fine, but I want to use Domoticz with HomeBridge on my Asustor AS7004T.
Is somebody willing to help how to install HomeBridge on Asustor? I have installed Node.js but it needs G++ and MDNS to install and run, see
https://github.com/nfarina/homebridge
I'm quoting myself, but anybody willing to help?