takdan01

Results 2 comments of takdan01

I use small python code, which I manage with crontab. I wrote the password and user in the code and try to authenticate with these credentials into HGW, but a...

This is my code. It collects the Docsis, modem data and it visualises. ```python import asyncio import time import datetime import influx_data_sender from sagemcom_api.enums import EncryptionMethod from sagemcom_api.client import SagemcomClient...