-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is fop.saj-electric.com deprecated? #65
Comments
I managed to make it work temporarily by:
|
The same is happening to me. My plant is gone in the "old platform". |
Hola puede explicarlo mejor, es que no lo pillo gracias |
@teamMOYA is your kit branded as SAJ or some other white label (eg. Greenheiss)? |
Hi, the exact same thing is happening to me but I did what you said and it still doesn't work. Can you explain exactly what needs to be changed? |
Mine are rebranded as "Solarprofit", but they don't have a web like Saj and Greenheiss. I'll have to wait for the new web access update. |
Where do you change the domain to inside sensor.py? |
Hello, I also had that problem. My Greenheiss h1 inverter. I use an old integration 1.3.1 which I already have working. Right now everything works perfectly for me replacing the domain in the sensor.py I leave a copy of my sensor.py, in case it helps you, but remember that I use 1.3.1 """
|
@teamMOYA seems like solar the profit login is at https://inversor.saj-electric.com/cloud?login my credentials work as well there. pretty sure they just reskin the system with different logos and colors. you probably can use the greenheiss url or this one. |
Hello, yes that's correct, that's what you said, thanks for the help. That is the file as I have it, in case it is of any help to you. Since yesterday I spent a hellish afternoon. Restoring backups, and thinking that the problem is that I had updated home assistant |
i have a couple of account to test and develop with but all of them seem to work on the original portal so i am guessing it is only the greenheiss that stopped working. If there is anyone willing to share their login details i will see if i can add a option to the configuration yaml to switch to the correct url. |
Thank you!! |
@arnauplan @santiagozky @teamMOYA Please be aware that the sensor.py above has more changes then only the domainname/url. !!Use at your own risk!!. @miguelzx could you explain why you have change the H1 part and use beautiful soup to do this? Per my understanding the use of beautiful soup is not permitted by home assistant. addition: the code used is a very old version of my custom integration. It still uses the old energy StateClass which are not supported by home assistant |
Is your plant available in the new portal or do you have to go to the greenheiss portal ? |
|
You can still use any of the saj websites with your Solarprofit credentials. So I guess having a way to configure our endpoint in the addon should suffice, although some websites may have different structure or calls, and that could complicate things. |
@djansen1987 I could provide you my credentials if that would help |
Has the easiest way been found to be able to see the sensors again? I am new to home assistant. |
@Txetxo1979 so far, it seems to find out in which portal you can find your info (greenheiss, solarprofit, etc) and then modify the sensor.py file of the extension to replace the SAJ url with the one that works for you. |
That would help a lot. Could you send it to github@djansen.nl promise to handle it with care! |
My URL is https://esaj-home.saj-electric.com/login |
This is the new portal, the api is completely changed on that site. Implementing that is almost like starting from scratch.. don't know if i got time for this soon. |
Hello, my language is not English, so I hope the translator works well. The version that is theirs, which as I mentioned is 1.3.1, which has worked well for me, until that happened. I use the latest version of home assistan and with my inverter, which is a saj clone, it works perfectly. What I did was put it in sensor.py, it was replace https://inversor.saj-electric.com/cloud?login, by https://inversores-style.greenheiss.com/cloud/logou. and this session = async_create_clientsession(hass,False) What did the previous colleague say? |
Thank you so much. |
@miguelzx CUIDADO:tiene algunos cambios mas porque en mi caso que no tengo bateria, reportaba algunos valores en el sensor equivocado (despues de la linea 1136). |
@Txetxo1979 if you dont mind reverting to 1.3.1. (which is what I still use), you could adjust my gist above to point to your url. just adjust these lines: BASE_HOST = 'inversores-style.greenheiss.com' caution: I did additional changes between lines 1138 and 1150 because of a mismatch in my data, probably because I dont have a battery (see #41), you could skip those changes. |
@santiagozky why are you recommending people downgrading and updating a lower version? Latest version can be changed and fixed the same way 😕 |
@elboletaire I havent recommended anyone to downgrade. Im merely offering the solution I have for myself. Im on 1.3.1 because I had previous changes that I dont want to reapply on newer versions. |
Hello, when will the esolar platform be updated so that the sensors work well? |
Hi all, sorry for the late response. Currently (still) sick and there for do not have time and energy to work on it. Maybe someone can make a pull request and test it with an SAJ portal user. I am okay to merge it. Otherwise somewhere next weekend I might be able to work on it. |
I tried making a change but I've never done anything in python or HASS, so it's taking me quite a long. |
I opened a PR for this. @djansen1987 feel free to make any adjustment or recommendation you wish. particularly the configuration part. |
Good evening. I have an h1 inverter and valid credentials for both the https://esaj-home.saj-electric.com/index portal and for the old https://fop.saj-electric.com/saj. If I can help, I'd be happy to help |
Hi All, thanks to the work of @santiagozky this should now working in the latest version. Please read the release notes to known what to do. Thanks all for the input and patients! https://github.com/djansen1987/SAJeSolar/releases/tag/v1.5.1 |
thank you for merging and releasing @djansen1987 |
I noticed that the integration was not working anymore for me. I accessed the esolar site and noticed that
-My plant was gone. no more data
-There is a button "new platform" taking me to https://esaj-home.saj-electric.com/index. That new site does shows my data.
Did anyone else experienced this?
A bit more info...
My R5 inversor and esolar module are rebranded with the "Greenheiss" brand (for Spain market). Their version of esolar (which is basically a reskin of SAJ's) still shows my plant https://inversores-style.greenheiss.com/cloud. if anyone's elses integration got killed it might be worth to check that domain.
My guess is they are deprecating the fop site but left Greenheiss users in the old one?
in any case, the integration is probably not working anymore for greenheiss users (and probably others rebranded units ) unless we point to their domain (maybe it can be configured? I'll try to check).
The text was updated successfully, but these errors were encountered: