PlusPlus-ua / ha_tuya_ble

Home Assistant support for Tuya BLE devices
MIT License
183 stars 128 forks source link

Device is not registered in Tuya cloud #49

Open BRoadifer opened 1 year ago

BRoadifer commented 1 year ago

I get Device is not registered in Tuya cloud when trying to configure devices/integrations. I can see that they show as Tuya BLE. I also see that they show under Devices when I log into the Tuya IoT Platform Cloud.

PlusPlus-ua commented 1 year ago

Could you please provide logs, enable debug logging before collecting the log please.

Use something like this in your configuration.yaml:

logger:
  default: info
  logs:
    custom_components.tuya_ble: debug
krusej23 commented 11 months ago

logger: default: info logs: custom_components.tuya_ble: debug

How do I pull the log after setting this in yaml and then trying to add the device again?