Search found 12 matches

by S10NL
Sunday 22 January 2023 10:57
Forum: Heating/cooling
Topic: Daikin Cloud Controller - BRP069C4
Replies: 60
Views: 16993

Re: Daikin Cloud Controller - BRP069C4

Thanks for all the work done!

Is there a way to migrate from manual install to the github repository install.
So that i can update the code to the newest commit without manual editing everything?
by S10NL
Friday 06 January 2023 19:32
Forum: LUA
Topic: Lua scripts suddenly not working anymore
Replies: 2
Views: 681

Re: Lua scripts suddenly not working anymore

Found it!

The script refers to the variable [Srise] and [Sset] which contains astronomical sunset and sundown.
These variables werent retrieved correctly and thus the script failed on the parsing
by S10NL
Friday 06 January 2023 17:30
Forum: Heating/cooling
Topic: Daikin Cloud Controller - BRP069C4
Replies: 60
Views: 16993

Re: Daikin Cloud Controller - BRP069C4

Hi everybody, i have everything working well. Everything syncs accordingly but i can't change the setpoint from within domoticz. Is there something i missed? You are right indeed, something must have changed as this used to work correctly (daikin accepted a string for the setpoint). If you open the ...
by S10NL
Friday 06 January 2023 17:21
Forum: LUA
Topic: Lua scripts suddenly not working anymore
Replies: 2
Views: 681

Lua scripts suddenly not working anymore

Today i noticed that many of my lua script suddenly aren't working anymore after a reboot All the scripts haven't been changed recently, but they all have one thing in common: They use a function to determine if the current time is between a given time frame. function timebetween(s,e) timenow = os ...
by S10NL
Sunday 11 December 2022 14:20
Forum: Heating/cooling
Topic: Daikin Cloud Controller - BRP069C4
Replies: 60
Views: 16993

Re: Daikin Cloud Controller - BRP069C4

Hi everybody,

i have everything working well. Everything syncs accordingly but i can't change the setpoint from within domoticz.
Is there something i missed?
by S10NL
Wednesday 07 April 2021 9:48
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 122700

Re: Controlling Toon [HACKED] from Domoticz

Since some days my log keeps spamming the same error, which i cant figure out: 2021-04-07 08:51:00.922 Error: dzVents: Error: (3.0.2) An error occurred when calling event handler Toon 2021-04-07 08:51:00.922 Error: dzVents: Error: (3.0.2) /opt/domoticz/dzVents/runtime/Utils.lua:121: attempt to ...
by S10NL
Wednesday 07 April 2021 9:00
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 122700

Re: Controlling Toon [HACKED] from Domoticz

Since some days my log keeps spamming the same error, which i cant figure out: 2021-04-07 08:51:00.922 Error: dzVents: Error: (3.0.2) An error occurred when calling event handler Toon 2021-04-07 08:51:00.922 Error: dzVents: Error: (3.0.2) /opt/domoticz/dzVents/runtime/Utils.lua:121: attempt to ...
by S10NL
Saturday 25 July 2020 10:39
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 86023

Re: Zigbee2MQTT

Fixed it myself :-) The answer was adding the following line to [your directory]/domoticz/plugins/zigbee2mqtt/adapters/__init__.py #ECO.DIM (S10) 'Dimmer-Switch-ZB3.0': DimmableBulbAdapter # ECO.DIM dimmer For anyone struggling with this, a simple explanation. The file adapters__init__.py defines ...
by S10NL
Wednesday 22 July 2020 21:30
Forum: Zigbee
Topic: Zigbee2MQTT
Replies: 264
Views: 86023

Re: Zigbee2MQTT

I recently bought this zigbee dimmer https://www.zigbee2mqtt.io/devices/Eco-Dim.07.html . Its paired with a local running zigbee2mqtt server and recognised by the zigbee2mqtt plugin, but here comes the strange part. But its not adding the correct devices. I think the cause is, its recognised as a ...
by S10NL
Saturday 18 April 2020 9:15
Forum: LUA
Topic: Splitting multiple values in one device to multiple single devices
Replies: 2
Views: 1269

Re: Splitting multiple values in one device to multiple single devices

Thanks for your reply! Eventually there was nothing wrong with my script, but the device i wanted to put the results in expected multiple values ( it was a wind device). When i changed the device to a generic device, all was working without a problem. I just didnt know that a specific device type ...
by S10NL
Thursday 12 March 2020 17:20
Forum: LUA
Topic: Splitting multiple values in one device to multiple single devices
Replies: 2
Views: 1269

Splitting multiple values in one device to multiple single devices

Hi All, I'm trying to realize split values from a multiple value device buienradar script. Let me state that i am in no way a programmer but i somewhat understand the logic behind programming. And so i try to combine and rebuild existing scripts to realize my goal. I have this lua script running ...
by S10NL
Monday 24 February 2020 12:11
Forum: Blockly
Topic: Trigger lights on nautical sunset
Replies: 1
Views: 422

Trigger lights on nautical sunset

Let me state that i'm no programmer and so im inclined to use blockly instead of lua or dzvents What i want to accomplish is that my indoor and outdoor lights trigger when it gets dark outside. So i made a blockly script which uses the time block "sunset" and "sunrise". So far so good, everything ...