Search found 14 matches
- Mon Oct 14, 2024 10:59 pm
- Forum: OpenAPI
- Topic: Setting max charge via API
- Replies: 3
- Views: 1652
Re: Setting max charge via API
Charging via Open API for inverters that support setting Max SoC via a schedule is broken at the moment and will return Write Failure. Hopefully, when Fox updates Open API, they will also fix this. More info here: https://github.com/TonyM1958/FoxESS-Cloud/wiki/Fox-App-v2#problems-setting-schedules ...
- Mon Oct 14, 2024 10:52 pm
- Forum: OpenAPI
- Topic: API 503 errors
- Replies: 4
- Views: 1381
Re: API 503 errors
The error is service unavailable and is being seen by everyone right now.
The assumption is that Fox are doing some work...
The assumption is that Fox are doing some work...
- Mon Sep 23, 2024 5:02 pm
- Forum: OpenAPI
- Topic: Reconciling API data with Fox Cloud 2.0 app
- Replies: 6
- Views: 2708
Re: Reconciling API data with Fox Cloud 2.0 app
There's a lot of stuff wrong with the Open API data from the point of view of PV generation and you can't get the Production data as shown in the Fox Apps. As it happens, the Fox Production data is wrong as well when you are looking at the Day figures. You have to look at the Month figures by Day to ...
- Thu May 09, 2024 3:18 pm
- Forum: OpenAPI
- Topic: Open API documentation from Fox
- Replies: 0
- Views: 6140
Open API documentation from Fox
can be found here: OpenAPI
- Wed Apr 26, 2023 2:44 pm
- Forum: Home Assistant
- Topic: H3 Inverter & ModBus help
- Replies: 19
- Views: 7230
Re: H3 Inverter & ModBus help
Hi Chris, Pending the update of Nathan's code, the code I'm currently running for my H1 inverter is here: https://github.com/TonyM1958/HA-Foxess-Modbus The readme page gives info on setting up the RS485 connection, how to setup HA and selecting the modbus profile for your H3 inverter. You will be ...
- Thu Apr 06, 2023 12:27 pm
- Forum: Sensors
- Topic: Some useful calculation templates?
- Replies: 4
- Views: 3627
Re: Some useful calculation templates?
Hi Tony, can I ask regarding inverter efficiency power out / power in does this take into account DC charging of the battery because my inverter efficiency looks very low? Thanks, Chris Yes it should - how low is your efficiency showing and did you pick up all the sensors correctly, as there are ...
- Tue Apr 04, 2023 10:38 pm
- Forum: Sensors
- Topic: Some useful calculation templates?
- Replies: 4
- Views: 3627
Re: Some useful calculation templates?
Following a discussion, here are a couple of statistics sensors that create rolling averages to remove some of the noise from the raw values. The last 2 sensors convert inverter power in / out to kWh. These are used in the inverter efficiency calculation above. sensor: - name: battery_cell_imbalance ...
- Tue Apr 04, 2023 11:50 am
- Forum: Sensors
- Topic: Some useful calculation templates?
- Replies: 4
- Views: 3627
Re: Some useful calculation templates?
Note on the templates above. I renamed some of the entities so they work with both USB and LAN connections and for consistency with Nathan Marlor. The sensor name changes I made are: 1. Remove dash from PV1-Voltage, PV1-Current, PV1-Power, PV2-Voltage, PV2-Current, PV2-Power, Battery-SoC, Battery ...
- Mon Apr 03, 2023 2:26 pm
- Forum: Sensors
- Topic: Some useful calculation templates?
- Replies: 4
- Views: 3627
Some useful calculation templates?
I've added some templates to my configuration.yaml to calculate various things I wanted to track / display. In case this is useful to anyone here, this is what I added: #Templates enable math operations against states/values to give us better data template: - sensor: # calculate inverter efficiency ...
- Mon Apr 03, 2023 2:13 pm
- Forum: Sensors
- Topic: H1 LAN port sensors at 30000 - 30023
- Replies: 1
- Views: 2355
Re: H1 LAN port sensors at 30000 - 30023
Looking at this, its hard to work out if there are new values here, so I've captured my HA dashboard (connected via RS485) and taken screen shots of the 30000 and 31000 LAN registers at about the same time: HA dashboard.jpg modbus 30000.jpg modbus 31000.jpg For example, RS485 is reporting BMS kwh ...
- Mon Apr 03, 2023 12:25 pm
- Forum: Sensors
- Topic: H1 LAN port sensors at 30000 - 30023
- Replies: 1
- Views: 2355
H1 LAN port sensors at 30000 - 30023
Probing my H1-6.0-E inverter at modbus address 30000 and finding a bank of 24 registers with values like this: modbus LAN 30000.jpg This thread is intended to look at these values and to try and work out what they might be. Thanks to @eben smit, @bob dopper on FB who found these whilst looking at HK ...
- Thu Mar 30, 2023 10:20 am
- Forum: Home Assistant
- Topic: Graphical Modbus Tool that I found useful
- Replies: 2
- Views: 1361
Graphical Modbus Tool that I found useful
I've seen various references to modpoll (which is great for cross paltform) but wanted something a bit more graphical. Found this tool useful for poking around the modbus data via either LAN or RS485. This screen shot is showing data pulled from my inverter using the LAN with the inverter at 192.168 ...
- Tue Mar 21, 2023 11:36 am
- Forum: EPS - Emergency Power Supply (Battery Backup)
- Topic: Earthing and N-E bonding
- Replies: 12
- Views: 9322
Re: Earthing and N-E bonding
Came across this diagram in the Fox AIO installation guide, using internal switch mode: bonding.jpg Clearly shows direct bonding of EPS N to grid N (no switch). This avoids EPS floating and generating a signficant N-E potential. Also shows EPS E not connected. I checked this and EPS E is bonded to ...
- Sun Mar 19, 2023 5:10 pm
- Forum: Inverter Hardware
- Topic: Setting a static IP address on your inverter
- Replies: 3
- Views: 4013
Setting a static IP address on your inverter
I was finding that the inverter ethernet port was switching off after a while. It seems there is a problem with DHCP so you may need to use a static IP address for the port to work. It took a while to work out exactly how to do this, so here's a step by step guide for anyone else. First, go to your ...