Search found 6 matches
- Friday 02 October 2020 14:52
- Forum: Heating/cooling
- Topic: Plugwise Adam
- Replies: 46
- Views: 25154
Re: Plugwise Adam
Apologies to all who have been following this topic. I started to extend the Anna plugin for the ADAM, however as stated before, life got in the way and haven't had the change to do private coding until now.
I fear i have to start again if i would pick this up again completely from scratch as the ...
- Wednesday 27 November 2019 11:37
- Forum: Heating/cooling
- Topic: Plugwise Adam
- Replies: 46
- Views: 25154
Re: Plugwise Adam
Very interested in this also. Let me know if I can give a hand. Cheers -- JaapDr8072 wrote: Wednesday 27 March 2019 12:00 Apologies. Real life got in the way... Changed jobs etc.. so. Coding for fun took a back seat, hoping to find some time soon
- Wednesday 27 November 2019 11:18
- Forum: Heating/cooling
- Topic: Plugwise ANNA preset support (beta)
- Replies: 35
- Views: 9747
Re: Plugwise ANNA preset support (beta)
is saw that my plugwise anna was updated to version 3.1.7 (automagicly)
and my domoticz is at 4.11332.
and when i tested the preset buttons, the presets in my anna get changed. also after a few seconds,
domoticz update the status of the switch.
this problem can be marked as solved
Same here ...
- Tuesday 19 March 2019 16:29
- Forum: Heating/cooling
- Topic: Plugwise ANNA preset support (beta)
- Replies: 35
- Views: 9747
Re: Plugwise ANNA preset support (beta)
hi,
thanks for your work on the plugin.
I tested it on latest beta today and on Anna thermostat with firmware 3.1.4.
when i tested it, i can push the buttons and log displays:
2019-03-12 20:48:47.969 Status: User: Admin initiated a switch command (55/Anna Presets/Set Level)
but when i use ...
- Thursday 21 February 2019 20:36
- Forum: Python
- Topic: Default python script does not work
- Replies: 2
- Views: 2669
Re: Default python script does not work
Same problem here.
I got it running by changing the domoticz.py module:
def log(*args):
domoticz_.Log(" ".join([str(k) for k in args]))
def error(*args):
domoticz_.Log(" ".join([str(k) for k in args]))
these used to have a 0 and 1 as first argument respectively.
I got it running by changing the domoticz.py module:
def log(*args):
domoticz_.Log(" ".join([str(k) for k in args]))
def error(*args):
domoticz_.Log(" ".join([str(k) for k in args]))
these used to have a 0 and 1 as first argument respectively.
- Saturday 29 December 2018 20:26
- Forum: Show your projects
- Topic: High Availability Domoticz Cluster
- Replies: 13
- Views: 7659
Re: High Availability Domoticz Cluster
Nice stuff! My setup with USB hardware (rflink) connected to my rpi does not scale so nicely. In case of a failover I would need to reconnect some wires....