Adwait Kale

Results 8 issues of Adwait Kale

Tried code and sample app but after filter applying the sound of the video is lost. Any idea?

The time series in chart x axis is not in the user's timezone / reading's timezone. Not exactly sure how to fix this because the timestamp returned with readings has...

Hello I am new to hackintosh, Can you please guide me how can get it working? I tried modifying options in clover. Or i just need to put you provided...

I want to integrate multiple devices/switches in Homekit example code. The homekit initialization is clear to me but I am getting confused while registering devices ans setting callbacks, so wondering...

This code patch adds Humidty Sensor definitions into device types, standard types, parameters etc and implements dummy humidity sensor into temprature_sensor example.

This pull request adds image preview for HomeKey Card Finish in Misc configuration page on HomeKey Card Finish click. gif showing the UI: ![hk-finish-preview](https://github.com/user-attachments/assets/53f76956-a56e-4de5-bd01-e7a5f97796a0) If you accept this commit then...

### Answers checklist. - [X] I have read the [Rainmaker documentation](https://rainmaker.espressif.com/docs/get-started.html) and the issue is not addressed there. - [X] I have updated my IDF branch (release/vX.Y) to the latest...

I have modified esp_rmaker_standard_params.c with following code to add persist flag to power parameter: ``` esp_rmaker_param_t *esp_rmaker_power_param_create(const char *param_name, bool val) { esp_rmaker_param_t *param = esp_rmaker_param_create(param_name, ESP_RMAKER_PARAM_POWER, esp_rmaker_bool(val), PROP_FLAG_READ |...

bug