prestomation / resmed_myair_sensors

This is a Home Assistant custom component to pull daily CPAP data from ResMed's myAir service using an undocumented API
MIT License
86 stars 9 forks source link

rmdappversion header for API Call chagned #43

Closed birdwing closed 2 months ago

birdwing commented 3 months ago

The US endpoint now requires 1.0.0 instead of just 1.0 for the rmdappversion.

They literally just now require an additional ".0".

Here are the screenshots from Postman showing this. If you have rmdappversion set to "1.0" you get an error, which results in a "NoneType" object, because of an unknown error, and home assistant freaks out. image

However... changing to "1.0.0" fixes the issue: image

bakerkj commented 2 months ago

I ran into the same problem, and I can confirm this integration works again with your change. @birdwing thanks for this fix.