Search found 112 matches

by RonkA
Friday 20 June 2025 0:02
Forum: Suggestions
Topic: Previous day in log temperature
Replies: 3
Views: 122

Re: Previous day in log temperature

Maybe lookup: setup > settings > Log History > Short Log Sensors: if this is set to 7 days set it to 1 day..
by RonkA
Saturday 14 June 2025 15:49
Forum: Bugs and Problems
Topic: Custom icons do not shown anymore / custom icons upload fails
Replies: 30
Views: 2544

Re: Custom icons do not shown anymore / custom icons upload fails

Maybe you could let the author of this tool know that it sometimes generates icons with 0 byte length I couldn't reach him, i don't have twitter/X, his GitHub is 404, and i don't have LinkedIn.. I made this , it is to be saved in .html and used on a server works well Also Nice, saves a lot of time ...
by RonkA
Saturday 14 June 2025 12:45
Forum: Suggestions
Topic: more options for sensors to appear in the dashboard
Replies: 16
Views: 1884

Re: more options for sensors to appear in the dashboard

Hi, It looks to me your reactions are from the heart and not from the mind.. Yes, some things are annoying for a short while, but as soon as you have conquered the /current/ problem you feel great that you mastered it..(I do..) For the 1st thing you posted i can see that it is a bit annoying to see ...
by RonkA
Friday 13 June 2025 10:49
Forum: Bugs and Problems
Topic: Missing "More default icons" on ver. 2025.1
Replies: 2
Views: 133

Re: Missing "More default icons" on ver. 2025.1

Can you specify the icons that are missing?
My Domoticz build 16626 setup is also on a Synology nas running in Docker and i think i have all extra icons to my disposal.
by RonkA
Wednesday 11 June 2025 20:48
Forum: Bugs and Problems
Topic: Custom icons do not shown anymore / custom icons upload fails
Replies: 30
Views: 2544

Re: Custom icons do not shown anymore / custom icons upload fails

Here is a python-script that generates the right icons from the generated ones by domoticz- icon.aurelien-ve.fr: import sys import os import zipfile from PIL import Image from io import BytesIO def crop_icon(image_data): with Image.open(BytesIO(image_data)) as img: if img.size == (50, 50): cropped ...
by RonkA
Tuesday 10 June 2025 13:30
Forum: Bugs and Problems
Topic: Custom icons do not shown anymore / custom icons upload fails
Replies: 30
Views: 2544

Re: Custom icons do not shown anymore / custom icons upload fails

Hate to revive an older thread, but i also have trouble uploading a new icon on my Docker driven Domoticz. As i was searching and trying to learn how to tackle this i noticed: Version 2025.1 (May 5th 2025) .. - Implemented: More default icons First it didn't land wat this could implicate but after ...
by RonkA
Monday 09 June 2025 21:01
Forum: Suggestions
Topic: Meteoserver sun radiation
Replies: 5
Views: 246

Re: Meteoserver sun radiation

I like what i see from the fore last script, i am curious how correct the prediction will be, but it looks a lot easier than the daily lookup of the sun graph from Weeronline.. zongrafiek.PNG The thing i don't like from the 'mainstream' weather-models is the fact that the nearest weather-station is ...
by RonkA
Monday 09 June 2025 13:01
Forum: Bugs and Problems
Topic: energy dashboard P1 LAN not working
Replies: 10
Views: 368

Re: energy dashboard P1 LAN not working

It seems your house has some serious power-balance issues. As i can see from your screenshot you have a 1 fase inverter connected to L2, the majority of your power-consumtion is done on that fase also.. I assume your house was 1-fase that was upgraded to 3-fase to use 3-fase electric stove or ...
by RonkA
Sunday 08 June 2025 18:57
Forum: Bugs and Problems
Topic: energy dashboard P1 LAN not working
Replies: 10
Views: 368

Re: energy dashboard P1 LAN not working

I see IDX 14 is set to unused(the little green arrow) click this to 'Add device'
by RonkA
Thursday 05 June 2025 13:54
Forum: LUA
Topic: scripts percentage solar panels
Replies: 11
Views: 454

Re: scripts percentage solar panels

First of all, the script you have in the textfile looks horrible! effectively this is wat your script is if you remove all clutter: return { on = { devices = { 171, 258 } }, logging = { level = domoticz.LOG_INFO, marker = "Percentage" }, execute = function(dz, item) local Smartmeter = dz.devices(171 ...
by RonkA
Wednesday 04 June 2025 14:43
Forum: LUA
Topic: scripts percentage solar panels
Replies: 11
Views: 454

Re: scripts percentage solar panels

Hi, i suspect you used https://wiki.domoticz.com/DzVents:_next_generation_Lua_scripting#Percentage to use as reference for your script, but that is not how to use a dummy device in a script.. in dzVents you do something like this: local percentageDevice = domoticz.devices(IDX) use the IDX of your ...
by RonkA
Wednesday 04 June 2025 10:25
Forum: General Discussion
Topic: Easiest way for a newbie for SolarEdge integration?
Replies: 12
Views: 380

Re: Easiest way for a newbie for SolarEdge integration?

I don't have the answer, i can only guess.. But could it be that in Domoticz the device Total Energy is the value of what in the second screenshot is exported to the grid? the usage/deliver-values between modbus and app can totally be different because of new 'instant' values from modbus and old ...
by RonkA
Tuesday 03 June 2025 13:29
Forum: General Discussion
Topic: Easiest way for a newbie for SolarEdge integration?
Replies: 12
Views: 380

Re: Easiest way for a newbie for SolarEdge integration?

Steps i used to enable modbus on my SE9K inverter: Enable wifi direct on the inverter by switching the red toggle switch on the inverter to "P" position for at least 1 second but less than 5 seconds.. Connect to the inverter access point like you would for a normal wifi network. The wifi password is ...
by RonkA
Thursday 29 May 2025 17:47
Forum: dzVents
Topic: Can't automate selector based on temp
Replies: 5
Views: 242

Re: Can't automate selector based on temp

Doesn't it "double up" later? Or should I remove the latter .temperature?
Yes, You get the values before you use the If-statement.
Not sure how to work with the selectorswitch but read in the dzVents wiki you can use .level..
by RonkA
Thursday 29 May 2025 17:27
Forum: dzVents
Topic: Can't automate selector based on temp
Replies: 5
Views: 242

Re: Can't automate selector based on temp

In stead of: execute = function(dz, item) local OlohuTemp = dz.devices('OlohuoneKulma') local AlakTemp = dz.devices('Alakerta') local viilee = dz.devices('Viilennys') -- Log current temperatures for debugging dz.log('OlohuoneKulma: ' .. OlohuTemp.temperature .. '°C, Alakerta: ' .. AlakTemp. ...
by RonkA
Thursday 15 May 2025 16:03
Forum: Bugs and Problems
Topic: Device disappeared since update to 2025.1
Replies: 4
Views: 292

Re: Device disappeared since update to 2025.1

Is it possible there is a problem with the usage of the devicename and idx where for instance the devicename is used in one script and idx in another?
by RonkA
Tuesday 13 May 2025 16:48
Forum: Bugs and Problems
Topic: Update of text device disappears
Replies: 18
Views: 2535

Re: Update of text device disappears

Also on 2025.1 and no problems with textdevices beeing updated via dzVents. (have several running..)
by RonkA
Tuesday 11 March 2025 0:52
Forum: Suggestions
Topic: Dynamicly change dummy kWh counter icon state
Replies: 2
Views: 1246

Re: Dynamicly change dummy kWh counter icon state

Hi, Thanks for your reply to my suggestion; But this feels more like a workaround for wat i am proposing, because you have to make the same icon twice.. One icon, like the original i made, to use for the swich that has all the functionallity build into it to work in both on and off states; And a ...
by RonkA
Thursday 06 March 2025 0:25
Forum: Suggestions
Topic: Dynamicly change dummy kWh counter icon state
Replies: 2
Views: 1246

Dynamicly change dummy kWh counter icon state

Hello All. I use a lot of dummy kWh counters in Domoticz, and for almost all counters i made some nice custom icons that have both ON and OFF states. For example: on my dashboard i have a switch: wisselaar button.PNG and a kWh counter: wisselaar kWh.PNG So both devices use the same icon. Now the ...
by RonkA
Sunday 26 January 2025 13:06
Forum: Other questions and discussions
Topic: Custom Text Device - align text to left
Replies: 1
Views: 272

Re: Custom Text Device - align text to left

Maybe this helps? For my dzVents text devices i use a monospace font like Consolas to get a fixed width of the texts, Very important! Define the maximal length of the line of text; this is tricky because there is a difference between desktopview and tabletview and even between the tabs for dashboard ...