[2024-09-04 07:18:24] INFO : MODEM------ Vitesse : 9600
[2024-09-04 07:18:24] INFO : MODEM------ Apikey : XXXXXXXXXXXXXXXXXXXXX
[2024-09-04 07:18:24] INFO : MODEM------ Cycle : 0.3
[2024-09-04 07:18:24] INFO : MODEM------ Port : Array
[2024-09-04 07:18:24] INFO : MODEM------ Type : conso
[2024-09-04 07:18:24] INFO : MODEM------ Mode : standard
[2024-09-04 07:18:24] INFO : MODEM------ Pid File : /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:18:24] DEBUG : Starting new HTTP connection (1): 127.0.0.1:80
[2024-09-04 07:18:24] DEBUG : http://127.0.0.1:80 "GET /plugins/teleinfo/core/php/jeeTeleinfo.php?apikey=XXXXXXXXXXXXXXXXXXXXX HTTP/1.1" 200 0
[2024-09-04 07:18:24] DEBUG : Socket interface started
[2024-09-04 07:18:24] DEBUG : LoopNetServer Thread started
[2024-09-04 07:18:24] DEBUG : Listening on: [127.0.0.1:55062]
[2024-09-04 07:18:24] INFO : MODEM------ Start listening...
[2024-09-04 07:18:24] DEBUG : MODEM------INIT CONNECTION
[2024-09-04 07:18:24] INFO : MODEM------ Preparing Teleinfo...
[2024-09-04 07:18:24] DEBUG : MODEM------ Read Socket Thread Launched
[2024-09-04 07:18:24] INFO : MODEM------ RUN
[2024-09-04 07:18:24] INFO : MODEM------ OPEN CONNECTION
[2024-09-04 07:18:24] ERROR : MODEM------ Error opening Teleinfo modem 'Array' : Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 322, in open
self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: 'Array'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/teleinfo.py", line 489, in open
globals.TELEINFO_SERIAL = serial.Serial(globals.port, globals.vitesse, bytesize=7, parity='E', stopbits=1)
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialutil.py", line 244, in __init__
self.open()
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 325, in open
raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
serial.serialutil.SerialException: [Errno 2] could not open port Array: [Errno 2] No such file or directory: 'Array'
[2024-09-04 07:18:24] INFO : MODEM------ Shutdown
[2024-09-04 07:18:24] INFO : Removing PID file /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:18:25] DEBUG : LoopNetServer Thread stopped
[2024-09-04 07:18:25] DEBUG : Exit 0
Error:
'str' object has no attribute 'readline'
[2024-09-04 07:24:44] DEBUG : Init request module v2.31.0
[2024-09-04 07:24:44] INFO : MODEM------Start teleinfod
[2024-09-04 07:24:44] DEBUG : Writing PID 17396 to /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:24:44] INFO : MODEM------ Cycle Sommeil : 0.5
[2024-09-04 07:24:44] INFO : MODEM------ Socket port : 55062
[2024-09-04 07:24:44] INFO : MODEM------ Socket host : 127.0.0.1
[2024-09-04 07:24:44] INFO : MODEM------ Log level : debug
[2024-09-04 07:24:44] INFO : MODEM------ Callback : http://127.0.0.1:80/plugins/teleinfo/core/php/jeeTeleinfo.php
[2024-09-04 07:24:44] INFO : MODEM------ Vitesse : 9600
[2024-09-04 07:24:44] INFO : MODEM------ Apikey : XXXXXXXXXXXXXXXXXXXXX
[2024-09-04 07:24:44] INFO : MODEM------ Cycle : 0.3
[2024-09-04 07:24:44] INFO : MODEM------ Port : Array
[2024-09-04 07:24:44] INFO : MODEM------ Type : conso
[2024-09-04 07:24:44] INFO : MODEM------ Mode : standard
[2024-09-04 07:24:44] INFO : MODEM------ Pid File : /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:24:44] DEBUG : Starting new HTTP connection (1): 127.0.0.1:80
[2024-09-04 07:24:44] DEBUG : http://127.0.0.1:80 "GET /plugins/teleinfo/core/php/jeeTeleinfo.php?apikey=XXXXXXXXXXXXXXXXXXXXX HTTP/1.1" 200 0
[2024-09-04 07:24:44] DEBUG : Socket interface started
[2024-09-04 07:24:44] DEBUG : LoopNetServer Thread started
[2024-09-04 07:24:44] DEBUG : Listening on: [127.0.0.1:55062]
[2024-09-04 07:24:44] INFO : MODEM------ Start listening...
[2024-09-04 07:24:44] DEBUG : MODEM------INIT CONNECTION
[2024-09-04 07:24:44] INFO : MODEM------ Preparing Teleinfo...
[2024-09-04 07:24:44] DEBUG : MODEM------ Read Socket Thread Launched
[2024-09-04 07:24:44] INFO : MODEM------ RUN
[2024-09-04 07:24:44] INFO : MODEM------ OPEN CONNECTION
[2024-09-04 07:24:44] ERROR : MODEM------ Error opening Teleinfo modem 'Array' : Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 322, in open
self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: 'Array'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/teleinfo.py", line 489, in open
globals.TELEINFO_SERIAL = serial.Serial(globals.port, globals.vitesse, bytesize=7, parity='E', stopbits=1)
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialutil.py", line 244, in __init__
self.open()
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 325, in open
raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
serial.serialutil.SerialException: [Errno 2] could not open port Array: [Errno 2] No such file or directory: 'Array'
[2024-09-04 07:24:44] INFO : MODEM------ Shutdown
[2024-09-04 07:24:44] INFO : Removing PID file /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:24:45] DEBUG : LoopNetServer Thread stopped
[2024-09-04 07:24:45] DEBUG : Exit 0
Error:
'str' object has no attribute 'readline'
[2024-09-04 07:29:30] DEBUG : Init request module v2.31.0
[2024-09-04 07:29:30] INFO : MODEM------Start teleinfod
[2024-09-04 07:29:30] DEBUG : Writing PID 19531 to /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:29:30] INFO : MODEM------ Cycle Sommeil : 0.5
[2024-09-04 07:29:30] INFO : MODEM------ Socket port : 55062
[2024-09-04 07:29:30] INFO : MODEM------ Socket host : 127.0.0.1
[2024-09-04 07:29:30] INFO : MODEM------ Log level : debug
[2024-09-04 07:29:30] INFO : MODEM------ Callback : http://127.0.0.1:80/plugins/teleinfo/core/php/jeeTeleinfo.php
[2024-09-04 07:29:30] INFO : MODEM------ Vitesse : 9600
[2024-09-04 07:29:30] INFO : MODEM------ Apikey : XXXXXXXXXXXXXXXXXXXXX
[2024-09-04 07:29:30] INFO : MODEM------ Cycle : 0.3
[2024-09-04 07:29:30] INFO : MODEM------ Port : Array
[2024-09-04 07:29:30] INFO : MODEM------ Type : conso
[2024-09-04 07:29:30] INFO : MODEM------ Mode : standard
[2024-09-04 07:29:30] INFO : MODEM------ Pid File : /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:29:30] DEBUG : Starting new HTTP connection (1): 127.0.0.1:80
[2024-09-04 07:29:30] DEBUG : http://127.0.0.1:80 "GET /plugins/teleinfo/core/php/jeeTeleinfo.php?apikey=XXXXXXXXXXXXXXXXXXXXX HTTP/1.1" 200 0
[2024-09-04 07:29:30] DEBUG : Socket interface started
[2024-09-04 07:29:30] DEBUG : LoopNetServer Thread started
[2024-09-04 07:29:30] INFO : MODEM------ Start listening...
[2024-09-04 07:29:30] DEBUG : Listening on: [127.0.0.1:55062]
[2024-09-04 07:29:30] DEBUG : MODEM------INIT CONNECTION
[2024-09-04 07:29:30] INFO : MODEM------ Preparing Teleinfo...
[2024-09-04 07:29:30] DEBUG : MODEM------ Read Socket Thread Launched
[2024-09-04 07:29:30] INFO : MODEM------ RUN
[2024-09-04 07:29:30] INFO : MODEM------ OPEN CONNECTION
[2024-09-04 07:29:30] ERROR : MODEM------ Error opening Teleinfo modem 'Array' : Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 322, in open
self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: 'Array'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/teleinfo.py", line 489, in open
globals.TELEINFO_SERIAL = serial.Serial(globals.port, globals.vitesse, bytesize=7, parity='E', stopbits=1)
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialutil.py", line 244, in __init__
self.open()
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 325, in open
raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
serial.serialutil.SerialException: [Errno 2] could not open port Array: [Errno 2] No such file or directory: 'Array'
[2024-09-04 07:29:30] INFO : MODEM------ Shutdown
[2024-09-04 07:29:30] INFO : Removing PID file /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:29:30] DEBUG : LoopNetServer Thread stopped
[2024-09-04 07:29:30] DEBUG : Exit 0
Error:
'str' object has no attribute 'readline'
[2024-09-04 07:38:15] DEBUG : Init request module v2.31.0
[2024-09-04 07:38:15] INFO : MODEM------Start teleinfod
[2024-09-04 07:38:15] DEBUG : Writing PID 23645 to /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:38:15] INFO : MODEM------ Cycle Sommeil : 0.5
[2024-09-04 07:38:15] INFO : MODEM------ Socket port : 55062
[2024-09-04 07:38:15] INFO : MODEM------ Socket host : 127.0.0.1
[2024-09-04 07:38:15] INFO : MODEM------ Log level : debug
[2024-09-04 07:38:15] INFO : MODEM------ Callback : http://127.0.0.1:80/plugins/teleinfo/core/php/jeeTeleinfo.php
[2024-09-04 07:38:15] INFO : MODEM------ Vitesse : 9600
[2024-09-04 07:38:15] INFO : MODEM------ Apikey : XXXXXXXXXXXXXXXXXXXXX
[2024-09-04 07:38:15] INFO : MODEM------ Cycle : 0.3
[2024-09-04 07:38:15] INFO : MODEM------ Port : Array
[2024-09-04 07:38:15] INFO : MODEM------ Type : conso
[2024-09-04 07:38:15] INFO : MODEM------ Mode : standard
[2024-09-04 07:38:15] INFO : MODEM------ Pid File : /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:38:15] DEBUG : Starting new HTTP connection (1): 127.0.0.1:80
[2024-09-04 07:38:15] DEBUG : http://127.0.0.1:80 "GET /plugins/teleinfo/core/php/jeeTeleinfo.php?apikey=XXXXXXXXXXXXXXXXXXXXX HTTP/1.1" 200 0
[2024-09-04 07:38:15] DEBUG : Socket interface started
[2024-09-04 07:38:15] DEBUG : LoopNetServer Thread started
[2024-09-04 07:38:15] INFO : MODEM------ Start listening...
[2024-09-04 07:38:15] DEBUG : Listening on: [127.0.0.1:55062]
[2024-09-04 07:38:15] DEBUG : MODEM------INIT CONNECTION
[2024-09-04 07:38:15] INFO : MODEM------ Preparing Teleinfo...
[2024-09-04 07:38:15] DEBUG : MODEM------ Read Socket Thread Launched
[2024-09-04 07:38:15] INFO : MODEM------ RUN
[2024-09-04 07:38:15] INFO : MODEM------ OPEN CONNECTION
[2024-09-04 07:38:15] ERROR : MODEM------ Error opening Teleinfo modem 'Array' : Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 322, in open
self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: 'Array'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/teleinfo.py", line 489, in open
globals.TELEINFO_SERIAL = serial.Serial(globals.port, globals.vitesse, bytesize=7, parity='E', stopbits=1)
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialutil.py", line 244, in __init__
self.open()
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 325, in open
raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
serial.serialutil.SerialException: [Errno 2] could not open port Array: [Errno 2] No such file or directory: 'Array'
[2024-09-04 07:38:15] INFO : MODEM------ Shutdown
[2024-09-04 07:38:15] INFO : Removing PID file /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:38:15] DEBUG : LoopNetServer Thread stopped
[2024-09-04 07:38:15] DEBUG : Exit 0
Error:
'str' object has no attribute 'readline'
[2024-09-04 07:44:44] DEBUG : Init request module v2.31.0
[2024-09-04 07:44:44] INFO : MODEM------Start teleinfod
[2024-09-04 07:44:44] DEBUG : Writing PID 26509 to /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:44:44] INFO : MODEM------ Cycle Sommeil : 0.5
[2024-09-04 07:44:44] INFO : MODEM------ Socket port : 55062
[2024-09-04 07:44:44] INFO : MODEM------ Socket host : 127.0.0.1
[2024-09-04 07:44:44] INFO : MODEM------ Log level : debug
[2024-09-04 07:44:44] INFO : MODEM------ Callback : http://127.0.0.1:80/plugins/teleinfo/core/php/jeeTeleinfo.php
[2024-09-04 07:44:44] INFO : MODEM------ Vitesse : 9600
[2024-09-04 07:44:44] INFO : MODEM------ Apikey : XXXXXXXXXXXXXXXXXXXXX
[2024-09-04 07:44:44] INFO : MODEM------ Cycle : 0.3
[2024-09-04 07:44:44] INFO : MODEM------ Port : Array
[2024-09-04 07:44:44] INFO : MODEM------ Type : conso
[2024-09-04 07:44:44] INFO : MODEM------ Mode : standard
[2024-09-04 07:44:44] INFO : MODEM------ Pid File : /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:44:44] DEBUG : Starting new HTTP connection (1): 127.0.0.1:80
[2024-09-04 07:44:44] DEBUG : http://127.0.0.1:80 "GET /plugins/teleinfo/core/php/jeeTeleinfo.php?apikey=XXXXXXXXXXXXXXXXXXXXX HTTP/1.1" 200 0
[2024-09-04 07:44:44] DEBUG : Socket interface started
[2024-09-04 07:44:44] DEBUG : LoopNetServer Thread started
[2024-09-04 07:44:44] INFO : MODEM------ Start listening...
[2024-09-04 07:44:44] DEBUG : Listening on: [127.0.0.1:55062]
[2024-09-04 07:44:44] DEBUG : MODEM------INIT CONNECTION
[2024-09-04 07:44:44] INFO : MODEM------ Preparing Teleinfo...
[2024-09-04 07:44:44] DEBUG : MODEM------ Read Socket Thread Launched
[2024-09-04 07:44:44] INFO : MODEM------ RUN
[2024-09-04 07:44:44] INFO : MODEM------ OPEN CONNECTION
[2024-09-04 07:44:44] ERROR : MODEM------ Error opening Teleinfo modem 'Array' : Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 322, in open
self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: 'Array'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/teleinfo.py", line 489, in open
globals.TELEINFO_SERIAL = serial.Serial(globals.port, globals.vitesse, bytesize=7, parity='E', stopbits=1)
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialutil.py", line 244, in __init__
self.open()
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 325, in open
raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
serial.serialutil.SerialException: [Errno 2] could not open port Array: [Errno 2] No such file or directory: 'Array'
[2024-09-04 07:44:44] INFO : MODEM------ Shutdown
[2024-09-04 07:44:44] INFO : Removing PID file /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:44:44] DEBUG : LoopNetServer Thread stopped
[2024-09-04 07:44:44] DEBUG : Exit 0
Error:
'str' object has no attribute 'readline'
[2024-09-04 07:49:29] DEBUG : Init request module v2.31.0
[2024-09-04 07:49:29] INFO : MODEM------Start teleinfod
[2024-09-04 07:49:29] DEBUG : Writing PID 28669 to /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:49:29] INFO : MODEM------ Cycle Sommeil : 0.5
[2024-09-04 07:49:29] INFO : MODEM------ Socket port : 55062
[2024-09-04 07:49:29] INFO : MODEM------ Socket host : 127.0.0.1
[2024-09-04 07:49:29] INFO : MODEM------ Log level : debug
[2024-09-04 07:49:29] INFO : MODEM------ Callback : http://127.0.0.1:80/plugins/teleinfo/core/php/jeeTeleinfo.php
[2024-09-04 07:49:29] INFO : MODEM------ Vitesse : 9600
[2024-09-04 07:49:29] INFO : MODEM------ Apikey : XXXXXXXXXXXXXXXXXXXXX
[2024-09-04 07:49:29] INFO : MODEM------ Cycle : 0.3
[2024-09-04 07:49:29] INFO : MODEM------ Port : Array
[2024-09-04 07:49:29] INFO : MODEM------ Type : conso
[2024-09-04 07:49:29] INFO : MODEM------ Mode : standard
[2024-09-04 07:49:29] INFO : MODEM------ Pid File : /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:49:29] DEBUG : Starting new HTTP connection (1): 127.0.0.1:80
[2024-09-04 07:49:29] DEBUG : http://127.0.0.1:80 "GET /plugins/teleinfo/core/php/jeeTeleinfo.php?apikey=XXXXXXXXXXXXXXXXXXXXX HTTP/1.1" 200 0
[2024-09-04 07:49:29] DEBUG : Socket interface started
[2024-09-04 07:49:29] DEBUG : LoopNetServer Thread started
[2024-09-04 07:49:29] INFO : MODEM------ Start listening...
[2024-09-04 07:49:29] DEBUG : Listening on: [127.0.0.1:55062]
[2024-09-04 07:49:29] DEBUG : MODEM------INIT CONNECTION
[2024-09-04 07:49:29] INFO : MODEM------ Preparing Teleinfo...
[2024-09-04 07:49:29] DEBUG : MODEM------ Read Socket Thread Launched
[2024-09-04 07:49:29] INFO : MODEM------ RUN
[2024-09-04 07:49:29] INFO : MODEM------ OPEN CONNECTION
[2024-09-04 07:49:29] ERROR : MODEM------ Error opening Teleinfo modem 'Array' : Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 322, in open
self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: 'Array'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/teleinfo.py", line 489, in open
globals.TELEINFO_SERIAL = serial.Serial(globals.port, globals.vitesse, bytesize=7, parity='E', stopbits=1)
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialutil.py", line 244, in __init__
self.open()
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 325, in open
raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
serial.serialutil.SerialException: [Errno 2] could not open port Array: [Errno 2] No such file or directory: 'Array'
[2024-09-04 07:49:29] INFO : MODEM------ Shutdown
[2024-09-04 07:49:29] INFO : Removing PID file /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:49:30] DEBUG : LoopNetServer Thread stopped
[2024-09-04 07:49:30] DEBUG : Exit 0
Error:
'str' object has no attribute 'readline'
[2024-09-04 07:58:14] DEBUG : Init request module v2.31.0
[2024-09-04 07:58:14] INFO : MODEM------Start teleinfod
[2024-09-04 07:58:14] DEBUG : Writing PID 32706 to /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:58:14] INFO : MODEM------ Cycle Sommeil : 0.5
[2024-09-04 07:58:14] INFO : MODEM------ Socket port : 55062
[2024-09-04 07:58:14] INFO : MODEM------ Socket host : 127.0.0.1
[2024-09-04 07:58:14] INFO : MODEM------ Log level : debug
[2024-09-04 07:58:14] INFO : MODEM------ Callback : http://127.0.0.1:80/plugins/teleinfo/core/php/jeeTeleinfo.php
[2024-09-04 07:58:14] INFO : MODEM------ Vitesse : 9600
[2024-09-04 07:58:14] INFO : MODEM------ Apikey : XXXXXXXXXXXXXXXXXXXXX
[2024-09-04 07:58:14] INFO : MODEM------ Cycle : 0.3
[2024-09-04 07:58:14] INFO : MODEM------ Port : Array
[2024-09-04 07:58:14] INFO : MODEM------ Type : conso
[2024-09-04 07:58:14] INFO : MODEM------ Mode : standard
[2024-09-04 07:58:14] INFO : MODEM------ Pid File : /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:58:14] DEBUG : Starting new HTTP connection (1): 127.0.0.1:80
[2024-09-04 07:58:14] DEBUG : http://127.0.0.1:80 "GET /plugins/teleinfo/core/php/jeeTeleinfo.php?apikey=XXXXXXXXXXXXXXXXXXXXX HTTP/1.1" 200 0
[2024-09-04 07:58:14] DEBUG : Socket interface started
[2024-09-04 07:58:14] DEBUG : LoopNetServer Thread started
[2024-09-04 07:58:14] DEBUG : Listening on: [127.0.0.1:55062]
[2024-09-04 07:58:14] INFO : MODEM------ Start listening...
[2024-09-04 07:58:14] DEBUG : MODEM------INIT CONNECTION
[2024-09-04 07:58:14] INFO : MODEM------ Preparing Teleinfo...
[2024-09-04 07:58:14] DEBUG : MODEM------ Read Socket Thread Launched
[2024-09-04 07:58:14] INFO : MODEM------ RUN
[2024-09-04 07:58:14] INFO : MODEM------ OPEN CONNECTION
[2024-09-04 07:58:14] ERROR : MODEM------ Error opening Teleinfo modem 'Array' : Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 322, in open
self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: 'Array'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/teleinfo.py", line 489, in open
globals.TELEINFO_SERIAL = serial.Serial(globals.port, globals.vitesse, bytesize=7, parity='E', stopbits=1)
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialutil.py", line 244, in __init__
self.open()
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 325, in open
raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
serial.serialutil.SerialException: [Errno 2] could not open port Array: [Errno 2] No such file or directory: 'Array'
[2024-09-04 07:58:14] INFO : MODEM------ Shutdown
[2024-09-04 07:58:14] INFO : Removing PID file /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 07:58:15] DEBUG : LoopNetServer Thread stopped
[2024-09-04 07:58:15] DEBUG : Exit 0
Error:
'str' object has no attribute 'readline'
[2024-09-04 08:04:48] DEBUG : Init request module v2.31.0
[2024-09-04 08:04:48] INFO : MODEM------Start teleinfod
[2024-09-04 08:04:48] DEBUG : Writing PID 3445 to /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 08:04:48] INFO : MODEM------ Cycle Sommeil : 0.5
[2024-09-04 08:04:48] INFO : MODEM------ Socket port : 55062
[2024-09-04 08:04:48] INFO : MODEM------ Socket host : 127.0.0.1
[2024-09-04 08:04:48] INFO : MODEM------ Log level : debug
[2024-09-04 08:04:48] INFO : MODEM------ Callback : http://127.0.0.1:80/plugins/teleinfo/core/php/jeeTeleinfo.php
[2024-09-04 08:04:48] INFO : MODEM------ Vitesse : 9600
[2024-09-04 08:04:48] INFO : MODEM------ Apikey : XXXXXXXXXXXXXXXXXXXXX
[2024-09-04 08:04:48] INFO : MODEM------ Cycle : 0.3
[2024-09-04 08:04:48] INFO : MODEM------ Port : Array
[2024-09-04 08:04:48] INFO : MODEM------ Type : conso
[2024-09-04 08:04:48] INFO : MODEM------ Mode : standard
[2024-09-04 08:04:48] INFO : MODEM------ Pid File : /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 08:04:48] DEBUG : Starting new HTTP connection (1): 127.0.0.1:80
[2024-09-04 08:04:48] DEBUG : http://127.0.0.1:80 "GET /plugins/teleinfo/core/php/jeeTeleinfo.php?apikey=XXXXXXXXXXXXXXXXXXXXX HTTP/1.1" 200 0
[2024-09-04 08:04:48] DEBUG : Socket interface started
[2024-09-04 08:04:48] DEBUG : LoopNetServer Thread started
[2024-09-04 08:04:48] DEBUG : Listening on: [127.0.0.1:55062]
[2024-09-04 08:04:48] INFO : MODEM------ Start listening...
[2024-09-04 08:04:48] DEBUG : MODEM------INIT CONNECTION
[2024-09-04 08:04:48] INFO : MODEM------ Preparing Teleinfo...
[2024-09-04 08:04:48] DEBUG : MODEM------ Read Socket Thread Launched
[2024-09-04 08:04:48] INFO : MODEM------ RUN
[2024-09-04 08:04:48] INFO : MODEM------ OPEN CONNECTION
[2024-09-04 08:04:48] ERROR : MODEM------ Error opening Teleinfo modem 'Array' : Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 322, in open
self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: 'Array'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/teleinfo.py", line 489, in open
globals.TELEINFO_SERIAL = serial.Serial(globals.port, globals.vitesse, bytesize=7, parity='E', stopbits=1)
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialutil.py", line 244, in __init__
self.open()
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 325, in open
raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
serial.serialutil.SerialException: [Errno 2] could not open port Array: [Errno 2] No such file or directory: 'Array'
[2024-09-04 08:04:48] INFO : MODEM------ Shutdown
[2024-09-04 08:04:48] INFO : Removing PID file /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 08:04:48] DEBUG : LoopNetServer Thread stopped
[2024-09-04 08:04:48] DEBUG : Exit 0
Error:
'str' object has no attribute 'readline'
[2024-09-04 08:09:35] DEBUG : Init request module v2.31.0
[2024-09-04 08:09:35] INFO : MODEM------Start teleinfod
[2024-09-04 08:09:35] DEBUG : Writing PID 5659 to /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 08:09:35] INFO : MODEM------ Cycle Sommeil : 0.5
[2024-09-04 08:09:35] INFO : MODEM------ Socket port : 55062
[2024-09-04 08:09:35] INFO : MODEM------ Socket host : 127.0.0.1
[2024-09-04 08:09:35] INFO : MODEM------ Log level : debug
[2024-09-04 08:09:35] INFO : MODEM------ Callback : http://127.0.0.1:80/plugins/teleinfo/core/php/jeeTeleinfo.php
[2024-09-04 08:09:35] INFO : MODEM------ Vitesse : 9600
[2024-09-04 08:09:35] INFO : MODEM------ Apikey : XXXXXXXXXXXXXXXXXXXXX
[2024-09-04 08:09:35] INFO : MODEM------ Cycle : 0.3
[2024-09-04 08:09:35] INFO : MODEM------ Port : Array
[2024-09-04 08:09:35] INFO : MODEM------ Type : conso
[2024-09-04 08:09:35] INFO : MODEM------ Mode : standard
[2024-09-04 08:09:35] INFO : MODEM------ Pid File : /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 08:09:35] DEBUG : Starting new HTTP connection (1): 127.0.0.1:80
[2024-09-04 08:09:35] DEBUG : http://127.0.0.1:80 "GET /plugins/teleinfo/core/php/jeeTeleinfo.php?apikey=XXXXXXXXXXXXXXXXXXXXX HTTP/1.1" 200 0
[2024-09-04 08:09:35] DEBUG : Socket interface started
[2024-09-04 08:09:35] DEBUG : LoopNetServer Thread started
[2024-09-04 08:09:35] DEBUG : Listening on: [127.0.0.1:55062]
[2024-09-04 08:09:35] INFO : MODEM------ Start listening...
[2024-09-04 08:09:35] DEBUG : MODEM------INIT CONNECTION
[2024-09-04 08:09:35] INFO : MODEM------ Preparing Teleinfo...
[2024-09-04 08:09:35] DEBUG : MODEM------ Read Socket Thread Launched
[2024-09-04 08:09:35] INFO : MODEM------ RUN
[2024-09-04 08:09:35] INFO : MODEM------ OPEN CONNECTION
[2024-09-04 08:09:35] ERROR : MODEM------ Error opening Teleinfo modem 'Array' : Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 322, in open
self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: 'Array'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/teleinfo.py", line 489, in open
globals.TELEINFO_SERIAL = serial.Serial(globals.port, globals.vitesse, bytesize=7, parity='E', stopbits=1)
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialutil.py", line 244, in __init__
self.open()
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 325, in open
raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
serial.serialutil.SerialException: [Errno 2] could not open port Array: [Errno 2] No such file or directory: 'Array'
[2024-09-04 08:09:35] INFO : MODEM------ Shutdown
[2024-09-04 08:09:35] INFO : Removing PID file /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 08:09:36] DEBUG : LoopNetServer Thread stopped
[2024-09-04 08:09:36] DEBUG : Exit 0
Error:
'str' object has no attribute 'readline'
[2024-09-04 08:18:20] DEBUG : Init request module v2.31.0
[2024-09-04 08:18:20] INFO : MODEM------Start teleinfod
[2024-09-04 08:18:20] DEBUG : Writing PID 9803 to /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 08:18:20] INFO : MODEM------ Cycle Sommeil : 0.5
[2024-09-04 08:18:20] INFO : MODEM------ Socket port : 55062
[2024-09-04 08:18:20] INFO : MODEM------ Socket host : 127.0.0.1
[2024-09-04 08:18:20] INFO : MODEM------ Log level : debug
[2024-09-04 08:18:20] INFO : MODEM------ Callback : http://127.0.0.1:80/plugins/teleinfo/core/php/jeeTeleinfo.php
[2024-09-04 08:18:20] INFO : MODEM------ Vitesse : 9600
[2024-09-04 08:18:20] INFO : MODEM------ Apikey : XXXXXXXXXXXXXXXXXXXXX
[2024-09-04 08:18:20] INFO : MODEM------ Cycle : 0.3
[2024-09-04 08:18:20] INFO : MODEM------ Port : Array
[2024-09-04 08:18:20] INFO : MODEM------ Type : conso
[2024-09-04 08:18:20] INFO : MODEM------ Mode : standard
[2024-09-04 08:18:20] INFO : MODEM------ Pid File : /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 08:18:20] DEBUG : Starting new HTTP connection (1): 127.0.0.1:80
[2024-09-04 08:18:21] DEBUG : http://127.0.0.1:80 "GET /plugins/teleinfo/core/php/jeeTeleinfo.php?apikey=XXXXXXXXXXXXXXXXXXXXX HTTP/1.1" 200 0
[2024-09-04 08:18:21] DEBUG : Socket interface started
[2024-09-04 08:18:21] DEBUG : LoopNetServer Thread started
[2024-09-04 08:18:21] INFO : MODEM------ Start listening...
[2024-09-04 08:18:21] DEBUG : Listening on: [127.0.0.1:55062]
[2024-09-04 08:18:21] DEBUG : MODEM------INIT CONNECTION
[2024-09-04 08:18:21] INFO : MODEM------ Preparing Teleinfo...
[2024-09-04 08:18:21] DEBUG : MODEM------ Read Socket Thread Launched
[2024-09-04 08:18:21] INFO : MODEM------ RUN
[2024-09-04 08:18:21] INFO : MODEM------ OPEN CONNECTION
[2024-09-04 08:18:21] ERROR : MODEM------ Error opening Teleinfo modem 'Array' : Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 322, in open
self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: 'Array'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/teleinfo/ressources/teleinfo.py", line 489, in open
globals.TELEINFO_SERIAL = serial.Serial(globals.port, globals.vitesse, bytesize=7, parity='E', stopbits=1)
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialutil.py", line 244, in __init__
self.open()
File "/var/www/html/plugins/teleinfo/ressources/venv/lib/python3.7/site-packages/serial/serialposix.py", line 325, in open
raise SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
serial.serialutil.SerialException: [Errno 2] could not open port Array: [Errno 2] No such file or directory: 'Array'
[2024-09-04 08:18:21] INFO : MODEM------ Shutdown
[2024-09-04 08:18:21] INFO : Removing PID file /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 08:18:22] DEBUG : LoopNetServer Thread stopped
[2024-09-04 08:18:22] DEBUG : Exit 0
Error:
'str' object has no attribute 'readline'
[2024-09-04 09:43:07] DEBUG : Init request module v2.31.0
[2024-09-04 09:43:07] INFO : MODEM------Start teleinfod
[2024-09-04 09:43:07] DEBUG : Writing PID 2067 to /tmp/jeedom/teleinfo/teleinfo_conso.pid
[2024-09-04 10:02:37] DEBUG : Init request module v2.31.0
[2024-09-04 10:02:37] INFO : MODEM------Start teleinfod
[2024-09-04 10:02:37] DEBUG : Writing PID 1954 to /tmp/jeedom/teleinfo/teleinfo_conso.pid
Il y a besoin d’autre chose ? 