You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
estou tentando utilizar seu codigo para conectar na minha central amt 8000
minha central usa senha de 6 digitos, não sei se por isso não está conectando.
segue a mensagem que apresenta quando rodo o codigo:
root@nas:/files/isecnet# python3 app.py
2023-05-26 22:12:13,207 alarm - INFO - Iniciando...
2023-05-26 22:12:13,207 alarm - INFO - Estabelecendo conexão com o servidor MQTT...
2023-05-26 22:12:13,208 alarm - INFO - Conexão MQTT OK.
2023-05-26 22:12:13,208 alarm - INFO - Enviando status da Central para o servidor MQTT...
2023-05-26 22:12:13,215 alarm - ERROR - Erro ao requisitar o status da Central
2023-05-26 22:12:13,215 alarm - ERROR - list index out of range
Traceback (most recent call last):
File "/docker/isecnet/app.py", line 18, in mqtt_send_alarm_status
alarm_status = alarm.request_partial_status()
File "/docker/isecnet/lib/alarm.py", line 110, in request_partial_status
alarm_status.is_partitioned = True if _int_to_binary(response[28])[7] == '1' else False
IndexError: list index out of range
^CTraceback (most recent call last):
File "/docker/isecnet/app.py", line 96, in
time.sleep(1)
KeyboardInterrupt
Consegue me ajudar?
The text was updated successfully, but these errors were encountered:
Ola,
estou tentando utilizar seu codigo para conectar na minha central amt 8000
minha central usa senha de 6 digitos, não sei se por isso não está conectando.
segue a mensagem que apresenta quando rodo o codigo:
root@nas:/files/isecnet# python3 app.py
2023-05-26 22:12:13,207 alarm - INFO - Iniciando...
2023-05-26 22:12:13,207 alarm - INFO - Estabelecendo conexão com o servidor MQTT...
2023-05-26 22:12:13,208 alarm - INFO - Conexão MQTT OK.
2023-05-26 22:12:13,208 alarm - INFO - Enviando status da Central para o servidor MQTT...
2023-05-26 22:12:13,215 alarm - ERROR - Erro ao requisitar o status da Central
2023-05-26 22:12:13,215 alarm - ERROR - list index out of range
Traceback (most recent call last):
File "/docker/isecnet/app.py", line 18, in mqtt_send_alarm_status
alarm_status = alarm.request_partial_status()
File "/docker/isecnet/lib/alarm.py", line 110, in request_partial_status
alarm_status.is_partitioned = True if _int_to_binary(response[28])[7] == '1' else False
IndexError: list index out of range
^CTraceback (most recent call last):
File "/docker/isecnet/app.py", line 96, in
time.sleep(1)
KeyboardInterrupt
Consegue me ajudar?
The text was updated successfully, but these errors were encountered: