Dashticz - Module - NZBget

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Dashticz - Module - NZBget

Post by robgeerts »

Show your current downloads:

Add to config.js:

Code: Select all

var _HOST_NZBGET = 'http://192.168.1.3:6789';
AND in the blocks, add:

Code: Select all

columns[1]['blocks'] = ['nzbget']
If you want to use other widths, add this to config:

Code: Select all

blocks['nzbget'] = {}
blocks['nzbget']['width'] = 12;
blocks['nzbget']['downloads_width'] = 6;
User avatar
gielie
Posts: 290
Joined: Tuesday 12 January 2016 11:40
Target OS: Raspberry Pi / ODroid
Domoticz version: latest β
Location: The Netherlands (Alkmaar)
Contact:

Re: Dashticz - [BETA]Module - NZBget

Post by gielie »

What settings needs to be adjusted when my nzbget is password protected?
- Aeon Labs USB Stick met Z-wave plus
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - [BETA]Module - NZBget

Post by robgeerts »

Maybe this will work:

Code: Select all

var _HOST_NZBGET = 'http://username:[email protected]:6789';
User avatar
gielie
Posts: 290
Joined: Tuesday 12 January 2016 11:40
Target OS: Raspberry Pi / ODroid
Domoticz version: latest β
Location: The Netherlands (Alkmaar)
Contact:

Re: Dashticz - [BETA]Module - NZBget

Post by gielie »

no, doesn't work.
- Aeon Labs USB Stick met Z-wave plus
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - [BETA]Module - NZBget

Post by robgeerts »

Unfortunately it will only work with no login apparently.... maybe you can only secure it whem accessing from outside your local network?
vgr2
Posts: 71
Joined: Monday 29 August 2016 12:02
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - [BETA]Module - NZBget

Post by vgr2 »

dosen't work on my side
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - [BETA]Module - NZBget

Post by robgeerts »

Any error in console?
Have downloads that are currently downloading.. ?
SwordFish
Posts: 278
Joined: Sunday 14 December 2014 12:28
Target OS: Raspberry Pi / ODroid
Domoticz version: V4.11375
Contact:

Re: Dashticz - Module - NZBget

Post by SwordFish »

I have been away from this for a while for personal reasons but now i have the time to pic it up where i left it a while a go.
I installed the latest beta and everything is working. Now i tried to get nzbget to work. what do i have to fill in by blocks and columns?
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Module - NZBget

Post by robgeerts »

Sorry for my late response!!

1.) Add IP

Code: Select all

config['host_nzbget'] = 'http://192.168.1.3:6789';
2.) Add width config (optional)

Code: Select all

blocks['nzbget'] = {};
blocks['nzbget']['width'] = 12;
blocks['nzbget']['downloads_width'] = 6;
3.) Add to a column:

Code: Select all

columns[1]['blocks'] = ['nzbget'];
Recky
Posts: 9
Joined: Monday 30 July 2018 7:05
Target OS: Linux
Domoticz version: Latest
Location: Netherlands
Contact:

Re: Dashticz - Module - NZBget

Post by Recky »

Hoi,

Will this also work with sabnzbd?
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz - Module - NZBget

Post by robgeerts »

Recky wrote: Sunday 30 September 2018 10:55 Hoi,

Will this also work with sabnzbd?
Sorry, no..
evildonkey
Posts: 17
Joined: Sunday 26 November 2017 7:37
Target OS: Raspberry Pi / ODroid
Domoticz version: 3
Location: Leiden - NL
Contact:

Re: Dashticz - Module - NZBget

Post by evildonkey »

I added nzbget but its not showing up. Any body that can help
Domoticz v3 - Beta Channel @ Pi3 | Harmoney Hub | MiLight Ibox2 | Google Home (1) | Google Home Mini (3)
qwerk
Posts: 222
Joined: Tuesday 22 July 2014 7:21
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Netherlands
Contact:

Re: Dashticz - Module - NZBget

Post by qwerk »

I have the same problem here.
nothing shows up. I tried with and without username/password.
I tried : var _host_nzbget
i tried config['host_nzbget

I use the latest beta dashticz ( today updated)
nzbget version 21.1-testing-r2311

is it working for other users?
Lokonli
Posts: 2260
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Module - NZBget

Post by Lokonli »

qwerk wrote: Saturday 28 March 2020 12:14 I have the same problem here.
nothing shows up. I tried with and without username/password.
I tried : var _host_nzbget
i tried config['host_nzbget

I use the latest beta dashticz ( today updated)
nzbget version 21.1-testing-r2311

is it working for other users?
We have a tester! I've never tried or verified nzbget, so I can imagine it's not working anymore. I'll contact you by PM to get it working.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest