Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Plugin HTTP

This plugin provides a reactive http client integration. Using entities of type http requests via HTTP can be made.

With this plugin it's possible to integrate external services into your home automation.

Type System

Entity Types

NamePropertyData TypeSocket Type
Httpurlstringinput
methodstringinput
request_headersobjectinput
payloadobjectinput
response_headersobjectoutput
resultobjectoutput
statusnumberoutput
JsonRpcurlstringinput
json_rpc_versionstringinput
methodstringnone
paramsobjectinput
resultobjectoutput
errorobjectoutput

Entity Behaviours

NameDescription
HttpSends a HTTP request with the given HTTP method to the given URL entity using the given headers and payload.
The trigger is the property payload even if there is no payload.

Platform Compatibility

PlatformCompatibility
Linux
MacOS
Windows