pull updated version#5
Open
Abildgren wants to merge 24 commits into
Open
Conversation
Fix cover state to reflect real position
… remaining information given by the PIC16
… other refactoring
Added some sensors to get status of the board and implemented the light as light instead of a switch. https://github.com/stephan192/hoermann_door
* Add implementation without pic MCU side-by-side (#3) * refactor: move uapbridge_pic16 subcomponents to baseclass uapbridge * feat/refactor: add uapbridge base class from this uapbridge_pic16 class and https://github.com/Rezoran/hoermann_door to define an inheritable class * refactor: make uapbridge_pic16 inherit from the base class and adjust the python files to make this subclass work * feat: add uapbridge_esp from https://github.com/Rezoran/hoermann_door to extend hardware compatibility * refactor: rename configs to match the pic16 subcomponent * feat: add recommended config for esp variant * feat: update documentation * Remove MQTT Implementations * PIC16 implemented soft stop. Add new button component. Implemente impulse function * Set V2 information in PIC16 main.h * set default pic version for backward compatibility remove builds --------- Co-authored-by: Rezoran <30475103+Rezoran@users.noreply.github.com>
Adjsut the yaml and cover.py to follow latest esphome requirements
add rj12 pinout, add alternative rs485 transceiver, add optional note…
Added a schematic image to the README.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
updated version