I can't get it running the "HVC Groep" afval programma.
my settings in the CONFIG.js
config['garbage_company'] = 'HVC groep';
config['garbage_icalurl'] = '
http://inzamelkalender.hvcgroep.nl/maand';
config['garbage_zipcode'] = 'my zipcode';
config['garbage_street'] = 'my street';
config['garbage_housenumber'] = '17';
config['garbage_maxitems'] = 5;
config['garbage_width'] = '12';
//Afval programma
var trashcan = {}
trashcan.hvc = { maxitems: 10, trashapp: 'hvc groep', width:12, zipcode:'******', housenumber:'17' }
var trashnames = {}
trashnames['Rest'] = 'Grijze bak';
trashnames['Gft'] = 'Groene bak';
trashnames['Pmd'] = 'Plastic';
trashnames['Papier'] = 'Blauwe bak';
var trashcolors = {}
trashcolors['Rest'] = 'Grey';
trashcolors['Gft'] = 'Green';
trashcolors['Pmd'] = 'Orange';
trashcolors['Papier'] = 'Blue';
when i push the button i get the "Domoticz offline" message
do i have to install something in domoticz?
I have done a git pull "beta" without succes.