-
-
Notifications
You must be signed in to change notification settings - Fork 97
Getting water tap flow & solar module #95
Comments
if you look at the code, line 1081 in ems.cpp you'll see the flow is picked up from the 9th byte of the 0x34 telegram. In the log you posted above it's always zero. Why I have no idea. As for supporting the RFM20, I you have details of the messages we can add it. Otherwise, you'll have to do a lot of trial and error to reverse engineer any responses back from send commands. It's basically what I did 6 months long to write this original code! Feel free to do a PR and share with others. |
Yeah, I figured as much, just wanted to make sure that I did not overlook anything
I'll gladly will do the work, just have no idea where to start. If you have anything already, I would greatly appreciate it. To be quite honest, currently I am not really sure, what device that actually is? I am guessing the temperature sensor from the solar panels, but not quite sure yet (have bought the house including the installation and plans are somewhat "special") |
The RFM20 I think is just a wireless receiver that connects the EMS master (like a boiler) to a wireless thermostat without the need to have the two-wire EMS bus connected. The autodetect basically scans through all known devices in |
I added the function |
Yes I can, which branch or PR is it contained in? If you can send me a precompiled version, I am using the Wemos D1 together with bbqkees translation board |
it's in the dev branch. Instructions on how to build are in the README |
I can confirm, that the deep scan is working:
But it seems, that my solar panels are connected without any additional items. I am currently trying to get the messages into Wireshark (via extcap) as it would allow for better diagram analysis. So far I get about half of all messages across without changing your code at all (just by using the telnet connection). I'll keep you posted, but this issue can be closed now |
So, I cannot read out information about the current water flow and for that shower detection is not working obviously. Also, I have an additional - not picked up - device on the EMS bus, which I would like to get working, if I could find any telegram information about it.
So autodetect shows me the following:
RFM20 I assume is the solar receiver, but no information get's picked up for it.
Info on the devices show up as such:
Thermostat question marks I assume might be solved by 1.7beta, but have not tried that yet. As can be seen, no information about the solar panels. Now, what bothers me is the following entries:
No matter how long I turn on the hot water, this simply does not change. Is it a misdirection in the frames or does this type of boiler simply not transmit the data?
These are actual messages (log b & log v) during activation (1min) and deactivation of the hot-water:
Any ideas?
The text was updated successfully, but these errors were encountered: