Veit Kunz
Veit Kunz
Can you please fix this issue? It is very annoying that we cannot update Playwright anymore.
> > Can you please fix this issue? It is very annoying that we cannot update Playwright anymore. > > @vekunz This issue is purely about proper error message; if...
I think that this would be solved by this PR https://github.com/vlasovskikh/intellij-micropython/pull/139
I am not sure how such a thing could be possible. Since a Microcontroller has no operating system, any needed data has to be saved either directly in your code...
I think the only good way (except in source code) is an SD card.
Is there still progress here or is the topic dead?
In the Readme (startpage) is link "Pairing devices"
I've now added this code locally to the devices list in .../node_modules/homebridge-zigbee/lib/devices as innr.smart_plug.js (after a bit of reverse engineering) ```js const HomeKitDevice = require('../HomeKitDevice') class InnrSmartPlug extends HomeKitDevice {...
I've noticed a problem. The official npm version 1.3.0 does not support energy consumption. The GitHub Version does, but the maintainer did not release a new version since then.
I managed to "use" the latest git version. But I saw that homebridge-zigbee doesn't have the right parser. I try to build one, but first I have to understand the...