Releases: rstrouse/ESPSomfy-RTS
Releases · rstrouse/ESPSomfy-RTS
v1.7.2
- HTML Cleanup for mobile devices.
- Fix issue with download of backup file during application update. If you are updating any version less than 1.7.2 then you will still need to update from a device other than an iPhone. Subsequent updates will allow the application to be updated from an iPhone.
v1.7.1
- Rework time zone selections #49 to allow for more options
- Add Invert Commands and Invert Position options for motors #69
- Add GPIO input only pins for MISO pin selections #73
v1.7.0
This represents a big release! The primary functions added to ESPSomfy RTS revolve around control for Awnings and Sun/Wind sensors. Thank you @Noltari for the PRs to make all of this work!
- Add Awning shade type
- Add Sun sensor control for Soliris
- Add Wind sensor control for Soliris
- Radio tuning for the base frequency
- Reset MQTT connection when configuration changes (no need for reboot)
- Allow lift and tilt settings to be altered during movement
- Code cleanup and defensive coding
v1.6.1
- Added Sao Paulo timezone #49
- Check current position before issuing a target change. Previously, this could result in the shade moving to the my position because the shade didn't need to move.
v1.6.0
- Added timezone for Europe/Berlin
- Added support for Somfy RTW protocol found on some motors. An example are ASA motors.
v1.5.4
- Bug fixes and performance tweaks
- Increased time for setting and removing my position - Some motors would not respond in time for the my position to be set.
v1.5.3
- Filter frames that are potentially invalid for empty addresses. #35
- Do not send my command when stopping at 0 or 100%. This can cause the motor to move to the my position if one is set #41
- For integrated tilt mechanisms first stop the motor then resume opposite direction.
v1.5.2
- Add additional filters for invalid frames
- Create step size adjuster for integrated blind types
v1.5.1
- Fixed issue where prog command was being filtered out #27
- Added tilt wheel commands for tilt positioning with integrated tilt motors #17
- Added tilt position visibility for Edit Shade screen
v1.5.0
- Increase json buffer size for linked remotes #25
- Increase the number of linked remotes from 5 to 7 #25
- Improve reception for linked remotes #26
- Include integrated tilt motor functions #22, #31
- Remove GPIO filter for pins 6-11 for SPI connection #23