Brad Downey
Brad Downey
I was using the 64 bit HAOS and switched to 32 bit and it is much snappier and lower memory utilization.
@basvandenbrink Is there a workaround that you found?
Doing a bit of poor mans debugging... At line [209](https://github.com/walthowd/husbzb-firmware/blob/master/ncp.py#L209) the response is `['\x1a', '\xc1', '\x02', '\x0b', '\n', 'R', '~']` which returns `isV8 = True`. Then at [441](https://github.com/walthowd/husbzb-firmware/blob/master/ncp.py#L441) the response...
I was able to solve my actual problem of zigbee2mqtt not working with the HUSBZB device. It was actually the default baud speed in zigbee2mqtt. Here are the settings that...
I was just trying to figure out how to do this. I have zigbee2mqtt occupancy sensor publishing this and want to trigger a doorbell. If the `doorbellMessage` could accept a...
> would you be interested in making sure this doesn't invoke that bug on your NVR? Sorry I don't have my instance of Homebridge any more.
I ran my test script though Data Dog. One thing is odd is that timeit told me task 100 add resource took about 60s but DD shows only about 15s....
@tpaviot that made a huge difference.
Adding `digital_transformation.add_objective_priorities()` and `digital_transformation.add_objective_makespan()` to the benchmark makes it basically unusable. Is it something I am doing wrong? ``` python benchmark/benchmark_dev_team_with_priority_makespan.py --nmax 30 #### Benchmark information header #### Date: 2021-06-01...
Thank you all for the work on this. I'm very excited to see this succeed. Of course I would prefer to use all the amazing optimizations (i.e. priority, span, single...