gastush / ha-renac

Home assistant custom component to support Renac Solar Inverter
https://buymeacoffee.com/gastush
MIT License
3 stars 0 forks source link

Add the Token HTTP header to each request #9

Closed gastush closed 7 months ago

gastush commented 7 months ago

Since the 29th of January some API calls are returning "null" results. This is due to the missing Token HTTP header which appear to be mandatory now. The value for this Token can be found in the response of the /login call. No clue yet on how often this token changes or not. This may require implementing a fresh login sequence to get a new token.