Skip to content
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

Thermostats #121

Open
dorr14 opened this issue Jul 11, 2024 · 13 comments
Open

Thermostats #121

dorr14 opened this issue Jul 11, 2024 · 13 comments

Comments

@dorr14
Copy link

dorr14 commented Jul 11, 2024

Hi Guys, I have recently migrated over to the myUplink service for my NIBE heatpump as they are decommissioning the old uplink in August. I was wondering if anyone had any success in adding thermostats to the new myuplink API for Nibe? In the old Nibe Uplink you were able to add the thermostats via the config YAML however I can't see how to do the same for the new service.

@woopstar
Copy link
Contributor

Do you have some examples of thermostats ?

@dorr14
Copy link
Author

dorr14 commented Aug 19, 2024

The thermostat are in HA via the tado integration.

@Dizzybacon
Copy link

I'm in the same position as OP. Forced to move from uplink to myuplink and I can't find a way to set up the thermostat.
This is an example of how the thermostat was configured in the uplink world.

nibe:
  systems:
    # System identifier to add extra entities too
    - system: 176004
      # Optional smart thermostats.
      thermostats:
        # Key in dict is external identifer in nibe uplink, it should
        # be an unique integer for this thermostat
        1:
          # Required friendly name of thermostat
          name: 'Thermostat'

          # Optional name of a home assistant entity representing current temperature
          current_temperature: sensor.sensor_temperature

          # Optional name of a home assistant entity representing valve position of
          # a thermostat. At the moment it's use case is unknown.
          # valve_position: input_number.valve

          # List of systems that this thermostat is affecting. This is
          # this is the sub climate system/area index (System 1, System 2, ..)
          # that the pump is controlling.
          systems: 1

It uses the configured sensor to tell the heat pump the current room temperature and gives an input where you can set the desired temperature. Looking at the values in myuplink I can find the desired temperature, but not the current temperature so I don't know what the heat pump thinks the room temperature is or where it gets that value from.

@IngmarStein
Copy link

IngmarStein commented Sep 11, 2024

I've asked their support team about the fate of the "smart thermostat" feature - I worry it might have been lost in the Nibe Uplink -> myUplink transition.

@Linqman
Copy link

Linqman commented Sep 18, 2024

I have also asked Nibe about smart thermostats, and today I received a reply that the feature is in development and will be launched later this year.

@IngmarStein
Copy link

Thanks for the update! My inquiry was acknowledged but is still in progress.

@kimsvane
Copy link

Hi

Sorry for my maybe stupid question, but was it really possible to use an external temperature data and feed it to the API for the heatpump to measure and give the most correct output ?
It sounds like exactly what i need.

So the the reference above, you just provided a tempature to current_temperature: sensor.sensor_temperature and the heatpump recieved this, and set the heat generation accordingly ?

@dorr14
Copy link
Author

dorr14 commented Sep 26, 2024 via email

@Linqman
Copy link

Linqman commented Sep 26, 2024

Yep, and you could create several smart thermostats, I had one using a sensor in my living room and another for my shower.

@kimsvane
Copy link

Damn, I would really like this to be implemented again.
It would solve our biggest problem with the heatpump, since currently our living room has many windows, and therefore it get's really hot during sunny days, so hot we have to open windows, and ideally that should also result in the heatpump not being used during those hours. except for water.

@oskarannas
Copy link

Anyone heard anything new on this? The year is almost over :)

@IngmarStein
Copy link

Last I heard was "it is being tested right now".

@oskarannas
Copy link

Last I heard was "it is being tested right now".

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants