Dave Foster
Dave Foster
I have created a pull request to add the additional sensor for CT2 which reads the additional inverter input (sensor.foxess_meter2_power) PR #154 , if accepted this will close this feature...
I've also seen this error, it usually only happens on systems that are very busy (never appears on lightly loaded systems) so i'm assuming it's a timeout (or timing). The...
@iancg Ok, turned full debugging on to catch it 2023-03-30 10:42:23.514 DEBUG (MainThread) [custom_components.foxess.sensor] FoxESS Addressbook data fetched correcly {"errno":41808,"result":null} 2023-03-30 10:42:23.515 ERROR (MainThread) [custom_components.foxess.sensor] Unexpected error fetching FoxESS data:...
@macxq Ok none of this code works if the token expires (in fact getErnings doesn't exist), also the token expired error is 41808 (not 41809) **STANDARD CODE** ``` async def...
Can you start off by restarting your home assistant, then when it has restarted, go to Settings, System, Logs and ‘LOAD FULL LOGS’ If you can post any error or...
If you add this to your configuration.yaml and restart it will increase the log level- ``` logger: default: warning logs: custom_components.foxess: debug ``` Then restart your HA and if you...
@BenjaminKoyen Ok, thanks. The error shown from the device detail call is 41930, Device does not exist or has been used by other That suggests that the apikey is correct...
@kskalski The Fox cloud api does slow down from time to time when they are working on the servers, early this morning it was taking over 50 seconds for an...
Hi, The running state 'enum' is available for the H3 Pro via the openAPI but not the grid tied or energy storage flags (these come from a separate device detail...
See https://github.com/macxq/foxess-ha/releases/tag/v0.40b1 Note this is a beta release at this stage, you will need to have 'show beta versions' enabled in HACS when you redownload