Results 440 comments of bilogic

@Cynically my apologies if I hijacked your issue. To others, my issue has since been resolved with the use of `composer require intervention/image -W`. There might be other solutions, but...

@nao-pon what is the JSON to send in tasmota's console to control the swing?

oh got it, `"SwingV":"lowest"`

Is there a way to undo `cpanm lazy Test::MockObject`? What does it do actually? My aim is to cleanly uninstall. Thank you.

The `Test` and `Mock` made me think that it was not necessary. Thanks for the help!

@gilleslamiral These are redacted logs, but I believe I have identified the problem. Destination does not have a matching folder, that's why the messages were not copied over. Hope it...

@gilleslamiral I'm not sure what mail server or filesystem Host2 is using.

Just more info, it's probably a quirk with my AC model, ``` # Invalid OFF commands (AC ignores the following commands and does not turn off) IRhvac {"Vendor":"MITSUBISHI_AC","Mode":"Off","Power":"Off"} IRhvac {"Vendor":"MITSUBISHI_AC","Mode":"Auto","Power":"Off"}...

@hristo-atanasov Thanks for getting back! Yes, I was fiddling around with the python code. I made it work acceptably by doing this: ```python def send_ir(self): ... if self.power_mode == STATE_OFF:...

![image](https://user-images.githubusercontent.com/946010/105663910-52e74080-5f0e-11eb-934e-dad68c992c69.png) I'm digressing, but I don't think this deserves an issue on it's own. Can the button order be flipped? Or is it a HA thing? Thanks.