davidh2075

Results 4 comments of davidh2075

Thanks, Wolfgang. I assumed that and modified the #222 script to delete all those files. Also killed the agent processes and deleted the app and Login item. All good now....

Upgraded to HOOBS 4 and made the following changes to the code to get it working: ``` hoobs@hoobs:~ $ diff ./index_Tuya_SAVE.js /var/lib/hoobs/tuyabridge/node_modules/homebridge-tuya/index.js 27,28c27,28 < const PLUGIN_NAME = 'homebridge-tuya-lan'; < const...

I just updated to 3.1.0 on HOOBS 4 and index.js has `PLATFORM_NAME` as `TuyaLan`, not `Tuya`: ``` const OilDiffuserAccessory = require('./lib/OilDiffuserAccessory'); const PLUGIN_NAME = 'homebridge-tuya'; const PLATFORM_NAME = 'TuyaLan'; const...