-
```
08:38:34.225 [pimatic] Listening for HTTP-request on port 80...
08:38:34.404 [pimatic] A uncaught exception occured: TypeError: Cannot call method 'toString' of undefined
08:38:34.404 [pimatic]> …
-
I've just hit a similar problem in https://github.com/andig/pimatic-fritz/tree/multi-box and thought I'd look around for similar use cases.
How would could I use yamaha-avr with multiple receivers?…
andig updated
5 years ago
-
Steps to repoduce:
```
curl -X GET --user "user:wrongPassword" https://hostnameOrIP/api/devices/someDeviceId
```
This will raise the following exception (**sent via response body**, no log message!!…
-
I am not sure why this error occurs.
```
warn [pimatic]: Keeping pimatic alive, but could be in an undefined state, please restart pimatic so soon as possible!
17:30:05error [pimatic]: A uncaught exc…
-
Your code needs to be properly promisified as getState and changeStateTo() need to return promises and should properly complete the promise in all cases, either with an result (if expected) or with an…
-
Is a version working with node 8 in the queue ?
-
Hello,
i have a new fresh installation on a raspi b+. Every night i receive the following errors several times every hour. Mostly it starts at 11:50 pm and then every hour until 5:50 am.
`error [p…
-
See https://forum.pimatic.org/topic/2362/fritz-plugin-show-battery-state-of-thermostat
-
I would like to autostart pimatic, so I followed:
http://pimatic.org/guide/getting-started/autostarting/
I got a "`pimatic not found`" error.
So I found this:
http://www.sweetpi.de/blog/720/pimatic…
-
I observed that some plugins (e.g. pimatic-rflink) expect the following ready message at start:
RFLink Gateway
The attached patch disables some outputs and adds this message.
[RFLink32-master_p…