Tucker Kern
Tucker Kern
Unfortunately with the latest remote requirements (glibc >=2.28, libstdc++ >= 3.4.25) it seems these packages aren't enough to run the remote server.
They've backed down on the lastest GLIBC and LIBCXX requirements for another 12 months. I haven't tested yet, but updating to 1.86.1 would probably allow SSH remote to Alpine with...
Experiencing a similar problem with a different warning in the form of ``` WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.indoor_temperature () is using native unit of measurement 'None' which is not a...
Crested a discussion [here](https://github.com/mikebrady/shairport-sync/discussions/1646) about requesting the feature in shairport sync.
This is due to #183 which was also reported in #182. Solution is to either change the manifest or manually install msmart.
What do you mean "did the thing"? Same issue?
Well 0.2.3 doesn't have this problem because it doesn't check the CRC of received messages. In v0.2.5+ we could either: A. Ignore failed CRCs (without throwing), and hope we get...
I had no issues setting the temperature on my U-shaped unit using the following YAML for a service. ```yaml service: climate.set_temperature data: temperature: 71 target: entity_id: climate.midea_ac_15393162840672 ```
Can you check the logs? Any warnings or error reported from msmart?
The CRC errors have also been reported here #187. You could try removing the check here https://github.com/mac-zhou/midea-msmart/blob/97723d055d8e5a3775eaaca96807f2dbbd6db2aa/msmart/device/AC/command.py#L178-L182 Don't know what that recursion error is about though.