Search found 5 matches

by Kubiekdriehoekje
Sunday 10 July 2022 21:22
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 619062

Re: Domoticz app 2.0

List view (and big sliders for dimmers) back again! Much better on the XZ1 compact... TY.
by Kubiekdriehoekje
Sunday 10 July 2022 16:44
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 619062

Re: Domoticz app 2.0

I rather like the overview you get on a mobile phone when you're on the same local network and point your browser to your Domoticz instance. Ok after various requests, i've decided to bring back the list on dashboard option in the settings. Coming in one of the next update Great news true!
by Kubiekdriehoekje
Saturday 09 July 2022 12:05
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 619062

Re: Domoticz app 2.0

Yesterday I received the update for the Premium version, which changed the layout on the dashboard from a single column to 2 columns of tiled elements. Also tile at position 1 tends to go empty upon refresh, moving all tiles +1 in position. How to revert back to single column of tiles/elements in ...
by Kubiekdriehoekje
Monday 31 July 2017 14:23
Forum: Show your projects
Topic: Zehnder Stork KPMe 0-10V central ventilation unit
Replies: 0
Views: 1085

Zehnder Stork KPMe 0-10V central ventilation unit

I've recently had a very, very, very overdimensioned, Zehnder Stork VDA replaced with a 400m3/h KPMe from the same brand and wanted to be able to control it from within Domoticz. So I've build a little switch box wit 2 Qubino flush units to control it. The new ventilation unit is capable of handling ...
by Kubiekdriehoekje
Friday 30 June 2017 20:00
Forum: Blockly
Topic: Blocky script doesn't work like expected...
Replies: 23
Views: 6404

Re: Blocky script doesn't work like expected...

Like Spitfire and others stated before else-if logic is broken: The following example is how it should work: ifelseifelseif.png PRE: x=0 y=0 RUN 1: x == 0 && y == 0 x -> 1 RUN 2: x == 1 && y == 0 y -> 1 RUN 3: x == 1 && y == 1 x -> 0 y -> 0 But instead it behaves like this example: ififif.png PRE: x ...