Nick Phillips
Nick Phillips
@RonRademaker haven't looked too much into master vs 1.0, what were the major changes?
Not a direct answer, but I ran it on my Mac by cloning https://github.com/shenxn/libdyson/tree/main/libdyson running `pip3 install -r requirements.txt` then ran get_devices and it output the required info. ``` python3...
I could probably put something together for this but I don't have a serial cable to test it.
I might be able to throw one together if I can get the pinouts. I'm currently working on a v1 of this library and potentially switching to promises to match...
Hey I'd love to switch to the more popular `telnet-client` instead of my own fork. But it isn't really working as I'd like. The biggest problem being the chaining of...
I like the idea, would you be able to adjust the pull request to use 2 space indentation to match the existing code? I'll then have a proper play and...
Has taken me a lot longer than anticipated! Having a quick scan through that link, it identical to the Denon. Even the control protocol wording is the same! I'd say...
Far as I am aware it was all unmodified. As I haven't used any node or zwave stuff on my Mac Book yet I figured I would start from fresh...
Thought I'd give it a go on Ubuntu 12.04 LTS x64 too. Looks like the same issue but different error message. ``` 2013-10-19 19:33:25.576 contrlr, Removing current message node: ../deps/open-zwave/cpp/src/Notification.h:165:...
``` 2013-10-19 19:33:25.431 mgr, Added driver for controller /dev/ttyUSB0 2013-10-19 19:33:25.431 Opening controller /dev/ttyUSB0 2013-10-19 19:33:25.431 Trying to open serial port /dev/ttyUSB0 (attempt 1) 2013-10-19 19:33:25.451 Serial port /dev/ttyUSB0 opened...