How do you use eWeLink Webhooks on your DIY project and make your smart home work even better?
Share your project and inspire more users HERE!
Find how to create & use eWeLink Webhooks: How to create & use eWeLink Webhooks - eWeLink
How do you use eWeLink Webhooks on your DIY project and make your smart home work even better?
Share your project and inspire more users HERE!
Find how to create & use eWeLink Webhooks: How to create & use eWeLink Webhooks - eWeLink
I’m developing an application to remotely start and control a diesel generator on my boat. It uses eWeLink webHooks to wake up an ESP32 microcontroller which then interacts with tables on my server to field requests and pass back status information. I’m looking for a guide on the status codes that are delivered when an eWeLink webHook URL is executed. For example, a 406 is returned when the 100 request call limit is reached for the day for a given eWELink webHook URL. I’d like to know what other codes that can be thrown so I can accommodate for them in my code.
eWeLink Webhooks documentation is useful - but there are some details missing.
For example, when a scene triggers and the Action is to send a webhook to custom server, that webhook contains JSON body content (which includes very useful information about the device which triggered the scene). But nowhere in the documentation is this JSON content explained in the docs.