Has the rest command for changing cloud-only settings been working for people the past couple weeks? Iāve had a few rounds of it working, then needing another token and/or more cookie data, then not working.
It looks to me like this solution is still variable within the Uk just needs a little work as it requires a 1. GET to pull schedules 2. logic to work out what schedule to update 3. PUT request for new schedule 4. POST to validate schedule
I think with a bit of effort the token could be refreshed also if you are willing to put your username and password into the script.
Hello, Iām interested in those entities you show in the picture where you can select the Storage Mode profile, a toggle to enable or disable the Charge from the grid and others I donāt see them in my official Enphase integration. I have the firmware 8.3.10708.30. Any idea how to get those entities? Thanks in advance.
EDIT: Never mind, I just found them but not coming from Envoy 122xxxxxx but from Empower 122xxxxxx. The only one Iām missing is the Restrict discharge battery toggle. Iāll follow what @chinedu40 shared. Thanks all.
Ok, i know this is a really old post but Iām trying to set this up. on HA Developer Tools āServicesā doesnāt exist. I believe this is now Actions, but I canāt create this action (sorry, new to HA). How do I do this please?
OK, iāve got further. Iām trying to set dtgControl (Discharge to Grid) but Iām getting a 403 back, strangely the error Iām getting is: Payload: b'{"dtgControl":{"enabled":true}}
Even though Iām specifying: payload: '{"dtgControl":{"enabled":{{ charge_value }}}}'
not sure where the extra bā is coming from though (or if thatās the actual issue)