Changing thermostat temp set point via eDLT

Discussion in 'General Discussion' started by Tension, Jan 9, 2026.

  1. Tension

    Tension

    Joined:
    Apr 30, 2015
    Messages:
    200
    Likes Received:
    6
    Location:
    Belfast
    Shocked to discover that the C-bus thermostats I bought CAN'T be controlled by an eDLT. This makes them pretty useless for me. Surely there must be a way to achieve this? Otherwise what was the point in them?

    There's gotta be a way to hack it together, or else by using logic? If anyone has any ideas please let me know.
     
    Tension, Jan 9, 2026
    #1
  2. Tension

    Ashley

    Joined:
    Dec 1, 2005
    Messages:
    1,663
    Likes Received:
    226
    Location:
    Adelaide, Australia
    Just curious. Given to can change the set point with the thermostat, why do you want to change it via an eDLT?
     
    Ashley, Jan 10, 2026
    #2
  3. Tension

    Tension

    Joined:
    Apr 30, 2015
    Messages:
    200
    Likes Received:
    6
    Location:
    Belfast
    The same reason people use the remote control when they change TV channel - because it's handier.

    I have an eDLT at either side of the bed and one in the living room so me or my partner can control the lights/fan/alarm and hopefully temperature.

    I've figured out a way to hack the heating controls using scenes and dummy lamps, but I'd really prefer to remove my existing cloud based smart thermostat and do it all within C-bus.

    There's gotta be a way to adjust the set temperature on the C-Bus thermostat using logic somehow. Otherwise it's just a dumb thermostat, and there'd be no point hooking it up to C-bus.
     
    Tension, Jan 12, 2026
    #3
  4. Tension

    Ashley

    Joined:
    Dec 1, 2005
    Messages:
    1,663
    Likes Received:
    226
    Location:
    Adelaide, Australia
    The only devices that supported the hvac protocol were the touch screens, wiser I & II, and the Pascal Automation Controller. Schneider dumped all of these (including the thermostats) and replaced them with the SHAC which doesn't support the hvac protocol. A major backward step in my opinion as the Cbus function in the SHAC are very limited and poorly implemented. But that's progress for you.

    The Pascal Automation Controller is the simplest solution (albeit a bit of a learning curve) but it will give you a lot more options to control the system.

    Alternatively if you are handy with any programming language, you can talk to CGate directly and do anything you want. If you have a serial interface and a spare PC it's a no cost option.
     
    Ashley, Jan 13, 2026
    #4
    Tension likes this.
  5. Tension

    Tension

    Joined:
    Apr 30, 2015
    Messages:
    200
    Likes Received:
    6
    Location:
    Belfast
    Thanks for the detailed reply.

    Yeah I have my C-bus setup permanently connected to my home server over RS232.

    The PAC seems to be the cheaper option rather than buying software licenses etc, so I'll probably go for that if you're 100% sure I'll be able to make it do what's needed.
     
    Tension, Jan 13, 2026
    #5
  6. Tension

    NickD Moderator

    Joined:
    Nov 1, 2004
    Messages:
    1,466
    Likes Received:
    83
    Location:
    Adelaide
    The PAC supports the C-Bus HVAC Application, so it can send commands to change the setpoint and other variables. You can download PICED for free and play with the logic engine and even test it from your PC.

    Before this is any use to you though, you will need to get your Thermostats working. There are a lot of settings as they can be set up to work with all different kinds of HVAC plant... I would suggest you get that problem solved and then you can experiment with the logic control from PICED before committing to buying a PAC.

    Nick
     
    NickD, Jan 14, 2026
    #6
    Tension likes this.
  7. Tension

    Tension

    Joined:
    Apr 30, 2015
    Messages:
    200
    Likes Received:
    6
    Location:
    Belfast
    Thanks, Nick.

    All I need it to do is switch a boiler on/off via a single relay. There's no other fancy stuff. I assume I just assign a spare relay? Hopefully I can just use one on the same module that I share with lighting?
     
    Tension, Jan 14, 2026
    #7
  8. Tension

    Ashley

    Joined:
    Dec 1, 2005
    Messages:
    1,663
    Likes Received:
    226
    Location:
    Adelaide, Australia
    I had a PAC lying around so I connected it to my Cbus network, wrote a quick bit of logic to convert a lighting value to a set point, loaded it into the PAC and it works fine. You just have to set up the eDLT for nudge with a value of 1 and it will allow you to change to set point and show you the current value. Note if you also want to see the temperature you will have to use a separate widget. If you install the thermostat you can try this out in PICED without buying a PAC first. I can send you my test project to get you going.

    The relay you pick really depends on how the boiler is controlled. If it's low voltage you can use any relay, although whether you can mix low and mains voltage on a single relay depends on your local regulations. Personally I would never do this. If your thermostat has relays they are designed for common 24v applications.

    If you are switching a mains boiler that's a job for an electrician and they need to check the boiler rating to make sure it's compatible with a Cbus relay. Better still, use the relay to control a contactor that controls the boiler. I regularly use contactors with CBus relays because replacing a contactor is much cheaper than a Cbus relay.
     
    Ashley, Jan 18, 2026
    #8
    Tension likes this.
  9. Tension

    Tension

    Joined:
    Apr 30, 2015
    Messages:
    200
    Likes Received:
    6
    Location:
    Belfast
    That's amazing, thanks so much for all your help with this! All I need now is to acquire a PAC somehow :)

    Will report back when I've acquired one!
     
    Tension, Jan 18, 2026
    #9
  10. Tension

    Tension

    Joined:
    Apr 30, 2015
    Messages:
    200
    Likes Received:
    6
    Location:
    Belfast
    So the PAC has arrived! Can you send me your code please

    Still not sure how to read the temperature data from a Hive thermostat though and get it back into C-bus through Home Assistant.
     
    Tension, Jan 30, 2026
    #10
  11. Tension

    Ashley

    Joined:
    Dec 1, 2005
    Messages:
    1,663
    Likes Received:
    226
    Location:
    Adelaide, Australia
    Unzip and open in PICED. You will have to select your Cbus project.
    Then open the logic engine and go to the HVAC module. It will tell you what to do.

    How are you connecting Hive and Cbus to HA?
     

    Attached Files:

    Ashley, Feb 3, 2026
    #11
  12. Tension

    Tension

    Joined:
    Apr 30, 2015
    Messages:
    200
    Likes Received:
    6
    Location:
    Belfast
    Thanks so much!

    I'm using a HA custom integration that connects directly to the C-gate server. No MQTT broker or anything like that. It's pretty new and works very well.
     

    Attached Files:

    Tension, Feb 3, 2026
    #12
  13. Tension

    Tension

    Joined:
    Apr 30, 2015
    Messages:
    200
    Likes Received:
    6
    Location:
    Belfast
    Still struggling with getting the temperature from Home Assistant to show on the eDLT. Did you ever come uo with any other ways of doing it? Something about the Measurement app?
     
    Tension, May 9, 2026
    #13
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.