Search found 10 matches

by Stockfisch
Wednesday 07 November 2018 17:46
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 204862

Re: [MyDomoAtHome] Support thread

Hello, is there a way to control the HeatMode of my Eurotronic Spirit Plus with MDAH? The ImperiHome Heather Widget is only showing a not existing Mode "default" and a incorrect current Temperature. devices snippet: {"id":"441","name":"Terrassenfenster Solltemperatur","type":"DevThermostat","room ...
by Stockfisch
Tuesday 07 August 2018 18:59
Forum: Z-Wave
Topic: How to delete a dead node?
Replies: 0
Views: 563

How to delete a dead node?

Hi guys, I have messed up one of my nodes - a devolo door sensor. I wanted to wake the node to consume an updated configuration, but accidentally resetted it by pushing the internal button 4 times instead of 3 times. (Not a very fool-proof operating concept, but that's a different topic) :( After ...
by Stockfisch
Monday 15 January 2018 13:09
Forum: Z-Wave
Topic: new zwave plus thermostat valves
Replies: 64
Views: 17252

Re: new zwave plus thermostat valves

Hi ton12345, I also own 3 Spirit Plus Thermostats, For 2 of them I had success following ropske’s instructions above. It failed for the third. The reason is that there are 2 different variants on the market (ID=0001 and ID=0003). In addition to ropske's instructions, try adding another line to the m ...
by Stockfisch
Monday 15 January 2018 10:18
Forum: Z-Wave
Topic: new zwave plus thermostat valves
Replies: 64
Views: 17252

Re: new zwave plus thermostat valves

Hi ryen,
I change the heatmode of my Spirit Plus Thermostats using a dzVents Script.

You may try something like:

Code: Select all

domoticz.devices('Thermostat Mode').updateMode('Off')
See the Spirit Plus user manual chapter 6.8 for the Heat Mode Parameters.

Best regards Dirk
by Stockfisch
Saturday 13 January 2018 10:16
Forum: Z-Wave
Topic: Snd Scene with Fibaro switch 223
Replies: 1
Views: 635

Re: Snd Scene with Fibaro switch 223

Good morning guys. I'm having the same issue with a FGS-223. My Switch isn't firing any scenes. My parameters: 20. Switch type = Momentary Switch 28. S1 switch - scenes sent = 15 29. S2 switch - scenes sent = 15 Any idea what might be the reason? I already tried some other values (1, 3, 7) for ...
by Stockfisch
Tuesday 31 October 2017 9:12
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 204862

Re: [MyDomoAtHome] Support thread

Hi, on my system, ImperiHome stops displaying the instant energy reporting a few hours after restarting domoticz for most of my devices. This is happening for all my wall plugs (FGWPF-102) plugs and my dimmer (EFGD-212). For my in wall switches (FGS-213) the instant energy is displayed without any ...
by Stockfisch
Saturday 28 October 2017 14:59
Forum: Other questions and discussions
Topic: Sensor value in apps don't reflect reality
Replies: 1
Views: 491

Re: Sensor value in apps don't reflect reality

I'm having the same issue with the Android Mobile App.
Non of my switches or Window Sensors are updated automatically. I always have to force refresh to see the actual status.
Is there a setting I have missed?

Thanks Dirk
by Stockfisch
Friday 27 October 2017 17:14
Forum: Suggestions
Topic: [122] Philips Hue support
Replies: 169
Views: 73027

Re: [122] Philips Hue support

Hi guys I'm having exactly the same issue as TroisSix above. I'm on odroid c2. My log says: Error: EventSystem: in Upadate_hue_LUA: error loading module 'socket.core' from file '/usr/local/lib/lua/5.2/socket/core.so': /usr/local/lib/lua/5.2/socket/core.so: wrong ELF class: ELFCLASS32 I believe that ...
by Stockfisch
Sunday 22 October 2017 12:55
Forum: LUA
Topic: Set security armed/disarmed by switch
Replies: 20
Views: 16005

Re: Set security armed/disarmed by switch

OMG, I' feeling stupid!

My Security Panel is named "Domoticz Security Panel" in the dashboard!
Changing the name in the script did the trick!

Thanks a lot, Dirk
by Stockfisch
Sunday 22 October 2017 12:06
Forum: LUA
Topic: Set security armed/disarmed by switch
Replies: 20
Views: 16005

Re: Set security armed/disarmed by switch

Hi, trying to set up a simple Alarm System in my new Domoticz I found this Threat. I'm trying exactly the same as above, but with no success. I don't manage to change the Security Panel status! I have added a virtual switch to change from disarmed to arm away and vice versa. commandArray = {} if ...