Search found 573 matches
- Monday 02 December 2024 19:32
- Forum: Others
- Topic: Alfen Eve charger control
- Replies: 6
- Views: 229
Re: Alfen Eve charger control
Did you check the Alfen forum on tweakers? Quite some good experts present on the Alfen wallboxes. It is correct that the Alfen wallbox only allows one connection at a time, so if the Domoticz plugin is active you cannot use the MyEve or AceInstaller software. I see that someone with HA sets the max ...
- Monday 02 December 2024 17:14
- Forum: Others
- Topic: Alfen Eve charger control
- Replies: 6
- Views: 229
Re: Alfen Eve charger control
I think you need to consider the wallbox just as a electricity outlet and do the start/stop control from your car.
Don't you have a car plugin that links to domoticz?
Don't you have a car plugin that links to domoticz?
- Monday 02 December 2024 17:11
- Forum: Other questions and discussions
- Topic: how to include an image into a post on this forum ?
- Replies: 8
- Views: 336
Re: how to include an image into a post on this forum ?
Hello, You can upload the image as an attachment and use "place inline" to display it. Or, copy the image link from an external site and use the link tag. And for image compression you can use online image compressor tool for better quality. A bit late (after two years) but thank you anyway.
- Monday 04 November 2024 10:12
- Forum: Other questions and discussions
- Topic: Electricity consumption & prices forecasting
- Replies: 1
- Views: 278
- Monday 21 October 2024 15:04
- Forum: dzVents
- Topic: Negative Value Smart meter P1
- Replies: 4
- Views: 471
Re: Negative Value Smart meter P1
In the code shown it will switch ON when actualWatt for example -1000, -1100, -1200 etc. and switch OFF when for example -100,0, 100 etc. Is that what you want? Should the second statement maybe be "> 200" instead of "> -200" ? Check you number signs and the > and < operators.
- Thursday 17 October 2024 13:54
- Forum: dzVents
- Topic: script to load ENTSOE day ahead electricity prices
- Replies: 30
- Views: 10165
Re: script to load ENTSOE day ahead electricity prices
They are moving the transparency platform to a new website and doing data migration.
The API seems to be working still, not sure how much that is going to change.
They had some emergency outaged as well on Oct 10 and 11.
The API seems to be working still, not sure how much that is going to change.
They had some emergency outaged as well on Oct 10 and 11.
- Friday 27 September 2024 16:02
- Forum: General Discussion
- Topic: Interesting RPI pushbutton on/off switch
- Replies: 3
- Views: 426
Re: Interesting RPI pushbutton on/off switch
In fact this post has nothing to do with Domoticz and at the same time it has. There are occasions that I try to jeopardize my sytem by experimenting with Domoticz. Sometimes the system 'hangs' and I can see the WiFi leds flicker and the green led flickering as well. That means there is still life ...
- Thursday 12 September 2024 10:56
- Forum: Python
- Topic: Update van "Text" device fails
- Replies: 7
- Views: 439
Re: Update van "Text" device fails
So how come it also failed when you used "Unknown" as string?hvanschaick wrote: ↑Thursday 12 September 2024 10:18 Ok, fixed. My Bad. The string was not a proper string...
- Thursday 12 September 2024 10:07
- Forum: Python
- Topic: Update van "Text" device fails
- Replies: 7
- Views: 439
Re: Update van "Text" device fails
Yes, when I put "Unknown" as string, the same result. I saw this Options=7 in some other plugin, without it, creation fails... Indeed I have not clue what is.... Trial and Error... I could try defining it with Type, subtype instead op the "Text" parameter... also try adding "used=1" (default seems ...
- Thursday 12 September 2024 10:03
- Forum: Bugs and Problems
- Topic: Restart every hour / Alle Stunde Neustart
- Replies: 6
- Views: 401
Re: Restart every hour / Alle Stunde Neustart
Hi, sorry aber mein engl. ist zu schlecht. Ich habe Domoticz auf einem Raspi3b unter Docker laufen, es funktioniert alles. Allerdings wird Domo einmal pro voller Stunde neu gestartet, es dauert dann 5-6 Minuten bis alles wieder das ist. Meine Installation: Version: 2024.7 Build Hash: b317cfab1 ...
- Wednesday 11 September 2024 19:27
- Forum: Python
- Topic: Update van "Text" device fails
- Replies: 7
- Views: 439
Re: Update van "Text" device fails
Just thinking out loud.... The errormessage indicates a type error of the passed parameters, but your are passing a 0 and you are passing a string (although some strange € characters in the string, but when I try it in a normal python program it does not trigger an error), so you don't seem to be d ...
- Saturday 07 September 2024 16:36
- Forum: Other questions and discussions
- Topic: How is value for kWh for specific month calculated?
- Replies: 14
- Views: 610
Re: How is value for kWh for specific month calculated?
It goes above my capabilities to use dzVents, .... This is an example of the dzVents script needed. Just adjust the time at which it needs to run (instead of 11:11), the devicenr (instead of 999) and the required value (instead of 11111). Don't forget to switch it off afterwards otherwise it will ...
- Friday 06 September 2024 13:17
- Forum: Other questions and discussions
- Topic: How is value for kWh for specific month calculated?
- Replies: 14
- Views: 610
Re: How is value for kWh for specific month calculated?
I have wrong values in table meter in the second column (=total Wh produced). All these values need to be subtracted by a certain value. When I change this value in the right value at the last date/time-value I would expect that the measured Wh in the current 5 minutes would be added to this value ...
- Friday 06 September 2024 10:53
- Forum: Suggestions
- Topic: Energy meter with 3 tarifs
- Replies: 7
- Views: 1164
Re: Energy meter with 3 tarifs
You can always load the tariffs yourself onto a separate device and then do the multiplication using a dzVents script to get your costs.
I do this for my hourly tariffs (although today the enever setup can do this?)
I do this for my hourly tariffs (although today the enever setup can do this?)
- Thursday 05 September 2024 14:11
- Forum: Other questions and discussions
- Topic: How is value for kWh for specific month calculated?
- Replies: 14
- Views: 610
Re: How is value for kWh for specific month calculated?
... As a side note, the month (and year) total normally doesn't match that latter value anyway because there is a time gap between day[n].lastvalue and day[n+1].firstvalue. On a yearly base this will cause you to lose a full hour of usage data on older smart meters. There is an open issue related ...
- Wednesday 04 September 2024 21:35
- Forum: Other questions and discussions
- Topic: How is value for kWh for specific month calculated?
- Replies: 14
- Views: 610
Re: How is value for kWh for specific month calculated?
So the question is, from which values in which table is the value for such a month calculated? Short term data (duration depends on settings, but usually a day or two) is stored in MultiMeter table. Long term data (one record per day) is stored in MultiMeter_Calendar (and populated from short term ...
- Tuesday 03 September 2024 10:59
- Forum: dzVents
- Topic: Start script after specific sunrise time
- Replies: 4
- Views: 383
Re: Start script after specific sunrise time
So you want to take some action betweeb 6:30 and 7:15 but only if sunrise is after 6:50? I would then trigger the script with the between 6:30 and 7:15 condition and then in the script test whether sunrise is after 6:50 before doing any further action. I see in the dzVents wiki there is a ...
- Monday 02 September 2024 14:30
- Forum: Bugs and Problems
- Topic: Error : "Error: Error opening SQLite3 database: unable to open database file"
- Replies: 5
- Views: 264
Re: Error : "Error: Error opening SQLite3 database: unable to open database file"
hi guys version 2024.4 raspberry pi 4 some times when i unplug/plug power supply of raspberry , domoticz go to offline , when i want run this manually with this command "./domoticz" i have this error : Error opening SQLite3 database: unable to open database file Of course, I have made a change in ...
- Monday 02 September 2024 9:34
- Forum: dzVents
- Topic: Script subtracting measurements from two water meters
- Replies: 32
- Views: 1545
Re: Script subtracting measurements from two water meters
Sorry, there is one left parenthesis too much. Please remove the "(" before the word resultCounter. Then it should work. I did it and the logs showed something like this: 2024-09-01 21:39:31.464 dzVents: Debug: Water Counter Script: Processing device-adapter for Water: Counter device adapter 2024 ...
- Thursday 29 August 2024 17:22
- Forum: dzVents
- Topic: Converting Blockly to dzvents [Solved]
- Replies: 7
- Views: 606
Re: Converting Blockly to dzvents [Solved]
Your statement "dz.time.matchesRule("between sunrise or sunset")" seems to be the exact opposite of what is being used in blockly. The above is during daytime, the blockly is during nighttime. Also in blockly, the else-if is not really an else-if like you might be used to from other programming ...