
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
iobroker.cloud
Advanced tools
This adapter allows to communicate different web applications with ioBroker.
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.
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.
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.
If you use standard iobroker.net cloud, you can deactivate it. This option is only important if own cloud used.
Alexa is not supported in cloud
adapter anymore. Use ioBroker.iot adapter for that.
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.
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.
You can use following commands (only pro):
[GET]https://iobroker.pro/service/simpleApi/<user-app-key>/get/stateID
- to read state value => {"val":103.516,"ack":true,"ts":1604132484682,"q":0,"from":"system.adapter.admin.0","lc":1604132469672,"result":"OK"}
[GET]https://iobroker.pro/service/simpleApi/<user-app-key>/getPlainValue/stateID
- to read state value => 103.641
[GET]https://iobroker.pro/service/simpleApi/<user-app-key>/set/stateID?value=1
- to set state value => {"result":"OK"}
Don't forget to add simpleApi
to allowed services in the configuration.
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.
name
commandtext2speech
functionalityrequest
libraryjs-controller
3.1 at least!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.
FAQs
This adapter allows to communicate different web applications with ioBroker.
We found that iobroker.cloud demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.