benzman81 / homebridge-http-webhooks

A http plugin with support of webhooks for Homebridge: https://github.com/nfarina/homebridge
GNU General Public License v3.0
180 stars 55 forks source link

Don't understand how things are working #196

Open freakmaxi opened 3 months ago

freakmaxi commented 3 months ago

Hello,

Sorry for my ignorance. I'm trying to understand how things are working here.

I installed plugin and it started working on the port and able to request to the url. The point is, I have Tuya light and Webhook does not control it. Instead, I have to configure it manually in the plugin config and it shows in accessories page in homebridge and able to control using the webhook url and able to turn on and off but it is a dummy accessory actually it controls nothing or no binding with the existing Tuya device.

So, if I want to control the Tuya device on or off with a webhook, what should I do to be able to control it. It has an id at Tuya and when I use that id at the accessoryId query string, it says, device has not been found.

Can please someone enlighten me?