This PR fixes an issue with the temperature update where it takes a lot of time to update sometime up to hours or days without opening the LG app.
The correct endpoint to send MQTT commands to the device is /control not /control-sync as implemented on this fix.
The fix implements the following as well:
Prevent sending monitoring control requests to offline devices to avoid errors. (A following PR will mark offline ACs with 'No Response')
Set the default temperature control steps to 1.
Please review and let me know if things could be implemented in a better way and I would be happy to update as needed.
This PR fixes an issue with the temperature update where it takes a lot of time to update sometime up to hours or days without opening the LG app. The correct endpoint to send MQTT commands to the device is /control not /control-sync as implemented on this fix.
The fix implements the following as well:
Please review and let me know if things could be implemented in a better way and I would be happy to update as needed.