unixko

Results 10 comments of unixko

Asia - MSZ-EF09VAS / MSZ-EF13VAS I also use Wemos D1 mini board. It is not only cheaper than using ESP-01 + 5V adapter but also supported OTA after tucked into...

Thanks for information. I noticed this too but I can't figure out what happen so I just stick with V2 board. About softserial it need more work from upstream library...

Did you resolve a problem? Please try to edit file PubSubClient.h MQTT_MAX_PACKET_SIZE to 1280. Here is my environment: Arduino IDE 1.8.10 ArduinoJson 6.12.0 PubSubClient 2.7.0 HeatPump Library https://github.com/SwiCago/HeatPump/commit/830ba26b946e19d3bcccc1ac1298e0db73c2deb2 I will...

Currently not possible. Anyway we can use HA automation script to turn on or off instead which is more flexible than built-in timer. For example, beside basic or weekly timer,...

Hello @SittingDuc. Thanks for contribution. I did backlog clean up task today but I also moved files location. I need to learn about PlatformIO first so in this mean time...

Did you change HA unit system in configuration.yaml ? ``` homeassistant: unit_system: imperial ``` Also please test your IR remote control that what is the lowest and highest temperature number...

Yes please set in F like 60-88. I hope HA will handle all C/F conversion and use deterministic unit from value range.

I tested and found that when changing HA Unit System from metric to imperial, other Climate devices can switch unit on the fly but not for MQTT HVAC. That is...

@yabuts @kenberland Home Assistant 0.109.0 added support to change unit in MQTT Climate to Fahrenheit. Please try my latest PR https://github.com/unixko/MitsuCon/commit/5650ccb9fa10562699c86ced657005adac915251. Does it work well?

@dzungpv @gysmo38 you may be interested to utilize HA 0.109.0 MQTT HVAC variable `temperature_unit` and let HA handles all of conversion instead.