ioBroker / ioBroker.cloud

Enable access to ioBroker from internet
MIT License
41 stars 27 forks source link
alexa amazon cloud home-automation iobroker smarthome

Logo

ioBroker cloud adapter

Number of Installations Number of Installations NPM version Downloads

NPM

This adapter allows connection from the internet through ioBroker cloud to local installation of ioBroker.

This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

Settings

APP-KEY

To use cloud adapter you should first get the APP-Key on https://iobroker.net.

This is application key that the user can get on https://iobroker.net site. Please get the key there and enter it here.

Intro

Instance

All requests from cloud adapter will be routed to specific WEB Instance. User must specify here the WEB instance, that will be showed to user, when he logs in https://iobroker.net site.

Allow self-signed certificates

If you use standard iobroker.net cloud, you can deactivate it. This option is only important if own cloud used.

Alexa settings

Alexa is not supported in cloud adapter anymore. Use ioBroker.iot adapter for that.

IFTTT

instructions

Services

There is a possibility to send messages to cloud adapter. If you call [POST]https://iobroker.net/service/custom_<NAME>/<user-app-key> und value as payload.

curl --data "myString" https://iobroker.net/service/custom_test/<user-app-key>

If you set in the settings the field "White list for services" the name custom_test, and call with "custom_test" as the service name, the state cloud.0.services.custom_test will be set to myString.

You may write "*" in white list and all services will be allowed.

From version 2.0.5 you can use GET request in form [GET]https://iobroker.net/service/custom_<NAME>/<user-app-key>/<data> to place the \<data\> into cloud.0.services.custom_\<NAME\>.

Here you can find instructions on how to use it with tasker.

IFTTT service is allowed only if IFTTT key is set.

Reserved names are "ifttt", "text2command", "simpleApi", "swagger". These must be used without the "custom_" prefix.

text2command

You may write text2command in white list, you can send POST request to https://iobroker.net/service/text2command/<user-app-key> to write data into text2command.X.text variable.

"X" can be defined in settings by the "Use text2command instance" option.

simpleApi

You can use the following commands (only pro):

Don't forget to add simpleApi to allowed services in the configuration.

Limitations

If HTTPs (Security) or authentication is enabled on defined web-instance, it does not work.

You can deactivate HTTPS and authentication on this web instance, but better is to create a new web instance that is bound to localhost and select this instance in cloud-settings.

Changelog

5.0.1 (2024-02-22)

4.4.1 (2023-04-17)

4.4.0 (2023-04-03)

4.3.1 (2022-12-22)

4.3.0 (2022-10-27)

4.2.3 (2022-10-10)

4.2.2 (2022-08-24)

4.2.1 (2022-07-20)

4.2.0 (2022-07-05)

4.1.2 (2022-06-22)

4.1.1 (2022-02-19)

4.1.0 (2021-07-17)

4.0.11 (2021-05-12)

4.0.10 (2021-02-18)

4.0.9 (2021-02-01)

4.0.8 (2021-01-31)

4.0.7 (2021-01-30)

4.0.4 (2021-01-26)

4.0.3 (2021-01-26)

4.0.2 (2021-01-24)

4.0.1 (2021-01-16)

4.0.0 (2020-12-14)

3.1.0 (2020-10-31)

3.0.5 (2020-10-30)

3.0.4 (2020-07-16)

3.0.3 (2020-04-14)

3.0.2 (2020-02-23)

3.0.1 (2020-01-05)

2.8.0 (2019-11-13)

2.7.1 (2018-09-07)

2.7.0 (2018-06-18)

2.6.2 (2018-06-18)

2.6.1 (2018-05-04)

2.5.0 (2018-03-17)

2.4.7 (2018-02-09)

2.4.6 (2018-02-09)

2.4.5 (2018-01-29)

2.4.4 (2018-01-20)

2.4.2 (2018-01-20)

2.2.0 (2017-12-22)

2.1.1 (2017-12-11)

2.1.0 (2017-12-06)

2.0.8 (2017-11-28)

2.0.7 (2017-10-29)

2.0.6 (2017-10-26)

2.0.5 (2017-09-26)

2.0.4 (2017-09-12)

1.0.8 (2017-07-13)

1.0.7 (2017-06-26)

1.0.3 (2017-05-23)

1.0.2 (2017-05-23)

1.0.0 (2017-05-22)

0.8.2 (2017-04-24)

0.7.1 (2017-04-05)

0.7.0 (2017-04-01)

0.6.12 (2017-03-26)

0.6.11 (2017-03-20)

0.6.10 (2017-03-03)

0.6.9 (2017-02-17)

0.6.8 (2017-02-16)

0.6.7 (2017-02-14)

0.6.5 (2017-02-06)

0.6.3 (2017-01-28)

0.6.2 (2017-01-25)

0.6.1 (2017-01-24)

0.5.0 (2017-01-20)

0.4.2 (2017-01-12)

0.4.1 (2017-01-06)

0.4.0 (2017-01-06)

0.3.3 (2017-01-02)

0.3.0 (2016-12-29)

0.2.0 (2016-12-13)

0.1.2 (2016-11-17)

0.1.1 (2016-10-23)

0.1.0 (2016-08-01)

License

The MIT License (MIT)

Copyright (c) 2016-2024 bluefox dogafox@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.