tronikos / opower

A Python library for getting historical and forecasted usage/cost from utilities that use opower.com such as PG&E
Apache License 2.0
64 stars 58 forks source link

ssl cert validation failing with coned #90

Open askjano opened 3 months ago

askjano commented 3 months ago

currently using opower integration in home assistant. as of this afternoon when trying to load the integration i am getting the following error:

Failed setup, will retry: Cannot connect to host www.coned.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')]

additionally all sensors for gas related info are gone. electricity sensors are there but show as unavailable due to ssl cert validation failing.

askjano commented 3 months ago

as of this morning the cert issue is resolved however where i used to have 12 entities in home assistant (6 gas 6 electric) i now only have 8 which are all electric and now include the additional start and end date for bill

askjano commented 3 months ago

integration is now showing same cert validation error again