Replies: 1 comment 5 replies
-
Please post the result of the steps under "How to check whether the api this library uses can control your device". Without this it is hard for me to help you with regards to this specific issue. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey All,
Love the plugin and works with my lights and star projector perfectly. I bought a couple of temperature sensors, and changed the device type as follows (scrambled the IDs with xxxxxx):
[ { "id": "bf0f627xxxxxxx2f7py0x", "device_type": "temperature_sensor" }, { "device_type": "temperature_sensor", "id": "bf55873xxxxxxxx76342wdr" } ]
I receive the following in the log:
25/05/2021, 21:37:52 [Tuya] [LT Temperature Humidity Sensor] - Requesting device state 25/05/2021, 21:37:52 [Tuya] [LT Temperature Humidity Sensor] - Creating new debounced promise 25/05/2021, 21:37:52 [Tuya] [LT Temperature Humidity Sensor] - Triggering debouncedDeviceStateRequest 25/05/2021, 21:37:52 [Tuya] [LT Temperature Humidity Sensor] - Unsetting debouncedDeviceStateRequestPromise 25/05/2021, 21:37:52 [Tuya] [LT Temperature Humidity Sensor] - Resolving resolveDeviceStateRequest from cache 25/05/2021, 21:37:52 [Tuya] [LT Temperature Humidity Sensor] Characteristic.CurrentTemperature - [GET] undefined
And the homekit is displayed as per attached:
I am nearly there with getting this working I think, am I missing something silly?
Thanks,
Tom
Beta Was this translation helpful? Give feedback.
All reactions