Results 35 comments of Greg

What login do you use for SSO? Is it the Envoy local account like admin or installer? Or is it your login for Enphase Enlighten? From what I'm reading in...

Unfortunately for me even if I had access to another's Envoy system, my Enlighten credentials would probably not work on their system. If the backend Envoy JSON data is available...

@enkrypt3d I was looking at the Go code in my previous post and seeing how that can be ported over somehow. But you mentioned that SSO is possible, though all...

I'm not too sure about the code after I retrieve the token. The below code scrapes a token from the Enphase site, just have to replace the userame ```aaaaa``` and...

@enkrypt3d Can you run the code against your Envoy? It'll probably give an error when retrieving the production page.

Copy the above Python code into a text editor like Notepad and change the username, password, and IP Address placeholders. Save the file as `tokentest.py`. From the command line, change...

I wasn't expecting it to fail there. I added some print statements to the output in the above code. Not sure if you want to post the output though. You...

I'm working on the changes but have run into a wall. When using the ```httpx.AsyncClient()``` it does not seem to work the same as when using ```httpx.Client()```. When trying to...

No don't replace it. It can be run by itself from the command line. But at this point nothing to test as it will fail. I have to investigate how...

For the new firmware, additional command line arguments have to be used. In my previous comments above two examples are shown for the Uncommisioned and Commissioned Envoy token.