-
I've got E3000 solar system fitted on the green energy grant and recently added a AC1 inverter and batteries. I'm trying to get data from the E3000 solar inverter, I've tried scanning the RS485 connection on the inverter with mbpoll and as far as I can tell it's acting as a master and scanning for a meter. So I've bought a second CT and connected it to the CT2 input of the AC1 inverter, does anyone know the modbus address? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Good question, @StealthChesnut any ideas what this might be? |
Beta Was this translation helpful? Give feedback.
-
@delibury : can you describe in a bit more detail what exactly you are trying to do (and why)? It sounds like you're trying to get the AC1 to read the power input/output of the E3000 by using a CT clamp, connected to the CT2 input on the AC1 - is that correct? Is the E3000 supplying power to the system and therefore the AC1 needs to know about it? The data registers go up to 11095, so there's plenty more to check/monitor! I have zeros in the following registers and nothing connected to CT2, so if you have values you might try looking at them: Do you have anything in any of those? |
Beta Was this translation helpful? Give feedback.
-
After some testing I found that 11022 is CT2. |
Beta Was this translation helpful? Give feedback.
-
I've added this to the main project under commit & merge williamjeccles-add-CT2-support |
Beta Was this translation helpful? Give feedback.
-
Also found and added CT2 for LAN modbus Added-CT2-for-LAN |
Beta Was this translation helpful? Give feedback.
After some testing I found that 11022 is CT2.
I now have my energy dashboard working.
Thankyou.