Tobi
Tobi
I am rather new to Python but as far as I understand it, it does not make a difference if on_error() is implemented or not: ``` def _rx_thread(self, bus: BusABC):...
We are using the iscan module for device testing. Some values must be reported by the (CAN-enabled) bootloader of a device which can only be triggered while powering the device...
Yes, I did the poti adjustment multiple times, trying settings at the lower and upper end of the scale and also something in right between. And no, the bridged clamps...
I've got some further ideas on this and like to give it a try. Also, since this feature is running in my scripts as well. I wrote down some ideas....
Is there a suggested workaround for this issue? Iterate all states by using $[...], registering a single callback for each of the matches?
Okay, a practical solution is the following code: `$("mqtt.0.zigbee2mqtt.*").on(function(cs) {` ` // Use this instead of the original function OR in addition if you rely on a more complex regexp`...
I turned the option off because the adapter started using up more and more resources. I have around 50-60 scripts running, from ones with only a couple of lines to...
Guten Morgen Ich habe das gleiche Problem mit Firefox. Ich habe mal etwas nachgeforscht und der Grund dafür ist, dass der Web-Adapter in der WS-Config (Datei /_socket/info.js) als socketUrl nur...
Ich habe gerade nochmal in iobroker.socketio nachgesehen - dort wird die URL korrekt aufbereitet erwartet. In conn.js (welche die Anwendung demonstriert) ist genau der Fix aus dem PR enthalten. Man...
This feature is also planned, see #45 as a reference.