Nick Kinnan
Nick Kinnan
Probably best to run fsck, and delete everything but the monero blockchain, but it's really annoying to have to re-copy the blockchain every time I setup. Would also be useful...
### The problem The HA Starlink integration's dependency starlink_grpc_core does report altitude from the dish's GPS in addition to latitude and longitude, but this is not passed through to states.device_tracker.starlink_device_location...
This file is identical to esp8285.json with two changes that bump the flash size from 1MiB to 2MiB: The upload.maximum_size value of "2097152" is taken from modwifi.json which is another...
### The problem I have an 8285 board with 2mb flash. The default flash size for the 8285 board is 1mb. Using platformio_options I set flash size to 2mb. ```...
Device class energy is missing some valid native units of measurement, generating warnings in logs.
### The problem Edit: made a few changes and ran more tests after noticing additional device classes and measurement types, but the issue persists. Please see the additional comment that...
# What does this implement/fix? Adds a missing Reactive Power sensor under the CSE7766 component. It's possible to generate the ReactivePower value with a template sensor, but it's update rate...
## Description: Documents a new sensor under the CSE7766 component. **Related issue (if applicable):** fixes **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#7257 ## Checklist: - [x] I...
Bugfix: AsyncEventSource writes multiple events per tcp send, including partial events that straddle buffers ---------- On line 148 in the diff, client->send() was being called before additional events could write...
If no data is coming in, `GetOverlappedResult` will wait in kernel mode indefinitely. This prevents things like KeyboardInterrupt due to ctrl-c from happening. This change calls `GetOverlappedResultEx` instead which has...
# What does this implement/fix? If the API buffer is full, instead of dropping messages, put them in a deferred send queue. Once there is buffer space, the latest state...