Skip to content

Enphase Enyoy S Metered Gateway #1371

Answered by pkuehnel
ardent200 asked this question in Q&A
Discussion options

You must be logged in to vote

Is the SSL certificate a self signed certificate? If yes, add the follwing environment variable to your teslasolarcharger:

- IgnoreSslErrors=true

Should look like this then:

  teslasolarcharger:
    image: pkuehnel/teslasolarcharger:latest
    container_name: teslasolarcharger
    logging:
        driver: "json-file"
        options:
            max-file: "10"
            max-size: "100m"
    restart: always
    depends_on:
      - teslamateapi
    environment:
#      - Serilog__MinimumLevel__Default=Verbose #uncomment this line and recreate container with docker compose up -d for more detailed logs
      - TZ=Europe/Berlin ##You can change your Timezone here
      - IgnoreSslErrors=true…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@ardent200
Comment options

@pkuehnel
Comment options

Answer selected by ardent200
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants