Search found 19 matches

by mvdheide01
Thursday 13 April 2023 16:09
Forum: Python
Topic: How to separate values in Python Event where the n_value or s_value returns more than 1?
Replies: 5
Views: 370

Re: How to separate values in Python Event where the n_value or s_value returns more than 1?

Thanks!, that helped me a lot. It works fine (for now) so here is what I made of it: import DomoticzEvents as DE if DE.changed_device_name == "Boiler kWh Meter": DE.Log("--Python: Changed: " + DE.changed_device.Describe() ) DE.Log("--Python: device: " + str(DE.changed_device.id) + " " + str(DE ...
by mvdheide01
Wednesday 12 April 2023 10:48
Forum: Python
Topic: How to separate values in Python Event where the n_value or s_value returns more than 1?
Replies: 5
Views: 370

Re: How to separate values in Python Event where the n_value or s_value returns more than 1?

The idea to stick to Python is that at work it is also used and it is already hard enough to learn. But ofcourse in a different way so hard to combine.
I use blockly for some other scenes but was not able to use the value of the current usage, probably because it gets 2 values.
by mvdheide01
Wednesday 12 April 2023 7:38
Forum: Python
Topic: How to separate values in Python Event where the n_value or s_value returns more than 1?
Replies: 5
Views: 370

How to separate values in Python Event where the n_value or s_value returns more than 1?

Hi, I am struggling with the following task. My electric boiler switches on 1 hour after sunrise so it can benefit the most from my solar panels. I would like to switch on the charging of my electric car, after the boiler is done. There is a smart switch on my boiler, which measures the power. The ...
by mvdheide01
Friday 11 December 2020 16:38
Forum: Dashticz
Topic: Dashticz graph watermeter show a bar for every usage
Replies: 7
Views: 700

Re: Dashticz graph watermeter show a bar for every usage

Hi Delfuego, yes, I have a cold water and a hot water meter. I bought 2 and placed them inside my house. My actual water meter is at the street side, about 90 meters away. We have a 200 liter boiler which I only warm up at night hours so i want to keep track where all water went :-)
by mvdheide01
Thursday 10 December 2020 16:59
Forum: Dashticz
Topic: Dashticz graph watermeter show a bar for every usage
Replies: 7
Views: 700

Re: Dashticz graph watermeter show a bar for every usage

When i look into the database of Domoticz and select Meter and my Hot water usage meter (The variable), it looks like the value is just written to the database every 5 minutes. So my feeling is, that the part in the script that was there to write a record to the database, even if there is nu water ...
by mvdheide01
Wednesday 09 December 2020 12:13
Forum: Dashticz
Topic: Dashticz graph watermeter show a bar for every usage
Replies: 7
Views: 700

Re: Dashticz graph watermeter show a bar for every usage

Hi Delfuego, Yes, apparently I did that in the past. But the issue is not that there is too long time before the water sensor is triggered. It just needs an extra loop function. Something like if usage = null, write a record every 5 minutes. Now the behaviour is, when waterusage is more then 5 ...
by mvdheide01
Tuesday 08 December 2020 18:32
Forum: Dashticz
Topic: Dashticz graph watermeter show a bar for every usage
Replies: 7
Views: 700

Re: Dashticz graph watermeter show a bar for every usage

Hi Delfuego, the watermeter is a virtual meter in Domoticz like described in https://ehoco.nl/watermeter-uitlezen-in-domoticz-lua-script/ That works almost perfect, except the part for writing away a record every 5 minutes when no water has been used. After 5 minutes the log of domoticz is filled ...
by mvdheide01
Tuesday 24 November 2020 19:25
Forum: Dashticz
Topic: Dashticz graph watermeter show a bar for every usage
Replies: 7
Views: 700

Dashticz graph watermeter show a bar for every usage

Hi all, Screen Shot 2020-11-24 at 19.23.56.png I have my watermeter (for hot water) shown in a bar graph. That works fine. But the graph shows the usage for a period of time, not for the total usage from that starttime. Example hot water running for: 5 minutes to get hot water for shaving. say 5 ...
by mvdheide01
Wednesday 04 December 2019 11:32
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 115683

Re: Dashticz - Module - Calendar

Good to hear :-) Yes, probably your set up is different than mine. There are more ways to Rome as we Dutchies say (Yes I am a real Dutchy in Belgium) Still no luck using .items div { as you've been using in your custom.css . I used the Web Developer Tools which confirmed that my custom.css is being ...
by mvdheide01
Tuesday 03 December 2019 16:35
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 115683

Re: Dashticz - Module - Calendar

Strange. I am not shure if it is needed but i have changed the right on the file so at least that will not be the issue. Maybe that helps? You can try in a webbrowser to use the developer tools to inspect element and see if you can find your custom.css so you can see if it is used. There you can ...
by mvdheide01
Monday 02 December 2019 19:05
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 115683

Re: Dashticz - Module - Calendar

Actually you can, but you need to use a fixed width font. Screenshot 2019-12-02_18-59-50-964.png custom.css /*calendar*/ .items div { font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace; font-weight: medium; font-style: normal; font-size: 14pt; letter-spacing: 0.5pt ...
by mvdheide01
Saturday 30 November 2019 14:25
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1004
Views: 328073

Re: Dashticz - Show your dashboard and how-to's!

Already found how to install the beta. First test is very promising: Screenshot 2019-11-30_14-23-57-543.png Hi Hansie, Thanks for the reply. When I use it as you describe, I get the Dashticz standard, not just the Domoticz one. Maybe you can point me where to find the instructions for using the beta ...
by mvdheide01
Saturday 30 November 2019 11:10
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1004
Views: 328073

Re: Dashticz - Show your dashboard and how-to's!

Hi Hansie, Thanks for the reply. When I use it as you describe, I get the Dashticz standard, not just the Domoticz one. Maybe you can point me where to find the instructions for using the beta, then I will try that. That might also just solve the issue with showing liters and get the correct view ...
by mvdheide01
Friday 29 November 2019 22:44
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1004
Views: 328073

Re: Dashticz - Show your dashboard and how-to's!

Hi, I would like to display only the graph of my watermeter, coming from Domoticz. So just the one that displays the bars of the last 24 hours. WatermeterDomoticz.png How could I do that? I am using Dashticz in my Magic mirror and want my kids to see who used the least water during the morning ...
by mvdheide01
Thursday 28 February 2019 7:26
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 115683

Re: Dashticz - Module - Calendar

Thanks for replying, Actually at this moment i don't know what my configuration was exactly and I ca't find that post anymore. I had found a post that put it in a frame and remove the "<iframe src=" before the link and "></iframe>" from the end of the Google calendar link. But at this moment every ...
by mvdheide01
Thursday 21 February 2019 10:37
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 115683

Re: Dashticz - Module - Calendar

How did you add your calendar to Dashticz? Via a frame, or via a calendar block? Can you post your calendar definition from your CONFIG.js here? Thanks for replying, Actually at this moment i don't know what my configuration was exactly and I ca't find that post anymore. I had found a post that put ...
by mvdheide01
Wednesday 20 February 2019 18:27
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 115683

Re: Dashticz - Module - Calendar

Hi, I am trying just to display the google calendar as it shows in the "integrate calendar". So no tricks or formatting, just as it comes because i like that. Also my garbage calendar is included, the holidays etc. I was able to show it in Dashticz, but after 1 minute or so, it is replace by the ...
by mvdheide01
Sunday 17 February 2019 16:54
Forum: Dashticz
Topic: Dashticz - Module - Calendar
Replies: 459
Views: 115683

Re: Dashticz - Module - Calendar

Hi, I am trying just to display the google calendar as it shows in the "integrate calendar". So no tricks or formatting, just as it comes because i like that. Also my garbage calendar is included, the holidays etc. I was able to show it in Dashticz, but after 1 minute or so, it is replace by the ...
by mvdheide01
Monday 21 January 2019 14:58
Forum: Raspberry Pi GPIO ( WiringPi )
Topic: Monitor Belgian watermeter and gasmeter with Pi GPIO
Replies: 22
Views: 16242

Re: Monitor Belgian watermeter and gasmeter with Pi GPIO

The final solution can be found here:
https://ehoco.nl/watermeter-uitlezen-in ... ua-script/
With that, it works great!
Thanks