Search found 13 matches

by Szmalu
Monday 16 October 2023 22:51
Forum: dzVents
Topic: 3 point motorized mixing valve [Solved]
Replies: 17
Views: 2198

Re: 3 point motorized mixing valve [Solved]

bitzy wrote: Monday 16 October 2023 19:58 The same script to keep a constant flow temperature, a little cleaner and easier to follow and modify:
Thx!
by Szmalu
Monday 09 October 2017 18:19
Forum: iOS
Topic: Domoticz App
Replies: 505
Views: 119734

Re: Domoticz App

Something does not work. In addition to the ability to change the theme to dark, I do not see any additional options such as geofencing or the ability to add a widget to the home screen.

Domoticz ver. 3.8153
by Szmalu
Tuesday 18 April 2017 12:16
Forum: Python
Topic: Generic Denon / Marantz python plugin
Replies: 128
Views: 35278

Re: Generic Denon / Marantz python plugin

@Dnpwwo

Not exactly. When I turn on Zone2 via http command:

Code: Select all

http://DENON_IP/MainZone/index.put.asp?cmd0=PutZone_OnOff%2FON&cmd1=aspMainZone_WebUpdateStatus%2F&ZoneName=ZONE2
It works like it supposed to (Main Zone remains off).
by Szmalu
Sunday 02 April 2017 12:15
Forum: Python
Topic: Generic Denon / Marantz python plugin
Replies: 128
Views: 35278

Re: Generic Denon / Marantz python plugin

THX for great plugin.

There is only one issue - you can't turn on Zone 2 alone just by clicking it - If you try to - Zone 1 turns on at the same time.
by Szmalu
Monday 10 October 2016 23:22
Forum: Heating/cooling
Topic: StellaZ vs Danfoss Living connect vs Komforthaus Comet ?
Replies: 43
Views: 9512

Re: StellaZ vs Danfoss Living connect vs Komforthaus Comet ?

guantolento wrote:danfoss lc-13 need a external temperetur sensor
No it doesn't. Danfoss works fine as it is. It's got build in temperature sensor (just doesn't reporting temperature state outside).
by Szmalu
Friday 03 April 2015 16:50
Forum: Others
Topic: SainSmart iMatic relay board with RJ45
Replies: 16
Views: 8921

Re: SainSmart iMatic relay board with RJ45

Ok, I made it :) It's woring now. I'll post later to explain everything.
by Szmalu
Friday 03 April 2015 2:27
Forum: Others
Topic: SainSmart iMatic relay board with RJ45
Replies: 16
Views: 8921

Re: SainSmart iMatic relay board with RJ45

Ok, I think, that I've found a source of the problem. I assume that Domoticz runs python scripts @ Python 3. That script works only with Python 2. For a programmer it wont be a problem to fix it :) I hope that some of u can help? When I'm trying to run that script @ Python 3, I get an error ...
by Szmalu
Thursday 02 April 2015 23:06
Forum: Others
Topic: SainSmart iMatic relay board with RJ45
Replies: 16
Views: 8921

Re: SainSmart iMatic relay board with RJ45

Ok so mainly it was wrong some tabs and spaces... I've added working one as attachment. But I have another problem :) When I'm using that in Domoticz it generates error: 2015-04-02 22:43:59.154 Error: Error executing script command (/home/pi/domoticz/scripts/test.py). returned: 512 It was Error ...
by Szmalu
Thursday 02 April 2015 21:50
Forum: Others
Topic: SainSmart iMatic relay board with RJ45
Replies: 16
Views: 8921

Re: SainSmart iMatic relay board with RJ45

Ok it's alive ! :) I'll send details in the moment.
by Szmalu
Thursday 02 April 2015 21:16
Forum: Others
Topic: SainSmart iMatic relay board with RJ45
Replies: 16
Views: 8921

Re: SainSmart iMatic relay board with RJ45

Thx a lot :)

Sth new appeared

Code: Select all

  File "test.py", line 14
    data_send += "00"
            ^
IndentationError: expected an indented block
by Szmalu
Thursday 02 April 2015 20:45
Forum: Others
Topic: SainSmart iMatic relay board with RJ45
Replies: 16
Views: 8921

Re: SainSmart iMatic relay board with RJ45

Ok... I realized, that I didn't have python @ my raspberry (I've got it now :) ) but when I'm trying to run that script error appears: pi@raspberrypi ~/domoticz/scripts $ sudo python relay.py 8 1 File "relay.py", line 1 Script started on czw, 2 kwi 2015, 20:25:47 ^ SyntaxError: invalid syntax
by Szmalu
Thursday 02 April 2015 19:58
Forum: Others
Topic: SainSmart iMatic relay board with RJ45
Replies: 16
Views: 8921

Re: SainSmart iMatic relay board with RJ45

Thx for quick response! I'll check it right away:)

AND I'm sorry I did not greeted before :) Hi everyone!
by Szmalu
Thursday 02 April 2015 18:58
Forum: Others
Topic: SainSmart iMatic relay board with RJ45
Replies: 16
Views: 8921

SainSmart iMatic relay board with RJ45

Hi guys :) Is there any way to control that board from Domoticz? (http://www.sainsmart.com/sainsmart-imatic-16-channels-wifi-network-i-o-controller-kit-for-arduino-relay-android-ios.html) I bought it hoping it will allow HTTP GET requests but id doesn't :) There are some clues about that relay board ...