Hi Gysmo,
Plugin not work for me... maybe because i have 2 units :
2017-07-25 21:24:58.184 (Melcloud) Initialized version 0.5, author 'gysmo'
2017-07-25 21:24:58.239 (Melcloud) Debug log level set to: 'true'.
2017-07-25 21:24:58.728 (Melcloud) MELCloud Login success. Key ID:*************
2017-07 ...
Search found 5 matches
- Tuesday 25 July 2017 21:32
- Forum: Heating/cooling
- Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
- Replies: 146
- Views: 87667
- Saturday 04 February 2017 22:18
- Forum: Heating/cooling
- Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
- Replies: 146
- Views: 87667
Re: [Perl] Control Mitsubishi MAC-557IF-E airconditioning
Hello !
I made a script to control the device on domoticz, you just have to create a selector to call the script :
http://reho.st/preview/self/d7985a98bcb5c42bb7f5b53a2a7744cb869de406.png
http://reho.st/preview/self/c785d715f39d8930d26e70f3a37ec0494b642962.png
#!/bin/bash
#
# Name : pac ...
I made a script to control the device on domoticz, you just have to create a selector to call the script :
http://reho.st/preview/self/d7985a98bcb5c42bb7f5b53a2a7744cb869de406.png
http://reho.st/preview/self/c785d715f39d8930d26e70f3a37ec0494b642962.png
#!/bin/bash
#
# Name : pac ...
- Monday 21 March 2016 17:05
- Forum: Heating/cooling
- Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
- Replies: 146
- Views: 87667
Re: [Perl] Control Mitsubishi MAC-557IF-E airconditioning
Do you have some floor or area ?
Can you delete them ?
Can you delete them ?
- Saturday 27 February 2016 18:39
- Forum: Heating/cooling
- Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
- Replies: 146
- Views: 87667
Re: [Perl] Control Mitsubishi MAC-557IF-E airconditioning
Version 0.4
# - add vane option horizontal
# - Change report to domoticz for informations (MODE | T°C SET | TIME_NEXT_UPDATE)
# - Change split time (remove .xxx)
#!/usr/bin/perl
#Dependency: libwww-perl, libjson-perl
# Original script : gysmo38
# Modifications : bagnico ...
# - add vane option horizontal
# - Change report to domoticz for informations (MODE | T°C SET | TIME_NEXT_UPDATE)
# - Change split time (remove .xxx)
#!/usr/bin/perl
#Dependency: libwww-perl, libjson-perl
# Original script : gysmo38
# Modifications : bagnico ...
- Friday 26 February 2016 23:40
- Forum: Heating/cooling
- Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
- Replies: 146
- Views: 87667
Re: [Perl] Control Mitsubishi MAC-557IF-E airconditioning
Hi!
I modified the script to work without areas and some corrections (setDomDeviceMode works now)
Mode is now 'text" not switch
#!/usr/bin/perl
#Dependency: libwww-perl, libjson-perl
# Original script : gysmo38
# Modifications : bagnico ...
I modified the script to work without areas and some corrections (setDomDeviceMode works now)
Mode is now 'text" not switch
#!/usr/bin/perl
#Dependency: libwww-perl, libjson-perl
# Original script : gysmo38
# Modifications : bagnico ...