Ben Hardill
Ben Hardill
Has anybody managed to write a device tree overlay to use a i2c device kernel driver? I'm trying to connect a touch screen via a i2c-tiny-usb adapter on a raspberry...
Hi Matt, If you don't have time to work on this project would you be prepared to let some other folk make updates and push them to npmjs.org? I think...
removed the leading / from the URL on line 76 Fixes #9
When Node-RED is installed using the boilerplate on Bluemix is moves the editor (httpAdminRoot) to `/red`. This means the Skill Config node is trying to POST to `/red/alexa/format-intents` instead of...
Please fill out the form below before submitting, thank you! - [ x] Bug exists Release Version 1.2.0 ( Master Branch) - [ x] Bug exists in MQTTv3 Client on...
Built 2.0.14 from source, enabled WebSocket support on Ubuntu 20.04 (fully updated) Following config file fails at startup: ``` allow_anonymous true listener 1884 protocol websockets ``` ``` mosquitto -c ./test.conf...
Hi, I've managed to set up this action to do a multi arch build and push to the public docker repository and now I'd like to sign a tag for...
Using the `latest` tagged container mosquitto can not start a websocket listener Using the following config file: ``` listener 1880 protocol websockets ``` And starting with: ``` docker run --rm...
NOTE issues are for bugs/feature requests not support. Please ask at https://stackoverflow.com/questions/tagged/volttron for help ### Description of Issue example/NodeRED needs a package.json to include the `python-shell` dependency and could then...
### Current Behavior If you build a npm module with both a plugin and a node then there is a race condition which can cause a failure. ```json { "name":...