Skip to content

Rest API V2 Transfer-encoding: chunked #6

Description

@HeikoG67

The current API response delivers result as Transfer-encoding: chunked.
It is no problem using Pyhton V3.x request but in case using e.g. micropython version of request, it cannot handle chunked requests.
So it is difficult to use a simple microcontroller based control setup.
I am currently using a PI pico to continously get PV data from a Fenecon inverter and send it to my go-e charger to allow pv surplus charging. I found a way to get it working without request but it could be much simpler without Transfer-encoding: chunked.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions