I have also switched to Docker and have not yet tested the newer version of this since I’m still using the old component on HA 0.68, it still works but has it’s quirks.
Can we help in some way to get this into an official component that “just works” when adding it to the configuration.yaml ?
I think it would be a very nice addition to HA and I mean Nibe would want this to right? Can they help?
They have written some things for IFTTT in the past and I know that they are also looking into the Smart Home area of things.
Since they also charge for the possibility to send data TO the heat pumps through their API I’m guessing that they should be happy to use HA as an up sell for their products… ah well… maybe they just want to have their API and let others develop the integrations for it.
It’s a pity indeed it doesn’t work on anything higher than 0.68. I’m currently leaning towards buying a second raspberry, and use that one for the main stuff, keeping the old one online just to read the Nibe… (and pushing the data to MQTT)
I dont use hass.io, but you need to get the component installed in the docker image. You should be able to run things inside the running docker image for home asssistant. But i thing somebody else would have to help you with that since I don’t have that available
Hi elupus,
Thank you for this, running just fine on my Hass.io installation.
As I have a system (Nibe VVM310) and evry parameter shows up, but I also have an external compressor (Nibe F2120) that does not show up with all its parameters.
@Andnyg I gave it a go. It should now support multiple units. configuration have changed somewhat so anybody upgrading need to add the unit tags. Recheck the readme file.
systems:
- system: 1
categories:
statuses:
parameters: # optional list of additional parameters to retrieve, can be done here or on the sensor platform
Any obvius issues with my config?
Several months back I was using an earlier release and that worked fine.
Just to be clear, Home Assistant is getting the data from Nibe Uplink web portal, it does not require access to the Nibe heating system? I have Nibe on a IOT VLAN at home with only internet access and I can read and control the heating system using the Nibe app.
@elupus It work like a charm. Now i get every data I could possible ask for and i have set up Climate card for adjusting temperature. One last humble request though. I would really like to have “Hot Water Boost” Switch
@elupus I did not test it properly, I was just happy to get it up in the GUI , so after testing setting temperature, it doesn’t work. When I try to set a new temperature( using Climate: 1h in conf.) i get this error.
Error executing service <ServiceCall climate.set_temperature: temperature=21.5, entity_id=['climate.nibe*****40033’]>
The 40033 parameter seems to be a sensor and can not be set, it shold probobly be parameter 47938
40033 BT50 room temperature affecting climate system 1 47398 5 30 0.5 The target room temperature for climate system 1 when heating
Plugin should now support adding switch components for parameters. Check readme for how. Also i think changed the climate component to send a raw value instead of a display value to the API so perhaps that fixes the ability to set temperature