Commit graph

121 commits

Author SHA1 Message Date
Robert Strouse
dce0ae0c04 v1.4.0 upade
* Moved shade storage from NVS.  NVS storage became limited because of the wired ethernet boards.  This limited the number of potential shades to around 20.
* Added the ability to backup the shade configuration
* Added the ability to restore the shade configuration.
* Increased up. down, and tilt timing value to allow for up to 54 days of transition.  The previous 16bit value did not allow for very slow shades and was limited to just over a minute.
* UI cleanup and additional messages.
* Transceiver tuning now applies the rx bandwidth in the proper order so no reboot is required.
2023-03-11 10:26:23 -08:00
Robert Strouse
71e5b8a648 Added API Services for Tilt HomeAssistant
Added api services to support blind definitions in Home Assistant.  Stop tilt function when my button is pressed and the tilt operation is in progress.  Bump to v1.3.2
2023-03-04 09:59:07 -08:00
Robert Strouse
c9f3e79453 Added blinds as a shade type 2023-03-03 19:23:01 -08:00
Robert Strouse
0f2f30bf4d Wired Ethernet Support!
Added ESP32 wired ethernet support.
2023-02-26 11:50:57 -08:00
Robert Strouse
7f5463250f Prepare for LAN adapter settings
* Fix radio pin settings where the old values were being set to the config then reloaded.  This meant that the new pin settings were not being saved.
* Disable the radio when the radio cannot be configured.  This stops the microcontroller from hitting a hard halt and allows the pin settings to be changed.
* Add ethernet configuration options in preparation for boards with ethernet connections.
2023-02-23 17:41:58 -08:00
Robert Strouse
028cce5d8f Bug Fix for network emits
Originally the address used for the SSID would become inconsistent because of the way the ESP32 uses the string class to store the SSID.  This would eventually end in an emit that crashed the socket from the client with an inconsistent UTF-8 byte.  The fix was to convert the string to a pointer for the emits.
2023-02-20 09:07:20 -08:00
Robert Strouse
16e85d5e08 Re-upload binary
The binary did not originally load into the release directory.  Not  sure what that is about.
2023-02-19 14:47:15 -08:00
Robert Strouse
5ef3e01226 Improve performance by moving script to a cached file.
All object references not look for cached script file.  This eliminates the need to reload the script when simply rendering the page.  ESP32 does not need to download this data if the cache already has it.  Implemented versioning on the script tags.
2023-02-19 13:28:56 -08:00
Robert Strouse
f88e02b25c Cache clearing and v1.2.1 binaries 2023-02-19 12:46:11 -08:00
Robert Strouse
c39f0e2ed8 CSS cleanup for touch screens and Apple products
* Employ flex elements for shade control
* Disable the annoying Apple context menu
* Fix text overruns for smaller screens
* Time mouse and touch commands so that they can coexist
2023-02-19 11:55:47 -08:00
Robert Strouse
44d6c5dc99 v1.2.1 Binary and FS update 2023-02-18 18:56:22 -08:00
Robert Strouse
765e8f3fd0 My Favorite Processing
* My button long presses detected from remotes for setting the my button.
* Allow setting of rolling code.
* Tuning for position setter and reading of hw sync bytes for repeats.
2023-02-18 13:14:22 -08:00
Robert Strouse
e1aada23b0 Fix WiFi setup
* Increased the number of APs that can be queried and filtered out those that have an RSSI -95.  Previously, the number of returned SSIDs could blow the output buffer.
* Do not disable the Save button during scan of potential APs.  If the scan is taking a long time you should just be able to type it in.
* If a connection is lost and cannot be recovered fall back to AP mode to allow resetting the creds without power off.
2023-02-07 11:09:10 -08:00
Robert Strouse
dcd90a4c29 Update to 1.1.0
* Reduced socket traffic on load.
* Added code to check max socket connections and reconnect when a slot becomes available.
* Improve load times for Shade Manager
2023-02-05 10:20:53 -08:00
Robert Strouse
0ab2444104 Code cleanup
Clean up code for version 1.0.9
2023-02-02 14:17:02 -08:00
Robert Strouse
92ea0f6c99 Update 1.0.9
Fix issues with long SSID names
Make RSSI testing for remote receive tuning.
2023-01-29 19:29:12 -08:00
Robert Strouse
26714f71b7 Code cleanup
Enable/Disable radio from the UI to release the receive interrupt.  This helps when trying to use Arduino IDE to update firmware.
2023-01-25 15:40:21 -08:00
Robert Strouse
fd6dc68af0 Update application release 2023-01-22 16:07:08 -08:00
Robert Strouse
2b81cd877c Release cleanup 2023-01-22 15:21:09 -08:00
Robert Strouse
72d1cdcccb Version 1.003 Changes 2023-01-21 14:58:07 -08:00
Robert Strouse
ee367e7111 Initial commit 2023-01-09 18:15:30 -08:00