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/
Plugin for NIBE MyUplink ( not NIBE Uplink )
Moderators: leecollings, remb0
-
- 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 )
Rasperry Pi4, Shelly, Yeelights, Xiaomi, Tuya, Tahoma, ESPEASY, Google Home
- 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 )
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
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
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- 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 )
Yes, NIBE Uplink will not work any more after 1 June.
With myUplink there's no delay if you use Premium functions.
With myUplink there's no delay if you use Premium functions.
Re: Plugin for NIBE MyUplink ( not NIBE Uplink )
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
if anyone is interested I can send the instructions
-
- 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 )
Can you please post the code, would like to try it.
Jeroen
Jeroen
Re: Plugin for NIBE MyUplink ( not NIBE Uplink )
so you need nodered, mqtt server
and install this node https://github.com/zinen/node-red-contr ... uplink2024
then you have to read json data from nibe and choose what I want to forward to domoticz
my example was...
and all works
btw any plans for domoticz to support to change multiple values in one mqtt message?
and install this node https://github.com/zinen/node-red-contr ... uplink2024
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;
btw any plans for domoticz to support to change multiple values in one mqtt message?
- 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 )
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
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Re: Plugin for NIBE MyUplink ( not NIBE Uplink )
its not working reliably (already send bug report), and with node-red its more modular...waltervl wrote: ↑Tuesday 16 July 2024 8:12 What is wrong with the new plugin Flopp created? https://github.com/flopp999/NIBEmyUplin ... /tree/main
Who is online
Users browsing this forum: No registered users and 1 guest