sinricpro / feature-requests

Feature request tracker for Sinric Pro
0 stars 0 forks source link

Multiple Relay/Power Support in a single device and API to create Product #55

Open sushantr5 opened 8 months ago

sushantr5 commented 8 months ago

I want to create this custom device automatically through API. I want to make this process as easy as possible in Tasmota.

  1. User adds authorization details in Tasmota
  2. Device shall be created automatically in sinric.pro

For this purpose, when user enters credentials in Tasmota, I will call create device API. For this purpose Product is needed, Product may not be as per the out of the box templates defined. If we take basic use case, I want to control multiple relays through Tasmota and Sinric.pro, then in this case product details might be dependent on number of relays.

So I want to embed Product definition in Tasmota which can be customized according to the need. Other option I thought of adding one device for one relay, but it will consume device licenses in Sinric.pro. That is why I would like to create One device with 4 Relays.

Originally posted by @sushantr5 in https://github.com/sinricpro/feature-requests/issues/33#issuecomment-1902535618