Edwin Manhando

Results 3 comments of Edwin Manhando

@ReXiOP Use the `homekit_server_reset()` function.

@pandaymx If you are still facing this issue try enabling the legacy OpenSSL provider. ```shell export NODE_OPTIONS=--openssl-legacy-provider ```

@densh1k you need to modify the values for `TARGET_HUMIDIFIER_DEHUMIDIFIER_STATE ` and `CURRENT_HUMIDIFIER_DEHUMIDIFIER_STATE`. You can try the configuration below. ```c homekit_characteristic_t hk_tar_humidifier_state = HOMEKIT_CHARACTERISTIC_(TARGET_HUMIDIFIER_DEHUMIDIFIER_STATE, 1, .valid_values = {.count=1, .values=(uint8_t[]) {1}}); //...