jertel / vuegraf

Populate metrics from your Emporia Vue energy monitoring devices into an InfluxDB
MIT License
166 stars 53 forks source link

Doesn't work with HTTPS #76

Closed 12nick12 closed 2 years ago

12nick12 commented 2 years ago

It appears it trying to use HTTP when I have port 443 used which should be for HTTPS. Thanks.

jertel commented 2 years ago

There's not enough information in this issue. Are you talking about InfluxDB's port?

Did you read the pinned issue? https://github.com/jertel/vuegraf/issues/11

12nick12 commented 2 years ago

Yes. I apologize about lack of clarity.

Sep 23, 2021 8:35:34 PM Jason Ertel @.***>:

There's not enough information in this issue. Are you talking about InfluxDB's port?

Did you read the pinned issue? #11[https://github.com/jertel/vuegraf/issues/11]

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub[https://github.com/jertel/vuegraf/issues/76#issuecomment-926260097], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AEH2ARNX64V23WUS2MF3ZVLUDPBU3ANCNFSM5EUXUNCQ]. Triage notifications on the go with GitHub Mobile for iOS[https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675] or Android[https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub]. [data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAABFCAYAAAAcjSspAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAApSURBVHic7cGBAAAAAMOg+VNf4AhVAQAAAAAAAAAAAAAAAAAAAAAAwDFKqQABY1aQ5gAAAABJRU5ErkJggg==###24x24:true###][Tracking image][https://github.com/notifications/beacon/AEH2ARMAQRLDKJLKFL7YJQ3UDPBU3A5CNFSM5EUXUNC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOG42ZXAI.gif]

jertel commented 2 years ago

I'm assuming you're talking about using SSL with InfluxDB so I've pushed a change to allow you to enable SSL. See the vuegraf.json.sample to see how to use the new ssl_enable setting.