sinricpro / esp8266-esp32-sdk

Library for https://sinric.pro - simple way to connect your device to Alexa, Google Home, SmartThings and cloud
https://sinric.pro
228 stars 121 forks source link

Please add the PercentageController to a device #331

Closed brunoaduarte closed 11 months ago

brunoaduarte commented 11 months ago

The PercentageController is not being used anywhere.

Are there any devices compatible with it ?

Can it be added to the Thermostat device?

kakopappa commented 11 months ago

Hi @brunoaduarte

You can create a custom device type with PercentageController

  1. Login to Portal - > Device Templates
  2. Set the name: PercentageTest and description: PercentageTest
  3. Drag and drop Percentage and save

image

  1. Create a new device and select PercentageTest as the device type.

image

  1. Use the Code Generator to generate the code. image
brunoaduarte commented 11 months ago

Awesome @kakopappa , thank you!