John Boiles

Results 31 issues of John Boiles

This is probably because noise from the charging circuit comes through on the UV5R's microphone line since the microphone line is not connected. Possibly bringing back the diode could help...

It's valid to encode spaces in URLs as '+' characters. According to [w3 recommendations](http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1), "Space characters are replaced by `+', and then reserved characters are escaped..."; jQuery's built in .param...

# What does this implement/fix? This PR adds a component to send and receive HDMI-CEC messages. My use case: I already have an IR blaster built with ESPHome, but my...

new-integration
has-tests
integration: hdmi_cec

## Description: Adding docs for the new HDMI-CEC component: https://github.com/esphome/esphome/pull/3017 ## Checklist: - [x] Branch: `next` is for changes and new documentation that will go public with the next ESPHome...

has-parent
next

This PR provides an option to disable homing on the Z at the beginning and end of the generated GCode as well as an option to disable XY homing at...

Reading the code, I assume that a fixed value is used for pressure as an approximation. It might be nice to be able to pass in a pressure value from...

question

Without this, on Python 3.9.7 and Python 3.10.12, running `python3 register_ADE_account.py` would result in this stacktrace: ``` Traceback (most recent call last): File "/root/register_ADE_account.py", line 78, in main() File "/root/register_ADE_account.py",...

After opening #119 I figured out how to get my motion sensors configured via the `rfseriallookup` field and they are reporting their state into HA 🎉 But I'm noticing that...

Not a huge deal, but when accidentally trying to start a print with the printer power off (and the controller powered over usb). The screen goes blank until the controller...

Starting an issue to see if any thought has been put into an addition to Improv that would allow for listing APs that the device sees. This could make Improv...

enhancement
help wanted