Honeywell T6 Pro Min-Max Incorrect

$sudo docker run --rm -it -p 8091:8091 --device=/dev/ttyS1 -v $(pwd)/store:/usr/src/app/store zwavejs/zwave-js-ui:latest

well there’s your problem

$sudo docker run --rm -it -p 8091:8091 -p 3000:3000 --device=/dev/ttyS1 -v $(pwd)/store:/usr/src/app/store zwavejs/zwave-js-ui:latest

I figured it out just about the time you posted your response.
Does this mean that I can disable mqtt discovery on zwavejsui?

Yeah, if the websocket is working you don’t need the mqtt at all

I will try deleting the thermostat and adding it again and see if it changes the behavior.

Thank you for your help

It wont as the discovery topic in mqtt is what determines how HA uses it. That’s why you should probably get websockets working as the mqtt side isn’t being developed much for HA anymore. The focus is on websockets and the mqtt is for outside HA use

Awesome. It is working as desired. I will try and convert my zigbee interface in the same manner
Thanks again.

You could, but personally I like using z2m for zigbee because it doesn’t have a websocket api