ioBroker.simple-api icon indicating copy to clipboard operation
ioBroker.simple-api copied to clipboard

HTTP-API Interface to read and write objets and states

Results 31 ioBroker.simple-api issues
Sort by recently updated
recently updated
newest added

At the moment it is necessary to maintain the cert files e.g. as absolute file path in admin basic settings: ![image](https://github.com/ioBroker/ioBroker.simple-api/assets/39678667/d7243eb2-667c-4500-ac45-20708b6eaa5a) Then it is possible to choose these in instance...

enhancement

Since i updated to JS Controller 5.x (5.0.2 and now 5.0.3) with Simple-Api Adapter 2.7.2 (this one i have for some time) i get the following warning at adapter Start:...

Would it possible for the adapter to accept json body data ? Trying to get some notification via Webhook into a datapoints from Tautulli. Maybe this is what I need,...

question
wontfix

To send onclick-command with simpleApi directly from html there is the problem, that then a new html-Page are opened to display the answer. For setting a value from a html-page...

enhancement

Can you please add an option "timeRFC3339" similar to "noStringify". If this option is used, the time values in "lc" and "ts" should not be reported in Unix timestamp but...

enhancement

**Is your feature request related to a problem? Please describe.** My ioBroker instance is hosted in a private network and cannot be reached from outside. I would like to access...

enhancement

I think it will be very usefull to add ability to make sendTo requests via REST api. For example it will be possible to query iobroker history adapter for history...

enhancement

**Describe the bug** I'm not able to get binary information of states **To Reproduce** 1. Create a state with type ``file`` 2. Use ``setBinaryState`` to store binary information (like an...

enhancement

Hi please add a JSONP support. This would make CrossDomain access much easier. All that is required is to pack the JSON into a callback function. callbackName ('jsonString') This could...

enhancement

Hi, When you query the browser with getPlainValue/stateID some results are displayed in quotes, it does not depend on the datatype, I can only assume that if a stateID contains...

enhancement
question