Thanks!maol wrote:This solution looks great! How can I get access to it?
Just follow the installation instruction in the initial post. There is a text that says "Download the latest version at here."
Cheers!
Moderator: leecollings
Thanks!maol wrote:This solution looks great! How can I get access to it?
Due to how the Domoticz Virtual device works, currently You can only see (On screen) the number of compressor starts since the installation of Domoticz RPC for NIBE Uplink. However You can create a script that lists the device. In the json string that you receive, you can find the field "AddjValue" which is a negative value representing the counter offset. So "Data" - "AddjValue" will give you the total number of compressor starts.Is it possible to read out the total starts of the compressor? Maybe I have missed it, but on the pump I can see the total starts. Would be wishfull the have it in my domoticz as well.
Yes it is but I'm not sure if it's a good idea to run it so frequently. In the installation procedure described in the initial post you are editing the crontab entering the following line:now I get every 5 minutes an update. Is is also possible to get every minut an update?
Code: Select all
*/5 * * * * /usr/bin/python /home/pi/domoticz/scripts/NibeUplink/nibeuplink.pyc
Code: Select all
*/1 * * * * /usr/bin/python /home/pi/domoticz/scripts/NibeUplink/nibeuplink.pyc
Are You sure? Please look in the Domoticz log. Filter on "(Exec info) nibeuplink". Please tell me what You see there.Thanks. But I had all ready set up the time at crontab at 1 but it's not working
Hmm You are right. It's working. But I don't see that in the graphs.BakSeeDaa wrote:I had a follow up question on that:
Are You sure? Please look in the Domoticz log. Filter on "(Exec info) nibeuplink". Please tell me what You see there.Thanks. But I had all ready set up the time at crontab at 1 but it's not working
The resolution in the Domoticz graphs is 5 minutes. It's not easy to change that. (It might be possible though but it will affect the size of the database)RVK1987 wrote: Hmm You are right. It's working. But I don't see that in the graphs.
BakSeeDaa wrote:The resolution in the Domoticz graphs is 5 minutes. It's not easy to change that. (It might be possible though but it will affect the size of the database)RVK1987 wrote: Hmm You are right. It's working. But I don't see that in the graphs.
Why would You like a higher resolution in the graphs?
Well, I can't do so much about the graph resolution more than giving you the link to the discussion about how to change it.RVK1987 wrote:BakSeeDaa wrote:The resolution in the Domoticz graphs is 5 minutes. It's not easy to change that. (It might be possible though but it will affect the size of the database)RVK1987 wrote: Hmm You are right. It's working. But I don't see that in the graphs.
Why would You like a higher resolution in the graphs?
Because I want a more accurate few about the last 24H. sometimes I have strange peaks in the graphs.
I see the page to register: https://www.nibeuplink.com/Register but not what the costs are. Can anyone tell me? And is this a one time fee or monthly or.. ?BakSeeDaa wrote: [*]A Nibe heating system supported by NIBE Uplink. The following models should work according to Nibe: F1126, F1226, F1145, F1245, F1155, F1255, F1345, F370, F470, F750, VVM310, VVM320, VVM325, VVM500, SMO20, SMO40.
[*]Your Nibe system should already be connected to Nibe Uplink.
Thank you. This is in a very inaccessible spot for me, but I try to have a look.mrhedstrom wrote:I think it's on the back of the pump. The installation guide Page 11 (W130):
http://www.nibe.se/nibedocuments/19606/331483-2.pdf
Hi.LMER wrote:Hi!
Domoticz RPC for NIBE Uplink 1.0.4
Domoticz Version: 3.5877
Everything works fine except adding the three "Current" items
Found a new Nibe Uplink resource: 'Nibe F1255 Current Eb100-Be2'
Shall I enable it and create a Domoticz Virtual Device for it? : Y/N [N]:y
Unknown Domoticz type: 'A'
Do I have to enable/install something in Domoticz to get type 'A' or what might be the problem?
Thanks for an awesome job!!!
It's described in the initial post of this thread. See "Getting debug information".LMER wrote:Since I'm a new member I can't send PM's yet...and I don't know which debug output you mean. I'm kind of new to Linux, but a quick learner I hope. I will be happy to help in any way I can. Please advise which debug info you want.
My Domoticz crashed yesterday, after installing a new bigger SD-card and RPC for NIBE. Now, I have restored it to the state without RPC and will check whether it's stable or not, for a day or two. I don't know if RPC and the type 'A' problem has anything to do with the crash, but I will let it run without RPC for a while.
BR
Code: Select all
{
"parameterId": 40083,
"name": "40083",
"title": "current",
"designation": "EB100-BE1",
"unit": "A",
"displayValue": "1.8A",
"rawValue": 18
}, {
"parameterId": 40081,
"name": "40081",
"title": "current",
"designation": "EB100-BE2",
"unit": "A",
"displayValue": "0.4A",
"rawValue": 4
}, {
"parameterId": 40079,
"name": "40079",
"title": "current",
"designation": "EB100-BE3",
"unit": "A",
"displayValue": "0.9A",
"rawValue": 9
}
Users browsing this forum: No registered users and 1 guest