-
-
Notifications
You must be signed in to change notification settings - Fork 97
detailed information about type 0x35 (flags)? #195
Comments
@SpaceTeddy this was on my feature todo list to implement next. See #94. Perhaps work together with vanbogaertetienne |
hi proddy,
in the ems-esp.cpp, but no success. ems.cpp
Any idea what else to add to create an additional boiler_cmd? |
did you subscribe to it? Look at function MQTTCallback() in |
yes, sure. You can check it in my fork.
|
looked briefly at your code additions and it should work. Add some more debug statements, like comment out line 347 in MyESP.cpp |
already done this, but also here no incomming message. It is strange to me, because the other commands like wwactivate work well with raspi mosquitto and MQTT.fx. thx |
ok. You could also test with MQTT Explorer (which is what I do) and force a Publish |
checked, but still no success. :( |
I'm testing with your branch and found the problem - not in your code - the number of subscriptions is limited. I'll looking into a fix |
the problem is that there are too many Subscribes filling up the TCP stack on the ESP8266. A workaround for now is to comment on the loop in MQTTCallback() which subscribes to all the Heating Circuits. Until I've fixed #204 |
after comment on the mqtt HC loop, the OneTime water loading mqtt commands works fine. |
beware @SpaceTeddy I made some changes to the MQTT in dev that will break your code. It should be relatively easy to figure out. Let me know if you need help porting it over. |
noticed. with the next master release, I will update my fork and my HomeAutomation (fhem). no worries. |
np. Please use the dev branch and post your PRs on that instead of master. I looked through your code its looks good. It'll be good if you can push the PR soon so I can finalize the 1.9.2 or even call it 1.10.0 because of your new feature addition. |
@SpaceTeddy how's this feature coming along? It'll be good to add it to the next release as more people are asking. |
well, for my system it is working fine since weeks, but I have really some trouble with Git to stay updated with your master or dev branch. If you could tell me a version, I would like to delete my actual fork, will create a new fork and start a pull request. This is based for the RC20RF controller and I would like to double check first, if there is a different behavior, if I press the tap water button at my es73 / RC30. |
you should always fork the dev branch (not a specific version or tag) and keep it in sync with the updates as frequently as you can. |
this was implemented in 1.9.3. If it needs more work please re-open |
dear community,
one of my wishes would be to have control about the warm water one-time loading of the ww buffer. This function can be activated by the water tap symbol of the RC20(RF) / ES73 / RC3x controller...
my logging shows, that my RC20RF sends every minute a status command to the boiler which is usually
if I press the water tap button the message changes to:
if I press again to stop the ww heating it sends:
... but sometimes ...
it seems to me, that the first databyte enables or disables the function 0x22=enable, 0x02=disable, but I do not really understand the second databyte, which is sometimes 0x22 and sometimes 0x00?
has someone detailed information about type 0x35?
thanks
The text was updated successfully, but these errors were encountered: