Samuel Weibel

Results 60 comments of Samuel Weibel

Having troubles to get this working; if anybody has an idea what's wrong with my code, please feel free to help: https://github.com/UncleSamSwiss/ioBroker.i2c/blob/feature/VL53L0X/devices/VL53L0X.js

My suggestions would be: 1. Read /sys/firmware/devicetree/base/model: https://raspberrypi.stackexchange.com/questions/5100/detect-that-a-python-program-is-running-on-the-pi or 2. grep Hardware /proc/cpuinfo: https://www.raspberrypi.org/forums/viewtopic.php?t=54413 Side note: if the detection is too narrow (i.e. it doesn't detect if the device is...

The expectation would be to have a one click solution to replace a physical device without going into state mapping and change things manually. Basically, it would replace all states...

It turns out, the only problem is disabling Sentry. And this can also be achieved by setting "diag" to "none". See here: https://github.com/ioBroker/dev-server/blob/b96a5ec0b28880fbad68b17021bd82c5110fe2a7/src/index.ts#L765

If you look at the original forum post, he left installing the adapter in and moved the Sentry part to the separate script. IMHO the solution is undoing the following...

Would it make sense to have an option to add Sentry in the creator? Of course the user would still need to get a DSN, but everything else could be...

AFAIK @foxriver76 is currently creating a JSON schema for this.

This is now available, we should add a password field as an example.

For a simple UI, I believe https://github.com/ioBroker/ioBroker.admin/pull/664 is the solution. For more complex UIs, the user has to write a lot of code anyways. And for the most complex UIs,...

To me it also seems wrong that not all unit tests are executed with `npm test`: https://github.com/ioBroker/ioBroker.example/blob/19999a670c9b73a2436c2397467c2c7e54557437/JavaScript/package.json#L47-L51 (yes, I would exclude `test:integration`, but all others should run and the workflow...