Search found 4 matches

by mzonneveld
Saturday 18 May 2024 20:56
Forum: Design, usability and languages
Topic: How to change Domoticz web title?
Replies: 4
Views: 4258

Re: How to change Domoticz web title?

I have multiple Domoticz instances and often they are open into differenet tabs in the browser. It would be great to have customized tabs titles to quick select. I tried to edit index.html title in the header section: <title>Domoticz 2</title> but it does not have effect, even with "-nocache ...
by mzonneveld
Wednesday 01 February 2023 7:58
Forum: Utility
Topic: Updating incremental counter with TIME value / json
Replies: 44
Views: 11632

Re: Updating incremental counter with TIME value / json

Is there a way, to store a value - an user variable - into a dummy counter, that measures time? I tried a lot of different settings, but without any luck I would like to create a simple run time counter, since I have to replace a special device every 8000 running hours. So I made a simple blockly ...
by mzonneveld
Thursday 24 November 2022 13:21
Forum: Suggestions
Topic: Mobile refresh-button top-left
Replies: 1
Views: 189

Mobile refresh-button top-left

https://www.digizon.nl/Domoticz/Mobile-Refresh-Button.JPG This refresh-button is usefull when DZ is loaded from a startpage on a iOS device. Script $(function () { // Insert Refresh button var btn = $("<div class='refresh-button' onclick='window.location.reload()'><img src='//www.digizon.nl ...
by mzonneveld
Thursday 24 November 2022 13:16
Forum: Suggestions
Topic: Browser Tab get matching name(s) of viewing page(s)
Replies: 1
Views: 188

Browser Tab get matching name(s) of viewing page(s)

A small jQuery addition to set the browtitle to the current page. So when opening mulitple tabs, it's easy to see which tab shows which DZ-page. https://digizon.nl/Domoticz/Tabs-Names-DZ.JPG $(function () { // Init Events $(window).on('hashchange', function () { UpdateOnNavigate(); }); $("#appnavbar ...