jnimmo / hass-intesisbox

IntesisBox Climate Platform for Home Assistant
22 stars 13 forks source link

min_temp/max_temp values 1/10th of actual values #28

Closed AtticusG3 closed 1 year ago

AtticusG3 commented 1 year ago

Component sets min temp and max temp to 1.6 adn 3.2 degree's instead of 16 and 32 degrees

min_temp: 1.6 max_temp: 3.2

image

Device info MH-RC-WMP-1 by Intesis Firmware: v1.3.3

IntensisHome Component says "An unkown error occurred." when trying to setup IntensisHome custom Component

jbergler commented 1 year ago

Could you turn on debugging for both the component and the underlying library please? The logs should then include the full conversation which will help debug this.

logger:
  logs:
    custom_components.intesisbox: debug
    pyintesisbox: debug
AtticusG3 commented 1 year ago

Honestly I can't remember exactly what the fix for this was, but I think I had to install this "hass-intesisbox" custom_component, and put NOTHING in the configuration.yaml, despite all the documentation insisting that I must put an entry in the config yaml with the platform and ip address. After deleting all the config yaml stuff and reloading the custom component, add the intergration and it wizards through the config.

The builtin IntesisHome integration does not work, but his IntesisBox does work for my WMP protocol device.

jbergler commented 1 year ago

Cool, I'll mark this as closed - either way, I'm adding a bit more debugging so if this comes back just share the debug logs and we'll get it figured out!