-
Hi all, apologies if some of the below questions are simple - I am still quite new to HA. I am trying to setup my solar panel system into HA. I have two inverters (one Hybrid and one PV) connected to various panels with 12.9kWh of FoxEss batteries When looking at the entities I see various foxess entities but they all have the following error: This entity is no longer being provided by the foxess integration. If the entity is no longer in use, delete it in settings. My system was installed in Jan24 but this is the first time I am integrating it into HA. I tried using the SN in the for the ID but that didnt seemed to work either. I also am using the same API key for both inverters - is this correct? I cannot seem to create a 2nd API key sensor:
Many thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The setup looks ok, if you have both inverters under the same account there will only be the one apiKey - when you are in the API management section of the Fox website you'll see the number of remaining api calls, which is 1,440 per day - if it says 2,880 that confirms they both share the same apiKey. The apiKey is a oneshot only thing, so you must make sure that you create a new one - copy it immediately and then paste it into the apiKey section of your home assistant platform: foxess, don't request another one as that will invalidate the first. If your HA has created the entities, it could be you need to generate a new apiKey and use that. Once you've done that, restart your HA and when it has started leave it for 5 minutes, then click on Settings, System, Logs and towards the bottom click on the 'LOAD FULL LOGS' button - it will show all error logs and if you could copy and paste any logs that belong to 'foxess' that would help me work out why if there are still problems. Just one last caveat, the OpenAPI is having performance problems at the moment - it works ok in the morning but during the afternoon and early evening it is very slow and that will cause some errors to be generated and it may occasionally see the sensors go 'unknonw' but this integration will keep retrying and as soon as it gets a response it will update the sensors. Finally make sure you have updated to the latest version of the integration v0.41 |
Beta Was this translation helpful? Give feedback.
The setup looks ok, if you have both inverters under the same account there will only be the one apiKey - when you are in the API management section of the Fox website you'll see the number of remaining api calls, which is 1,440 per day - if it says 2,880 that confirms they both share the same apiKey.
The apiKey is a oneshot only thing, so you must make sure that you create a new one - copy it immediately and then paste it into the apiKey section of your home assistant platform: foxess, don't request another one as that will invalidate the first.
If your HA has created the entities, it could be you need to generate a new apiKey and use that.
Once you've done that, restart your HA and when…