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

Problème d'install #1

Open
darrepac opened this issue Oct 24, 2020 · 2 comments
Open

Problème d'install #1

darrepac opened this issue Oct 24, 2020 · 2 comments

Comments

@darrepac
Copy link

Salut

J'essaye ton plugin suite au passage de mon linky en mode standard.
Mais j'ai les erreurs suivantes à l'activation:
2020-10-24 12:13:56.759 Error: (Linky Standard) 'onStart' failed 'NameError'. 2020-10-24 12:13:56.759 Error: (Linky Standard) ----> Line 192 in '/home/pi/domoticz/plugins/LinkyStdMode/plugin.py', function onStart 2020-10-24 12:13:56.759 Error: (Linky Standard) ----> Line 153 in '/home/pi/domoticz/plugins/LinkyStdMode/plugin.py', function onStart
puis
2020-10-24 12:14:16.782 Error: (Linky Standard) 'onHeartbeat' failed 'AttributeError':''NoneType' object has no attribute 'read''. 2020-10-24 12:14:16.782 Error: (Linky Standard) ----> Line 220 in '/home/pi/domoticz/plugins/LinkyStdMode/plugin.py', function onHeartbeat 2020-10-24 12:14:16.782 Error: (Linky Standard) ----> Line 185 in '/home/pi/domoticz/plugins/LinkyStdMode/plugin.py', function onHeartbeat 2020-10-24 12:14:16.782 Error: (Linky Standard) ----> Line 62 in '/home/pi/domoticz/plugins/LinkyStdMode/plugin.py', function updateDevice 2020-10-24 12:14:16.783 Error: (Linky Standard) ----> Line 100 in '/home/pi/domoticz/plugins/LinkyStdMode/plugin.py', function getData

Une idée?

merci

@bnj-04
Copy link
Owner

bnj-04 commented Oct 24, 2020

Bonjour,

ca resemble à un pb de port série :

la ligne 153 correspond à :

 try:
            self.s = serial.Serial(Parameters["SerialPort"],9600,bytesize=serial.SEVENBITS, parity=serial.PARITY_EVEN, stopbits=serial.STOPBITS_ONE,timeout=1,exclusive=True)
            self.isConnected = True
        except SerialException:
            self.isConnected = False
            Domoticz.Error("Erreur lors de l'accès au port série")

il faut bien choisir le bon port série dans domotictz.

a+

@darrepac
Copy link
Author

Le port série est le bon et d'ailleurs je n'ai pas d'erreur d'accés au port.
Au pire il arrive pas à lire des données mais il générerait pas cette erreur

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

2 participants