Search found 15 matches
- Wed Apr 10, 2024 11:26 am
- Forum: Mobile App Help
- Topic: Energy Stats App by Al Priest
- Replies: 31
- Views: 7815
Re: Energy Stats App by Al Priest
I've noticed another issue with the app since having the scheduler available to me. I'm not sure if this is just me (android with app version 2.27) or for others as well. In a manual schedule, the box for forced discharge power is down as a % one whereas it needs to be Watts output. The description ...
- Wed Apr 10, 2024 10:17 am
- Forum: Customer/End User Help
- Topic: KH should I update?
- Replies: 6
- Views: 926
Re: KH should I update?
Have you had any issues since upgrading the firmware? I had mine updated last week to Master : 1.29. Slave : 1.01. Manager : 1.21 and it was running smoothly with the new forced discharge on the scheduler but it 'semi-froze' yesterday. It was providing power from PV and then batteries but it failed ...
- Fri Apr 05, 2024 12:52 pm
- Forum: Mobile App Help
- Topic: Energy Stats App by Al Priest
- Replies: 31
- Views: 7815
Re: Energy Stats App by Al Priest
Yes it was on Android. Thanks for passing the info on for a quick fix :D I seem to have a naming issue in the app on my phone and just wanted to check to see if others have the same? I have 3 strings so am using the 'show PV power by strings' option, but I am unable to name them properly. I can ...
- Fri Apr 05, 2024 12:48 pm
- Forum: Customer/End User Help
- Topic: About charging and discharging batteries
- Replies: 39
- Views: 9346
Re: About charging and discharging batteries
Do you know if the firmware has been updated since Dave? I have an Elfin ready to plug in and would be good to not have to upgrade the firmware twice to be able to get the forced discharge working via modbus. Thanks. Do you happen to know what versions are needed on the KH series for the forced ...
- Thu Mar 14, 2024 3:08 pm
- Forum: Mobile App Help
- Topic: Energy Stats App by Al Priest
- Replies: 31
- Views: 7815
Re: Energy Stats App by Al Priest
I seem to have a naming issue in the app on my phone and just wanted to check to see if others have the same? I have 3 strings so am using the 'show PV power by strings' option, but I am unable to name them properly. I can enter South into the PV1 box, but whatever I put into PV2 gets replicated ...
- Tue Mar 05, 2024 1:45 pm
- Forum: Customer/End User Help
- Topic: About charging and discharging batteries
- Replies: 39
- Views: 9346
Re: About charging and discharging batteries
Do you happen to know what versions are needed on the KH series for the forced discharge @Dave Foster ?
I'm on:
Master 1.16
Slave 1.01
Manager 1.11
I'm on:
Master 1.16
Slave 1.01
Manager 1.11
- Mon Mar 04, 2024 10:55 am
- Forum: Mobile App Help
- Topic: Energy Stats App by Al Priest
- Replies: 31
- Views: 7815
Re: Energy Stats App by Al Priest
My Energy Stats app is giving a timeout error.
My HA integration is also showing timeouts since 10:15.
The foxesscloud website is really slow and my fox apps are slow as well, although both do show my data, so looks like fox are having issues.
My HA integration is also showing timeouts since 10:15.
The foxesscloud website is really slow and my fox apps are slow as well, although both do show my data, so looks like fox are having issues.
- Mon Feb 26, 2024 4:07 pm
- Forum: Customer/End User Help
- Topic: Strange SOC charging pattern for EC4100 V2
- Replies: 4
- Views: 853
Re: Strange SOC charging pattern for EC4100 V2
I had a similar issue with my EC4800's after adding extra slave units. I wasn't getting the sudden changes at each end of the charge as you are but mine were giving me a lot less calculated capacity (~80%/18.5kwh of the stated 23.3kwh) when performing forced charges overnight so seemed to be just ...
- Mon Feb 26, 2024 2:00 pm
- Forum: Customer/End User Help
- Topic: API update
- Replies: 39
- Views: 7348
Re: API update
I've put this into the sensor for now and it seems to be displaying correctly.. :) if 50 > re > 0: re = re elif re > 50: re = re / 100 I was going to use 100 rather than 50, but yes exactly that 👍 I’ve got a few minor mods being tested so i’ll roll them, and this into the next release, thanks ☺️ @le ...
- Wed Feb 21, 2024 5:30 pm
- Forum: Customer/End User Help
- Topic: API update
- Replies: 39
- Views: 7348
Re: API update
I've put this into the sensor for now and it seems to be displaying correctly..
if 50 > re > 0:
re = re
elif re > 50:
re = re / 100
if 50 > re > 0:
re = re
elif re > 50:
re = re / 100
- Wed Feb 21, 2024 4:56 pm
- Forum: Customer/End User Help
- Topic: API update
- Replies: 39
- Views: 7348
Re: API update
I did realise and edited my post... here is the whole thing... seems like the scaling is right but my data being returned is wrong.... custom_components.foxess.sensor] OA Device Variables Good Response: [ {'unit': '℃', 'name': 'AmbientTemperature', 'variable': 'ambientTemperation', 'value': 36.0}, ...
- Wed Feb 21, 2024 4:23 pm
- Forum: Customer/End User Help
- Topic: API update
- Replies: 39
- Views: 7348
Re: API update
Here you go. :) {'report': {'feedin': 0.1, 'generation': 12.6, 'gridConsumption': 25.7, 'chargeEnergyToTal': 20.0, 'dischargeEnergyToTal': 11.3, 'loads': 17.5}, 'reportDailyGeneration': {'value': 12.5}, 'raw': {'ambientTemp eration': 37.7, 'batChargePower': 0.0, 'batCurrent': -1.4 ...
- Wed Feb 21, 2024 3:18 pm
- Forum: Customer/End User Help
- Topic: API update
- Replies: 39
- Views: 7348
Re: API update
It looks like to be both.
In the app, my battery capacity was showing as 203Wh so I have used the manual input option.
In HA it is showing as 0.1306kWh.
For HA, I had a peek and looks like my raw data value is in kWh and the sensor is then using 're / 100' for it.
Thanks.
In the app, my battery capacity was showing as 203Wh so I have used the manual input option.
In HA it is showing as 0.1306kWh.
For HA, I had a peek and looks like my raw data value is in kWh and the sensor is then using 're / 100' for it.
Thanks.
- Wed Feb 21, 2024 10:32 am
- Forum: Customer/End User Help
- Topic: API update
- Replies: 39
- Views: 7348
Re: API update
Just to echo others and say a big thanks to all for updating the app and the HA integration. You forget how reliant you become on these!
One thing I've noticed about the new 'Residual Energy' value is that it seems to have the wrong calculation, so on mine it shows 0.152kwh instead of 15.2kwh.
One thing I've noticed about the new 'Residual Energy' value is that it seems to have the wrong calculation, so on mine it shows 0.152kwh instead of 15.2kwh.
- Thu Dec 21, 2023 3:49 pm
- Forum: Customer/End User Help
- Topic: API update
- Replies: 39
- Views: 7348
Re: API update
Hi,
I'm getting the same issue. 2:52am on the 20th was the last data the API returned.
Looking at the HA debug logs the authentication is returning an error 'HTTP 406 Not Acceptable'.
I've been getting plenty of HTTP 500 errors on the foxesscloud website today as well.
Leon
I'm getting the same issue. 2:52am on the 20th was the last data the API returned.
Looking at the HA debug logs the authentication is returning an error 'HTTP 406 Not Acceptable'.
I've been getting plenty of HTTP 500 errors on the foxesscloud website today as well.
Leon