dhutchison / homebridge-ebeco

Homebridge plugin for Ebeco Thermostats
Apache License 2.0
4 stars 2 forks source link

On/off not showing ios16 #28

Open Stianker1 opened 2 years ago

Stianker1 commented 2 years ago

Hello, I know that you are not frequently updating this plugin because you are now over on home assistant, but could you maybe see why the on/off scroll is not showing any letters?

068755ED-7F3A-40ED-BE32-064F7C17D575

dhutchison commented 2 years ago

I'm going to over the next few days do some dependency updates and see how it works after that. Not entirely sure how that could be caused by a plugin but we'll see if I can replicate it.

dhutchison commented 2 years ago

I feel I should add a bit of an update here. I've been busy, this isn't something I use directly etc etc.

However, tried looking at this a bit & getting weird issues with the unit tests (particularly around headers in axios/mocks). Not something I expected to break at all tbh. I'll poke about it a bit more this week but if anyone knows what might have changed in axios recently please let me know!

dhutchison commented 2 years ago

Ok ended up rolling axios back to a 0.x release & the tests are back to passing. It looks like there is some incompatibilities between the mocking library and axios v1 that have not been fixed yet.

Back to the original issue (since I just compared an iOS 15 & 16 device) - if it is the blue button you are talking about then it looks like that doesn't show any text if there are only two options (in our case heat/off). That doesn't seem to be a change. Is that what you were meaning?

If you want to hide the button entirely and only use the temperature settings you can add to the config "includeOffOption": false,.