home-assistant-gazpar icon indicating copy to clipboard operation
home-assistant-gazpar copied to clipboard

Données de base bien reçues, mais aucune actualisation

Open foux opened this issue 3 months ago • 3 comments

Bonjour, J'ai installé le module dans HACS, et la première synchronisation s'est bien faite. Mais depuis je ne reçoit plus de mise à jour.

Voila l'erreur que j'ai dans mes logs :

2024-05-11 15:13:00.329 ERROR (SyncWorker_6) [pygazpar.datasource] An error occurred while loading data. Retry in 3 seconds.
2024-05-11 15:13:06.589 ERROR (SyncWorker_6) [pygazpar.datasource] An error occurred while loading data. Retry in 3 seconds.
2024-05-11 15:13:13.894 WARNING (SyncWorker_6) [py.warnings] /usr/local/lib/python3.12/site-packages/pygazpar/datasource.py:469: UserWarning: Boolean Series key will be reindexed to match DataFrame index.
df = pd.concat([df[(df["count"] >= 7)], df.tail(1)[df["count"] < 7]])
2024-05-11 15:13:13.927 WARNING (SyncWorker_6) [py.warnings] /usr/local/lib/python3.12/site-packages/pygazpar/datasource.py:497: UserWarning: Boolean Series key will be reindexed to match DataFrame index.
df = pd.concat([df[(df["count"] >= 28)], df.tail(1)[df["count"] < 28]])
2024-05-11 15:13:13.951 WARNING (SyncWorker_6) [py.warnings] /usr/local/lib/python3.12/site-packages/pygazpar/datasource.py:528: UserWarning: Boolean Series key will be reindexed to match DataFrame index.
df = pd.concat([df[(df["count"] >= 360)], df.tail(1)[df["count"] < 360]])

Et voila ma configuration du sensor :

sensor:
  - platform: 'gazpar'
    name: 'gazpar'
    username: '[email protected]'
    password: 'passwordwithoutspecialcharacters'
    pce_identifier: '11111111111111'
    tmpdir: '/tmp'
    scan_interval: '08:00:00'

Je fait tourner HAOS sur un Pi5 avec l'intégration Gazpar mise via HACS en version 1.3.5

Merci pour votre aide

foux avatar May 11 '24 13:05 foux