WARNING (SyncWorker_4)

2023-06-23 15:15:40.336 WARNING (SyncWorker_4) [py.warnings] /usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py:1056: InsecureRequestWarning: Unverified HTTPS request is being made to host β€˜192.168.1.1’. Adding certificate verification is strongly advised. See: Advanced Usage - urllib3 1.26.18 documentation
warnings.warn(

My logs are full with this error? Where the number after sync worker changes. i went to the link provided but thats above my paygrade :wink:

Can anybody help?
i don’t know if it is related but my energy dashboard is not showing anything anymore, mqtt is working and recieving telegrams, but these are not shown on the dashboard?

I have zoneminder integration active and homeassistant is spamming the log with:

WARNING (SyncWorker_59) [py.warnings] /usr/local/lib/python3.12/site-packages/urllib3/connectionpool.py:1063: 
InsecureRequestWarning: Unverified HTTPS request is being made to host '192.168.xx.xx'. 
Adding certificate verification is strongly advised. 
See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(

Zoneminder uses self signed cert and my config is:

zoneminder:
  - host: 192.168.xx.xx
    ssl: true
    verify_ssl: false
    username: !secret zm_username
    password: !secret zm_password

verify_ssl: false does not work, log is full.

any suggestions?