segalion / securitasdirect

Home Assistant integration with Securitas Direct (AKA Verisure EU) and command line tool to interact with.
40 stars 17 forks source link

BaseUrl .es ? #26

Open aladin2000 opened 3 years ago

aladin2000 commented 3 years ago

Hi

I saw in the logs that threre are logs about request to base url that is *.es I put FR in contry parameters but I still have that logs regularelry

  username: !secret username
  password: !secret password
  code: !secret secret_code
  country: FR

2021-01-20 23:24:09 WARNING (SyncWorker_29) [urllib3.connectionpool] Retrying (Retry(total=5, connect=0, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='mob2217.securitasdirect.es', port=12010): Read timed out. (read timeout=6)")': /WebService/ws.do?Country=FR......

Why that error ? Is there another possibility to fix by having an equivalent in *.fr ?