Mitchell

Results 8 comments of Mitchell

What is stopping you from adding the full content of the API gateway request to your sample input data eg: ``` module.exports = { resource: '/{proxy+}', path: '/proxy', httpMethod: 'POST',...

I am seeing the same issue on my setup. running scenes with multiple lights doesn't work consistently

After some investigation I believe that the issue is just that its sending commands too quickly for the CNI to handle. Here is the comment from pciprotocol.py ` def on_pci_cannot_accept_data(self):...

It seems its a known thing. In the setup code there is already. I have forked this PR https://github.com/micolous/cbus/pull/36 that adds a throttled queue to get the status of all...

I have pushed the changes [here](https://github.com/mitchell-johnson/cbus) if you wanted to try them out. Just adds a 100ms delay between each light. I don't love it. I believe I should be...

Feel free to email me mitchell at johnson dot fyi if you need a hand with the setup

Hey @sladey Yeah my code is based on the changes made in PR #36 so is pretty different to what you would be running. I dont see why not. You...

There are 2 areas that I might get to researching. The CNI obviously has some sort of buffer that gets full up. In theory rather than waiting 100ms to send...