LogicMachine Forum
Feature requests - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visu beta testing (https://forum.logicmachine.net/forumdisplay.php?fid=24)
+--- Thread: Feature requests (/showthread.php?tid=5692)

Pages: 1 2 3 4 5 6


RE: Feature requests - Daniel - 03.11.2025

and my second question?


RE: Feature requests - admin - 03.11.2025

If you are using image proxy then there's a hard limit of 1MB per snapshot. Open the snapshot in your browser, download the file and check the size. If it's over 1MB then you need to lower the resolution or snapshot quality.


RE: Feature requests - AlexLV - 03.11.2025

Daniel,

now refresh rate is 10 sec. Not helped.

For Hikvision I use this string:

http://IP/ISAPI/Streaming/channels/102/picture?videoResolutionWidth=960&videoResolutionHeight=262

I will check maybe is possible reduce quality a bit


RE: Feature requests - admin - 03.11.2025

Check the videoResolutionHeight parameter. It should be much larger than 262, something like 540 or 720 depending on camera sensor aspect ratio.


RE: Feature requests - AlexLV - 03.11.2025

When I change Height it does not help.

And size of the snapshot image is 1025Kb, I bit bigger than now allowed..


RE: Feature requests - admin - 03.11.2025

Then most probably videoResolutionWidth does not work either. What is the real resolution of the downloaded image? Try using channel 101 instead of 102 in the snapshot URL.


RE: Feature requests - AlexLV - 03.11.2025

Resolution of the snapshot is 5120x1440.

I think I should change camera settings, may be only 1st stream is on and used.. Will check it when will be at site.


RE: Feature requests - stianj - 04.11.2025

Not sure which thread is the correct one for this, sorry if I missed the right one.

I finally put the new Trends widget to test, and it was much better than expected! Thank you!

But I have two wishes...

1: Able to enter unit for the y-axis. For instance, when it's temperature, it would look much better if the labels also had °C. I'm sure there are other use cases as well.

2: Be able to select resolution - like I have a 12 hour data period - and I get grid line and y-axis label for every two hours for that particular sized trend. The label is ok as is, but I would like to have grid line for every hour - maybe even every 30 minutes some times. So I would love to have a separate value for number of grid lines at least on the x-axis... Or actually, when I try different sizes now, I think it would have been nice to be able to choose number of grid lines and labels seperately and independently for both axes. So if I have 10 grid lines and 5 labels, every second grid line will have a label.

Other than that, it's perfect ❤️


RE: Feature requests - admin - 05.11.2025

1. Can be done

2. This is more complicated because the chart library doesn't have a direct ability to set the grid size. Only a minimum spacing between each grid line can be set. This can be added as an option later. The number of labels can be made configurable as ratio to grid lines like 1:1, 1:2 etc.


RE: Feature requests - stianj - 10.11.2025

Just tested the new version. All the bugs I've encountered are fixed, thank you! And the Trend widget is perfect now! <3

Except for one thing... that might (hopefully?) be a new bug. When using the "X axis grid to label ratio" I get the date as well on every label. Not just the first label of a day. Not a huge problem, but it is much tidier when it's only on the first label of the day (which it still is when "X axis grid to label ratio" is 1).

Other than that, perfect! Just what I wanted and needed! Smile Thank you!


RE: Feature requests - admin - 11.11.2025

@stianj, labels can be fixed but only partially. If a first label of a day must be skipped then the next label will only display the time without the date.