sinricpro / non-sdk-issues

Report non sdk related issues here (Alexa, Google Home, SmartThings, IFTTT, API)
2 stars 0 forks source link

AC temperature and humidity sensor #44

Closed smoi closed 2 years ago

smoi commented 2 years ago

Hello,

in the Sinric app there are the indoor temperature and humidity for AC devices but it looks like there are no method exposed to update them like in the SinricProThermostat, am I missing something?

I've tried doing this using the AC ID but it gives me error

SinricProThermostat &mySensor = SinricPro[ACUNIT_ID]; bool success = mySensor.sendTemperatureEvent(temperature, humidity);

kakopappa commented 2 years ago

Hi @smoi

Current implementation for for AC Unit does not support sendTemperatureEvent.

Instead, you must use a Thermostat device type for now: Here's an example code https://github.com/sinricpro/non-sdk-issues/issues/43#issuecomment-1145494578

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.