shinyone
shinyone
Quick update . After adding a console.log in [node_helper.js](https://github.com/paviro/MMM-PIR-Sensor/blob/master/node_helper.js#L112) > this.pir = new Gpio(this.config.sensorPin, 'in', 'both'); I found that the sensorPin is 22, rather than the value 4, that I...
UPDATE: Found the problem. I think I copied the config from another forum post which was incorrect. ~~sensorPIN~~ sensorPin: 4, DO NOT CAPTIALISE "PIN" ``` JS module: 'MMM-PIR-Sensor', config: {...
Leaving open for reference
thanks for adding the extra information that solved your problem.
Update since I face the a similar problem after update. Update version to match electron version (Found in the package.json of the main MagicMirror/node_modules/electron directory) sudo npm rebuild --runtime=electron --target=6.1.7...
I thought it might be useful for other modules to benefit from the MMM-PIR-Sensor module and can react accordingly. - Added POWER_SAVE socket notification when the monitor is actually being...
Had the same issue with `unknown flag --profile` Solution from another issue, worked for me: `sudo apt install docker-compose-plugin`
I can see some event information in the debug logs. TA for tamper alarm (lid open) ` 2021-05-09 09:38:37 DEBUG (MainThread) [pysiaalarm.base_server] Incoming line: 9A8C0079"*SIA-DCS"0024L0#AAA 2021-05-09 09:38:37 DEBUG (MainThread) [pysiaalarm.event]...
Thanks. I'm currently reading this [thread](https://community.home-assistant.io/t/ajax-alarm-system/62853/300) which also has some useful information and similar requests for room event information. I saw your response to this.
Didn't have any problems myself. Is the ERROR the contents of /poetry-installer-error-x3gj8j15.log?