ioBroker.js-controller
ioBroker.js-controller copied to clipboard
ioBroker controller
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
isDay isNight time => (without seconds) hour => minutes => date => dow dowText ?? Something else.
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...
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...
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...
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...
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...
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...