tggm / rointe-hacs

A HACS repo for the Home Assistant Rointe Integration
12 stars 8 forks source link

Rointe Oval Wifi towel heater not supported? #7

Closed brew-your-own closed 8 months ago

brew-your-own commented 11 months ago

Hello,

I have 2 Oval wifi towel heaters from Rointe, and found your integration. This model seems to not be supported by the integration. I would like to help add support - how do you test/debug the API calls to the rointe API ?

tggm commented 11 months ago

Hello!

You can try adding the following to your HA configuration.yaml

logger:
  default: info
  logs:
    homeassistant.components.rointe: debug
    custom_components.hacs: debug
    custom_components.rointe: debug
tggm commented 11 months ago

It's probably this:

ROINTE_SUPPORTED_DEVICES = ["radiator", "towel", "therm", "radiatorb"]

tggm commented 11 months ago

Looking at the API's it's missing "oval_towel"

tggm commented 11 months ago

@brew-your-own I've made a quick update on HACS (v1.4.0) Please try it.

If any problems please enable logs and send them (as I don't have that device).

Thank you!

tggm commented 11 months ago

There are still some issues. I'll try to fix these in the next few days.

tggm commented 11 months ago

@brew-your-own please try version 1.4.3

brew-your-own commented 11 months ago

1.4.3 installed, it works :) that was quick, thanks a lot.