Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Idea] The data packets look like modbus over ethernet #1

Open
hutje opened this issue Feb 26, 2023 · 5 comments
Open

[Idea] The data packets look like modbus over ethernet #1

hutje opened this issue Feb 26, 2023 · 5 comments

Comments

@hutje
Copy link

hutje commented Feb 26, 2023

The data packets that are being intercepted look like modbus packets.
I do also use this for intercepting the data from my SolarEdge Inverter.
For this I use Node-red with modbus-node and JavaScript.
Don't know if this works the same, but thought I could share.

@elektrinis
Copy link

I am using modbus2tcp in home assistant to get data from solar inverter as well.
Would love it if this could work.

@ajaxharg
Copy link

ajaxharg commented Apr 9, 2023

If it is modbus then the length field is a bit odd. This should be two bytes and it seems only the first byte is the length with the value of 0x53 in the second half.

The type 1/2 fields before the data would be a unit identifier and function code if it was modbus. This might make sense if using the harvi to communicate between devices. I'm tempted to buy the ethernet adapter for the zappi and have a go. If I can intercept and spoof spare energy going out to the grid then I could finally control the damn thing.

@elektrinis
Copy link

I don't have the knowledge needed for this, bu I think this is the only way to save the product. With current cloud-only approach it is really bad and I would love any progress in this field.

@elektrinis
Copy link

Update:
Myenergi has finally confirmed that they are planning to monetize their API and that local one is not coming, as it, obviously, conflicts with the monetizing part:
https://myenergi.info/viewtopic.php?p=100483#p100483
While I am already reconsidering my hardware options, I would still consider a reversed ethernet control. Any info on that?

Just note that I don't care about server side, I want to interface with the v2.1 zappi directly. As for cloud, I'd like to cut off internet access altogether.

@DuncanDotPY
Copy link

@ajaxharg - you could spoof this by sending a signal of your choice in place of the grid CT.

I'm also really interested in intercepting the comms locally though - I need to brush up on this stuff, but it's on the do list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants