ioBroker.js-controller icon indicating copy to clipboard operation
ioBroker.js-controller copied to clipboard

ioBroker controller

Results 247 ioBroker.js-controller issues
Sort by recently updated
recently updated
newest added

Currently the package mangement logic in js-controller 2.2.3+ supports yum and apt. It should be enhanced for macosx (brew?), windows (download+start installer?) and maybe other linux derivates

enhancement :arrow_up:
controller related :volcano:

enhancement :arrow_up:
cli :keyboard:
controller related :volcano:

enhancement :arrow_up:
compact mode :baby:
controller related :volcano:

isDay isNight time => (without seconds) hour => minutes => date => dow dowText ?? Something else.

enhancement :arrow_up:
controller related :volcano:

Here's a collection of things we could improve in order to reduce the hurdles when adapters have to work with `sudo`. ## Always run specific adapters as `root` Some low-level...

enhancement :arrow_up:
controller related :volcano:

at the moment many people are logging data like this: adapter.log.debug('blabla ' + JSON.stringify(obj)) wich is inefficient, cause the JSONS to string conversation is also done, even if loglevel is...

enhancement :arrow_up:
adapter related :nut_and_bolt:

In order to debug [issues with the CLI](https://github.com/ioBroker/ioBroker.js-controller/issues/286), it would be nice to enable some log output. The `debug` module is pretty good for that, as it allows us to...

enhancement :arrow_up:
cli :keyboard:

This is nothing we're going to solve quickly, but I'd like to trim ioBroker (especially js-controller) into a direction where we can be sure that any change we do does...

enhancement :arrow_up:
code enhancement :man_technologist:

We currently output a couple of error messages that are one of the following: * Meaning unclear * Broken english * Don't provide enough context (see also #235) We should...

enhancement :arrow_up:
adapter related :nut_and_bolt:
controller related :volcano:

Currently, when an adapter restarts or quits, the numeric error code is written in the log and sometimes a meaning is added. Without looking in the sources, one does not...

enhancement :arrow_up:
adapter related :nut_and_bolt:
controller related :volcano: