Cloud services and apps

ioBroker runs on your own network, and that's the normal setup: the data stays within your home, and everything continues to work without internet access. However, your own network isn't sufficient for three things:

  • Access from anywhere without opening a port in the router.
  • Voice assistants , because Alexa and Google Home send their requests from the internet.
  • External services that are supposed to report something to ioBroker, such as a webhook.

That's what the ioBroker cloud is for. The crucial point is that the connection is established from the inside out . Your router remains closed, no port forwarding needs to be configured, and your installation is not accessible from the internet.

ioBroker baut die Verbindung zur Cloud von innen nach außen auf

The connection goes from the inside out. Alexa, Google Home, and your phone communicate with the cloud, not with your router.

The adapters

adapterFor what
IoTThe current approach. Voice assistants, remote access and services all in one.
cloudThe predecessor. Still in operation, but for new facilities it isiot planned.

Both require an account. For free remote access, one account at ioBroker.net is sufficient; for voice assistants and extended remote access, one at ioBroker.pro is needed. The differences between the two are explained under Access Licenses .

The pages in this chapter

PageContents
IoTCreate an account, set up an instance, and check the connection. This is the starting point for everything else.
VisualizationsAccess your own interface while on the go.
editorsGive other people access to the account.
ServicesSend values to ioBroker or trigger commands via an address.
Alexa Smart Home SkillSwitch devices using the usual commands.
Alexa Custom SkillCustom voice commands and status queries.
AppThe official app for phone and tablet.

For voice control and custom-built interfaces to function, rooms and functions must be defined. Without these categories , neither Alexa nor a visualization adapter will know what is meant.

Before external access is set up: the useradmin Enter a password and enable login .