Plugin for NIBE MyUplink ( not NIBE Uplink )

Use this forum to discuss possible implementation of a new feature before opening a ticket.
A developer shall edit the topic title with "[xxx]" where xxx is the id of the accompanying tracker id.
Duplicate posts about the same id. +1 posts are not allowed.

Moderators: leecollings, remb0

Post Reply
ismo67
Posts: 13
Joined: Friday 21 April 2017 23:21
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Finland, Kerava
Contact:

Plugin for NIBE MyUplink ( not NIBE Uplink )

Post by ismo67 »

Has someon made MyUplink plugin for Domiticz?
I think many would be very insterested it like me. Nibe is very popular Heat Pump for floor heating systems at Nordics.
There is Uplink plugin available but MyUplink is different somehow.
I heard from Nibe that Uplink cloud will be cancelled soon and all products will be moved under MyUplink cloud after firmware upgrade.

https://dev.myuplink.com/login
https://myuplink.com/
Rasperry Pi4, Shelly, Yeelights, Xiaomi, Tuya, Tahoma, ESPEASY, Google Home
User avatar
waltervl
Posts: 5148
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Plugin for NIBE MyUplink ( not NIBE Uplink )

Post by waltervl »

You could ask the writer of the nibe uplink plugin if he planned to update it to myuplink.
Edit: https://github.com/flopp999/NIBEUplink-Domoticz
Perhaps you can buy him 2 coffee :)
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Flopp
Posts: 279
Joined: Sunday 03 January 2016 14:55
Target OS: -
Domoticz version:
Location: Sweden
Contact:

Re: Plugin for NIBE MyUplink ( not NIBE Uplink )

Post by Flopp »

Staafnet
Posts: 2
Joined: Wednesday 13 March 2024 17:55
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Plugin for NIBE MyUplink ( not NIBE Uplink )

Post by Staafnet »

Yes, NIBE Uplink will not work any more after 1 June.
With myUplink there's no delay if you use Premium functions.
devros
Posts: 183
Joined: Saturday 29 October 2016 20:55
Target OS: -
Domoticz version:
Contact:

Re: Plugin for NIBE MyUplink ( not NIBE Uplink )

Post by devros »

i finally gave up and used nodered to download nibe data... i found a working node for it and it worked almost on the first try.... plus as a bonus i simply redirected it to the old IDX numbers from the old nibe addon and it works. ...
if anyone is interested I can send the instructions
JeroenG
Posts: 27
Joined: Monday 06 January 2020 20:57
Target OS: Raspberry Pi / ODroid
Domoticz version: 20231
Contact:

Re: Plugin for NIBE MyUplink ( not NIBE Uplink )

Post by JeroenG »

Can you please post the code, would like to try it.

Jeroen
devros
Posts: 183
Joined: Saturday 29 October 2016 20:55
Target OS: -
Domoticz version:
Contact:

Re: Plugin for NIBE MyUplink ( not NIBE Uplink )

Post by devros »

so you need nodered, mqtt server
and install this node https://github.com/zinen/node-red-contr ... uplink2024
Image

then you have to read json data from nibe and choose what I want to forward to domoticz
my example was...

Code: Select all

 
 msg.payload = [
    { idx: 702, nvalue: 0, svalue: msg.payload.room_temperature_bt50.value.toString() },
    { idx: 697, nvalue: 0, svalue: msg.payload.current_outd_temp_bt1.value.toString() },
    { idx: 1952, nvalue: 0, svalue: msg.payload.return_line_bt62.value.toString() },
    { idx: 1951, nvalue: 0, svalue: msg.payload.supply_line_bt61.value.toString() },
    { idx: 703, nvalue: 0, svalue: msg.payload.heating_medium_pump_speed_gp1.value.toString() },
    { idx: 698, nvalue: 0, svalue: msg.payload.degree_minutes.value.toString() },
    { idx: 705, nvalue: 0, svalue: msg.payload.status_compressor_eb101.strVal.toString() },
    { idx: 704, nvalue: 0, svalue: msg.payload.number_of_starts.value.toString() }
];
return msg; 
 
and all works :)
btw any plans for domoticz to support to change multiple values in one mqtt message?
User avatar
waltervl
Posts: 5148
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Plugin for NIBE MyUplink ( not NIBE Uplink )

Post by waltervl »

What is wrong with the new plugin Flopp created? https://github.com/flopp999/NIBEmyUplin ... /tree/main
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
devros
Posts: 183
Joined: Saturday 29 October 2016 20:55
Target OS: -
Domoticz version:
Contact:

Re: Plugin for NIBE MyUplink ( not NIBE Uplink )

Post by devros »

waltervl wrote: Tuesday 16 July 2024 8:12 What is wrong with the new plugin Flopp created? https://github.com/flopp999/NIBEmyUplin ... /tree/main
its not working reliably (already send bug report), and with node-red its more modular...
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest