Releases: arjenhiemstra/ithowifi
Releases · arjenhiemstra/ithowifi
Version 2.0.6
Firmware version 2.0.6
- Added hardware revision and firmware version info to update page
hardware rev 2 specific:
- Support for hardware revision 2
- Experimental itho RF remote support
- Added support for itho remote RFT AUTO C02 (536-0150)
- Extended RF debug option to include command bytes (useful for adding new remotes or fix non working buttons)
- Improved RF receive performance for RFT AUTO C02 (536-0150) remote
- Bugfix: multiple quick succession remote saves could crash the ESP32, DelayedSave implemented
- Bugfix: Issue solved with certain CC1101 chips
Compiled firmware files:
firmware 2.0.6 hardware revision 1
Version 1.4.3
Version 1.4.3
- Bugfix: Static IP option was not available during AP mode
- Bugfix: Domoticz IDX option field displayed wrong
compiled firmware file:
firmware 1.4.3
Version 1.4.1
- Added command queue
It is now possible to add commands to a queue, the command with the highest speed setting will be the one executed for the amount of time given. - Updated API
Include queue commands, timer commands, updated documentation - Various code cleanup
- Added spinner to signal if there is no websocket connection between browser and itho add-on
compiled firmware file:
firmware 1.4.1
Release 1.4.0
- low, medium, high speeds can be changed on setup page
- MQTT command topic now accepts commands low, medium, high next to integer 0-254
- Added web API to control itho without MQTT
- Updated config structure to more easily support future updates
- BREAKING: this update will reset your system config (wifi settings are not affected), you will have to redefine your MQTT settings.
Release 1.3.1
- Fixed memory leak in hostname construction
- Moved to stack based JSON object declarations where possible
- Limited usage op String object as much as possible
Release 1.3.0
- Domoticz support added
- Small bugfixes
Version 1.2.1
- Wifi config bug fixed (wrong file linked)
- Replaced WiFi.status() with wifi_station_get_connect_status() (WiFi.status() buggy??)
- Added simple system log to the debug page
- Code cleanup and formatting
Release 1.2
- New PCB design including a ATTiny 1614 to handle the I2C handshake with the itho box
- Updated firmware to with the ATTiny
- Improved WiFi stability
Release 1.0
In this release:
- hardware version 1.1
- firmware, simple sketch for hw version 1.1
- firmware, more advanced user configurable sketch for hw version 1.1