Ben
Ben
is there a post install script that needs to be run?
is this what the `/usr/local/lib/node_modules/homebridge-pichler-pkom4/scripts/include` does?
With 1.1.7-beta I just reinstalled the plugin and got this: ``` [04/05/2024, 13:21:46] [PKOM 4] Error installing modbus module /bin/rm: cannot remove '/usr/local/lib/node_modules/homebridge-pichler-pkom4/dist/../scripts/lib/python3.9/site-packages/serial/serialcli.py': Permission denied /bin/rm: cannot remove '/usr/local/lib/node_modules/homebridge-pichler-pkom4/dist/../scripts/lib/python3.9/site-packages/serial/threaded/__init__.py': Permission...
Hi @baranwang What are the cases when this script would need to be run? I mean which cases would these folders not already be present? https://github.com/baranwang/homebridge-plugin-haier/blob/main/packages/plugin/scripts/generate-ui.js
Also when I type in a password in the UI screen I get an error notification and then I see in the HB logs ``` [26/05/2024, 12:28:11] [Homebridge UI] [@hb-haier/homebridge-plugin]...
@basmaaks you haven't done anything wrong, just life has been busy lately! will check the plugin now
Seems to be an issue here which is leading to my homebridge restarting - looks like it should be `JSON` not `JSOM`! ``` /usr/local/lib/node_modules/homebridge-2-enet/index.js:134 else this.log.warn("No gateways defined: " +...
You should make use of something like `eslint` to detect these syntax issues
You need to publish a new version to NPM with the fix :)