Feller-AG / wiser-api

MIT License
12 stars 1 forks source link

Controlling motor loads #21

Closed ReTo007 closed 10 months ago

ReTo007 commented 11 months ago

@woodworm:

Hi there,

I'm interfacing to my Feller Wiser system and trying to upgrade the existing Home Assistant integration. I stumbled across a couple of question regarding motor loads:

Thanks for your help.

Cheers, ReTo

ReTo007 commented 11 months ago

So, I found the answer to my first question here: GET /api/devices/config/{config_id}

woodworm commented 10 months ago

It is easier if you manage this information ("Lamellenstore", "Rollladen", "Markise") with your own property in the load object. for example: PATCH api/loads/<id> {"home_assistant_type": "rollladen"} The data modeling of the eSetup-APP is not publicly documented and can also change. So you never have compatible problems.

ReTo007 commented 10 months ago

Understood, all clear. Thanks for your feedback!