-
Notifications
You must be signed in to change notification settings - Fork 6
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
iRT-ESP without Moduline 30? #6
Comments
@jperquin That is what the active mode is for. That will allow you the request a certain water temperature from the boiler. The irt board should be connected to connections 3 and 4 on the UBA and a wire between 1 and 2. (See attached picture). There should not be any other devices on the bus. (The iRT bus is very sensitive). The iRT board should be externally powered (USB bus). I am running a similar setup. I have the older Conrad FHT-80 devices for controlling the radiators. I use a Culfw USB dongle to pickup the communication to the FHT-80 devices (opening percentage of the radiators) and combine that with the outside temperature to calculate the requested water temperature. The iRT board then requests this from the UBA. |
Hi, The complete board will be powered by the USB connector on the wemos. You need to connect the iRT bus to the two blue screw terminals. The rest (the 100k, 4 pin mini PCB, the 3 wire lead and 3.5 mm lead) are not necessary. They are used if you convert the board back to EMS. Just to double check, you did order the board as iRT board ? It should then be ready to go. |
@jperquin If you purchased an iRT modified board its ready to go. |
Thanks Kees. Had connected the board "as received" but did not get it to communicate with the boiler, so soldered the provided 100k Ohm resistor and no luck either. Will try again after removing the resistor and advise. |
..we have lift-off! Currently getting following string via MQTT Explorer on boiler data: Could use some guidance on which parameters to control and what the exact MQTT publish command should look like. Help much appreciated. |
@jperquin Great news that it is working ! There are two things you can actively control via MQTT. If the warm water production is on or off and the requested flow temperature (for heating). Below some example, adjust the topic to your setup: Warm water on: Warm water of: Request flow temp If you request a flow temperature of more than 10 degrees celsius the boiler will start and try to reach the requested flow temperature. if you request a flow temperature less the 10 degrees the boiler will stop. The firmware will try to optimise the burnerpower of the boiler to reach and maintain the request flow temperature. If the requested temperature is lower then the current flow temperature the boiler will stop but keep the pump running until the temperature is below the requested temperature and then it will start again. The PID controller in the firmware will try to optimise the burner power to prevent the boiler from stopping and starting. I have not seen the changes @mafradon made, but I also have not tried his home assistant configuration. |
Thanks Victor. For HA to publish the correct MQTT command to set the desired flowtemp it can only send a number, not json template data (like {"cmd":"flowtemp",data:45}). I tried publishing the desired number to "ems-esp/boiler_cmd_flowtemp" but that's not doing anything.. |
I use a custom piece of c code on an old NLSU2 to publish/control flow temp (long story). I am not a HA expert, but I googled a bit and this topic: publish-mqtt-message-in-json-format explains how to publish a HA value in a JSON format. The topic 'ems-esp/boiler_cmd_flowtemp' does not exist. |
I ended up with the following config for climate.yaml:
and an automation that gets triggered by the (dummy) ems-esp/setpoint topic, which then fires the correctly formatted json to ems-esp/boiler_cmd automations.yaml:
|
Would be nice if the warmwater temp could also be set to a specific target temperature, not just on or off.. |
I have not been able to find a message that can set the target warm water temperature. I think it can only be set on the boiler itself. Closing this issue (it can always be reopened). |
Question
Can the iRT-ESP be used without a room thermostat, ie. Moduline 30?
Device information
Set-up: Nefit Ecomline HR from 1997, keesbbq's ift modified complete kit, zwave radiator thermostats for individual zone control and home assistant for the boiler / radiator logic.
Current non-domotica install depends on a Honeywell Chronotherm III (just on/off control connected to ports 1 and 2 of the UBA 4000) and I am not sure if buying a Nefit Moduline 30 makes sense for me.
Instead I was thinking to just install the iRT_EMS to ports 5 and 6.
Am I on the right track?
The text was updated successfully, but these errors were encountered: