pvklink wrote: ↑Wednesday 25 August 2021 16:24
Hi, after a long holiday i updated to the latest new dashticz beta (scriptautomatic), and have some (small) problems.
One of them is the garbage functionality.
dashticz 3.8.4
domoticz docker 2021.1 (13422)
python 3.7.3
php 7.4.22
This is my config that works with the latest beta from july, no idea what is wrong, but i also have problems with 112/alarmmeldingen and agenda/f1 agenda/football and some news stuff... these give no records or are hanging...
Looks if some sync programm is not working anymore in this beta version..
Can i go back to a previous version of dashticz, or is there a workaround?
@update with the manual install procedure i got this latest version working.
But With the automatic one i get the problems described
config['garbage_mapping'] = {
rest: ['grof', 'grey', 'rest', 'grijs','grijze'],
gft: ['gft', 'tuin', 'refuse bin', 'green', 'groen', 'Biodégradables', 'snoei'],
pmd: ['plastic', 'pmd', 'verpakking', 'kunststof', 'valorlux'],
papier: ['papier', 'blauw', 'blue', 'recycling bin collection'],
kca: ['chemisch', 'kca','kga'],
brown: ['brown', 'verre'],
black: ['black', 'zwart'],
milieu: ['milieu'],
kerstboom: ['kerst'],};
config['garbage'] = {
gft: {kliko: 'green', code: '#FFFFFF', name: 'GFT (groene bak)', icon: 'img/garbage/kliko_green.png'},
pmd: {kliko: 'orange', code: '#FFFFFF', name: 'PMD', icon: 'img/garbage/kliko_orange.png'},
rest: {kliko: 'grey', code: '#FFFFFF', name: 'Restafval', icon: 'img/garbage/kliko_grey.png'},
papier: {kliko: 'blue', code: '#FFFFFF', name: 'Papier', icon: 'img/garbage/kliko_blue.png'},
kca: {kliko: 'red', code: '#FFFFFF', name: 'Chemisch afval', icon: 'img/garbage/kliko_red.png'},
brown: {kliko: 'brown', code: '#FFFFFF', name: 'Bruin', icon: 'img/garbage/kliko_brown.png'},
black: {kliko: 'black', code: '#FFFFFF', name: 'Zwart', icon: 'img/garbage/kliko_black.png'},
milieu: {kliko: 'yellow', code: '#FFFFFF', name: 'Geel', icon: 'img/garbage/kliko_yellow.png'},
kerstboom: {kliko: 'green', code: '#FFFFFF', name: 'Kerstboom', icon: 'img/garbage/tree.png'},};
blocks['mygarbage'] =
{
icalurl: '',
google_api_key:'',
garbage_calendar_id: '',
garbage_use_colors: 1,
garbage_use_names: 1,
garbage_icon_use_colors: 1,
garbage_hideicon: 0,
garbage_use_cors_prefix: 1,
company: 'avalex',
zipcode: 'xxxxxxxx',
street: 'xxxxxxxxxxxx',
housenumber: xx,
housenumberadd: '',
maxitems: 12,
width: 5
}