HTTP Device?

Hi. I have developed some device on my Raspberry Pi which can be controlled via REST HTTP calls. Is there some way to add such a device to Homey? I know there is an app which can trigger HTTP request from the flow, but I thought rather of visualizing it as some kind of a virtual device on Homey… Is there an app which could do something like this?

When you say Homey, do you mean Homey (cloud) or a Homey Pro?
If it’s a Pro then you could write an app to do it.

1 Like

(Homey Pro) If I understand you right, you can send an http request by using a virtual button or -switch.
The native logics card can use GET, POST, PUT or DELETE methods.

Maybe you’ll need the http request app for more options.