Mill-International-AS / Generation_3_REST_API

Local REST API documentation
37 stars 6 forks source link

Temperature increment Mill Panel Heater Gen 3 #1

Closed gulli1986 closed 2 years ago

gulli1986 commented 2 years ago

Hello,

Loving my Gen 3 Heaters, however I do have one improvement suggestion:

I can physically (on the panel heaters), change the temperature by 0.5 degree at a time. However this does not work when trying to set the temperature from either the API or the app (only 1 degree increment).

Would you be able to update the API to allow for this?

millheat commented 2 years ago

@gulli1986 It should be possible to change with increments of 0.5c from the local REST API, not from the Online REST API which you find here https://api.millheat.com

We will allow for 0.5c increments from the app very soon as well

I will check with our developers and get back to you tomorrow

Best regards Mill Support

gulli1986 commented 2 years ago

@millheat , thanks for your feedback. Looking forward to hear when the online API will allow for this as well!

millheat commented 2 years ago

We are releasing a new firmware update this week which will allow you to change in 0.5c increments. Documentation will also be updated at the time of release.

gulli1986 commented 2 years ago

Thanks, sounds good! Is the firmware update happening automatically or do I need to do something to get it?

millheat commented 2 years ago

@gulli1986 Update will happen automatically true OTA, anyone who are connecting a new heater or reconnecting the heater to the app will also get the new firmware in the connection process.

Release is schedule for Monday and documentation has been updated

millheat commented 2 years ago

@gulli1986 "With the current API to increase the temperature by 0.5C one would need to first read the current set temperature, and then set a new absolute temperature, basing on the value read. Though we understand it may be troublesome, therefore new requests POST /increase-set-temperature /decrease-set-temperature will be added in the next release"

gulli1986 commented 2 years ago

Looks like is is working now, closing the issue.