My Home-IoT
Find a file
thejonesyboy bd061ac2ee fix: Incorrect time delay conversion breaks remote_transmitter_esp8266.cpp ()
* Incorrect time delay conversion breaks remote_transmitter_esp8266.cpp

I'm unsure why the conversion from microseconds into whole millseconds and remaining microseconds is done using a value of 16383, rather than 1000. This breaks the "on", "off" times, as well as the repeat wait_time if the period is more than 16383 microseconds.

I have confirmed behaviour with an oscilloscope. See https://community.home-assistant.io/t/infrared-remote-transmitter-not-working/232825

* Update esphome/core/helpers.cpp

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-10-22 23:54:39 -03:00
.devcontainer
.github Bump docker base image to 2.6.0 () 2020-08-23 21:53:41 -03:00
docker Bump docker base image to 2.6.0 () 2020-08-23 21:53:41 -03:00
esphome fix: Incorrect time delay conversion breaks remote_transmitter_esp8266.cpp () 2020-10-22 23:54:39 -03:00
script Bump docker base image to 2.6.0 () 2020-08-23 21:53:41 -03:00
tests Readds the battery level for xiaomi_hhccjcy01 () 2020-09-20 11:30:24 -03:00
.clang-format
.clang-tidy
.coveragerc
.dockerignore
.editorconfig Create .editorconfig () 2019-05-08 15:37:18 +02:00
.gitignore
.gitpod.yml extract and use current version of python 3 () 2020-01-09 13:27:39 -08:00
.pre-commit-config.yaml
CODE_OF_CONDUCT.md Add Code of Conduct (Contributor Covenant) () 2018-10-12 11:26:26 +02:00
CODEOWNERS
CONTRIBUTING.md
LICENSE
MANIFEST.in
platformio.ini
pylintrc
pytest.ini
README.md Update README.md 2019-02-14 13:49:22 +01:00
requirements.txt
requirements_test.txt
setup.cfg Bugfix/normalize core comparisons (and Python 3 update fixes) () 2020-01-13 14:35:55 -08:00
setup.py

ESPHome Build Status Discord Chat GitHub release

ESPHome Logo

Documentation: https://esphome.io/

For issues, please go to the issue tracker.

For feature requests, please see feature requests.