Search found 3 matches
- Wednesday 19 October 2016 19:18
- Forum: Heating/cooling
- Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
- Replies: 146
- Views: 84217
Re: [Perl] Control Mitsubishi MAC-557IF-E airconditioning
today I have add crontab: pi@raspberrypi:~$ perl /home/pi/domoticz/scripts/melcloud.pl report pi@raspberrypi:~$ perl /home/pi/domoticz/scripts/melcloud1.pl report Can't locate config.pl in @INC (@INC contains: /etc/perl /usr/local/lib/arm-linux-gnueabihf/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr ...
- Tuesday 18 October 2016 0:02
- Forum: Heating/cooling
- Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
- Replies: 146
- Views: 84217
Re: [Perl] Control Mitsubishi MAC-557IF-E airconditioning
Merci Gysmo38 !
I created the 2 files but the temperature is not displayed:
Here are the details of my operations
pi@raspberrypi:~$ sudo nano /home/pi/domoticz/scripts/melcloud.pl (SCRIPT)
pi@raspberrypi:~$ sudo nano /home/pi/domoticz/scripts/melcloud1.pl (configuration) don't touch
I created the 2 files but the temperature is not displayed:
Here are the details of my operations
pi@raspberrypi:~$ sudo nano /home/pi/domoticz/scripts/melcloud.pl (SCRIPT)
pi@raspberrypi:~$ sudo nano /home/pi/domoticz/scripts/melcloud1.pl (configuration) don't touch
- Sunday 16 October 2016 10:34
- Forum: Heating/cooling
- Topic: [Python] Control Mitsubishi MAC-557IF-E airconditioning
- Replies: 146
- Views: 84217
Re: [Perl] Control Mitsubishi MAC-557IF-E airconditioning
Hello, I create two different files in blocky in LUA. I changed in the first SCRIPT file from version 0.6: $domIP = "192.******"; # Domoticz IP $domPORT = "8080"; # Domoticz PORT $Email = "email****; # Email used to login to MELcloud $Password = "motdepasse***"; # Password used lo login to MELcloud ...