In latest beta FontAwesome has been updated to 5.14.0
Dashticz 3.5.2 Beta
Moderators: leecollings, htilburgs, robgeerts
-
- Posts: 2262
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz 3.5.2 Beta
-
- Posts: 184
- Joined: Wednesday 06 September 2017 9:11
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Dashticz 3.5.2 Beta
Many thanks for that !
-
- Posts: 184
- Joined: Wednesday 06 September 2017 9:11
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Dashticz 3.5.2 Beta
Hi (AGAIN sorry for that)
I have installed a water meter in domoticz.
I want to show this in domoticz. It shows only the total m3 i used, but not the daily. 0.025m3
I used the codes _1 _2 _3 but doesnt show the other values
As you can see you see only the total stats.
Here is the json output of domoticz
Could it be that the counter incremental not is coded in dashtics ?
I have installed a water meter in domoticz.
I want to show this in domoticz. It shows only the total m3 i used, but not the daily. 0.025m3
I used the codes _1 _2 _3 but doesnt show the other values
As you can see you see only the total stats.
Here is the json output of domoticz
Could it be that the counter incremental not is coded in dashtics ?
-
- Posts: 2262
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz 3.5.2 Beta
Defining the value and unit parameter might work for water devices. Try the following: (sorry, can't test myself at the moment
Code: Select all
blocks[11831] = {
value: '<CounterToday>',
unit: '',
}
-
- Posts: 184
- Joined: Wednesday 06 September 2017 9:11
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Dashticz 3.5.2 Beta
it works, it only converted to 0,03 m3 instead of 0,025m3. So i will see only the 10 20 30 40 50 liters.
Is it possible to calculate it to liters ?
edit: tried with the format option mentioned on the docs below. Button won't change and stay the same
https://dashticz.readthedocs.io/en/beta ... formatting
-
- Posts: 2262
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz 3.5.2 Beta
Try adding the following to the block definition:Vomera wrote: ↑Thursday 13 August 2020 16:06
it works, it only converted to 0,03 m3 instead of 0,025m3. So i will see only the 10 20 30 40 50 liters.
Is it possible to calculate it to liters ?
edit: tried with the format option mentioned on the docs below. Button won't change and stay the same
https://dashticz.readthedocs.io/en/beta ... formatting
Code: Select all
decimals: 3
-
- Posts: 184
- Joined: Wednesday 06 September 2017 9:11
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Dashticz 3.5.2 Beta
Cool it works, i tried also to convert it to liters, but it is impossible (tried also some graph parameters hoping that it will work only on block parameter)
-
- Posts: 64
- Joined: Wednesday 11 September 2019 21:24
- Target OS: -
- Domoticz version:
- Contact:
Re: Dashticz 3.5.2 Beta
do you know if the garbage provider of Almere is changed? Since two weeks it shows Black (zwart) for GFT. Thanks in advance.
-
- Posts: 2262
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz 3.5.2 Beta
First disable garbage name mapping, by adding the following to CONFIG.js:madradrakie wrote: ↑Wednesday 19 August 2020 21:36 do you know if the garbage provider of Almere is changed? Since two weeks it shows Black (zwart) for GFT. Thanks in advance.
Code: Select all
config['garbage_use_names'] = 0;
In the default name mapping DUO doesn't exist. You can add the mapping from DUO to Gft by redefining garbage_mapping in CONFIG.js as follows:
Code: Select all
config['garbage_mapping'] = {
rest: ['grof', 'grey', 'rest', 'grijs', 'grijze'],
gft: [
'gft',
'tuin',
'refuse bin',
'green',
'groen',
'Biodégradables',
'snoei',
'duo'
],
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'],
aeea: ['aeea'],
textiel: ['textiel'],
sorti: ['sorti'],
};
Code: Select all
config['garbage_use_names'] = 1;
-
- Posts: 64
- Joined: Wednesday 11 September 2019 21:24
- Target OS: -
- Domoticz version:
- Contact:
Re: Dashticz 3.5.2 Beta
thanks Lokonli for your help again. I will remember this trick for the next time the module is not working.
Who is online
Users browsing this forum: No registered users and 0 guests