Alastair D'Silva

Results 17 issues of Alastair D'Silva

**Describe the bug** GPSD fails to connect: ``` Sep 07 20:15:03 rtkgps gpsd[1290]: gpsd:WARN: PACKET: packet_get1(fd 8) errno: Connection refused(111) Sep 07 20:15:03 rtkgps gpsd[1290]: gpsd:WARN: CORE: device read of...

Please review. This patch set adds preliminary support for the Quectel LC29H-BS. A new tool tools/nmea.py is introduced to allow NMEA commands to be sent via a serial port. This...

These patches are requires for Mistral 3 Small to work with (larger?) images. The first prevents an overflow in in the CUDA scale function, by chunking the work into blocks...

A couple of spelling errors & stylistic changes Support the Australian Amazon site Download the order summary if an explicit invoice does not exist

documentation
plugin: amazon
size:M

## Description: **Related issue (if applicable):** **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** - esphome/esphome#8831 ## Checklist: - [X] I am merging into `next` because this is new...

has-parent
next

This patch series provides tighter integration with Home Assistant, including: - Automatic discovery of sensors via MQTT (provides long term statistics in Home Assistant, as well as squelching some warnings...

In commit 3e6a4f9 the line `return self.parseCommandOutput(ret)` was added to peerWithVehicle() , but ret was not defined. This results in attempts to pair via BLE failing with a browser issued...