domoticz: improve config, don't require telldus
authorDavid Woodhouse <redacted>
Mon, 17 Nov 2025 13:41:06 +0000 (13:41 +0000)
committerDavid Woodhouse <redacted>
Fri, 12 Dec 2025 03:03:15 +0000 (12:03 +0900)
commit4b5b41e356923224d9d7281417ee463b804ae462
treede4497af70bb6a842a95b98a4ad71902faf8bca3
parentb8430de53836912f361883f172062af3b67c8090
domoticz: improve config, don't require telldus

Add support for configuring the -vhostname, as it helps to get the right
issuer into OAuth2 tokens. Also disable the mdns responder by default;
when we're running on OpenWrt we have better options that that. Clean
up the logging options, and also make it export $TZ to work around our
musl hack which otherwise opens and reads /etc/TZ thousands of times
a minute.

Also drop the telldus dependency. Domoticz will dlopen that at runtime
without having to have it present at build time at all, so it should
still work for users who install it.

Signed-off-by: David Woodhouse <redacted>
utils/domoticz/Makefile
utils/domoticz/files/domoticz.config
utils/domoticz/files/domoticz.init
utils/domoticz/patches/001-domoticz-2025.2-no-telldus.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT