-
Notifications
You must be signed in to change notification settings - Fork 58
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
Address Scanner ? #112
Comments
It's not a big deal to retrieve the complete 64k memory blob, but I think it's impossible to interpret the data. I did that for a Vitoligno 300-C already and got a lot of 0xff values plus a few non-0xff's. But which address contains which value at which length?
Windows:
So the resulting communication path is I'm already using this solution (without socat) to control a Resol solar controller: it simply works! I hope the analysis of socat's trace will lead to a deeper understanding on protocol, addresses and so forth. Update: I just installed the current version of ser2net and - surprise, surprise - ser2net is able to write a trace file directly. socat is no longer needed. |
See [https://github.com//issues/111] for updates |
Hi all,
Because it is often difficult to find usefull address on the many kind of Viessman product and because we could not find any documentation from Viessmann,
has anyone aver made an address scanner to parse every address possible from 0000 to FFFF ?
Seeing what each address gives would permit reverse deduce what it is about.
For example today I have to communicate with a Vitotronic 300-K MW2B (Ref ID : V300KMW2A, Dev ID : 20BC) but it deosn't exist any vito.xml for this product, I'll will have to create it myself.
Do you see any other way to find revelent address of a product ?
Thanks !
The text was updated successfully, but these errors were encountered: