dotKrad / hass-fpl

FPL Component for Home Assistant
MIT License
40 stars 20 forks source link

FPL Northwest Region #22

Open insuusvenerati opened 2 years ago

insuusvenerati commented 2 years ago

Is your feature request related to a problem? Please describe. Support FPL Northwest Region

Describe the solution you'd like FPL now has a Northwest Region which includes old Gulfpower customers.

Describe alternatives you've considered NA

Additional context

bigmak40 commented 2 years ago

I decided to update this integration today, deleting the one and re-signing in. I'm now getting an error saying Error 'messages' : <class 'KeyError'>.

I tried logging into the FPL site and saw you have to select Northwest or not; I'm wondering if this extra click is impacting this integration?

J-Kirch commented 2 years ago

Same errors here, I'm getting a response with {"messageCode":"NOTVALIDUSER"} when I try curl for the login input with basic auth.

jonathjon commented 2 years ago

I’m also not able to log in due to being a northwest Florida user. Is there a work around for this?

scroberts72 commented 2 years ago

I am also a Northwest Florida FPL customer. Unable to login with the integration. Any chance the integration can be updated to support this area also?

Logger: custom_components.fpl Source: custom_components/fpl/fplapi.py:80 Integration: fpl (documentation, issues) First occurred: 10:59:04 AM (3 occurrences) Last logged: 11:04:35 AM

Error 'messages' : <class 'KeyError'>

dotKrad commented 2 years ago

FPL doesn't have a public API, I built this custom component using data retrieved with my own credentials, can't figure it out how FPL Northwest works

On Sun, Jul 3, 2022, 12:11 PM scroberts72 @.***> wrote:

I am also a Northwest Florida FPL customer. Unable to login with the integration. Any chance the integration can be updated to support this area also?

Logger: custom_components.fpl Source: custom_components/fpl/fplapi.py:80 Integration: fpl (documentation https://github.com/dotKrad/hass-fpl, issues https://github.com/dotKrad/hass-fpl/issues) First occurred: 10:59:04 AM (3 occurrences) Last logged: 11:04:35 AM

Error 'messages' : <class 'KeyError'>

— Reply to this email directly, view it on GitHub https://github.com/dotKrad/hass-fpl/issues/22#issuecomment-1173128761, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD6TTATSO4VHY43VHMLM4GTVSG3TJANCNFSM5LHVGCKQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

scroberts72 commented 2 years ago

I could provide you with my login information if you would like to see if you could modify the code to support it.

dotKrad commented 2 years ago

Im been very busy lately, you can send credentials to my email, ysantiago1985@@gmail.com dont post them here

dotKrad commented 2 years ago

I did some work around it, I need someone to test it

MMachor commented 1 year ago

I realize this was quite a while ago, but just ran across this integration. I just installed to HA through HACKS and am receiving the same error. I am a Northwest Florida FPL user and would be willing to test if still possible.

dotKrad commented 12 months ago

were you able to test, I dont have a NW account so I cant test

wrook62 commented 3 months ago

I am a NWF FPL user and I would be willing to test.

wrook62 commented 3 months ago

Update: I was having trouble logging in, but found that I had upper case letters in my login name. Checking the FPL profile, the User ID is listed and it is all lowercase.

I have the FPL integration loaded, but it does not have any entries.

MMachor commented 3 months ago

Update: I was having trouble logging in, but found that I had upper case letters in my login name. Checking the FPL profile, the User ID is listed and it is all lowercase.

I have the FPL integration loaded, but it does not have any entries.

Having seen this I tried to login using all lowercase for the username. Was able to login and create the integration as well. Same thing though, no entries. Will give it 24 hours to see if it matters when FPL does their online, I believe it's daily, account update.

MMachor commented 3 months ago

Update: I was having trouble logging in, but found that I had upper case letters in my login name. Checking the FPL profile, the User ID is listed and it is all lowercase. I have the FPL integration loaded, but it does not have any entries.

Having seen this I tried to login using all lowercase for the username. Was able to login and create the integration as well. Same thing though, no entries. Will give it 24 hours to see if it matters when FPL does their online, I believe it's daily, account update.

After over 24 hours nothing has changed. The install appears to be valid and was able to authenticate, but it is not able to produce any sensors or any information.

zoopster commented 3 months ago

Logs? Do they tell any story?

dotKrad commented 3 months ago

Since I'm doing reverse engineering to know and get the data from the FPL website, its nearly impossible for me to develop and integration without an actual NW FPL account