Skip to content

Releases: arjenhiemstra/ithowifi

Version 2.0.6

15 Jan 18:48
Compare
Choose a tag to compare

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

firmware 2.0.6b hardware revision 2

Version 1.4.3

03 Jan 11:15
Compare
Choose a tag to compare

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

29 Nov 15:24
Compare
Choose a tag to compare
  • 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

15 Nov 15:46
Compare
Choose a tag to compare
  • 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

12 Nov 16:06
Compare
Choose a tag to compare
  • 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

11 Aug 18:22
Compare
Choose a tag to compare
  • Domoticz support added
  • Small bugfixes

Version 1.2.1

06 Jun 15:21
Compare
Choose a tag to compare
  • 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

30 Apr 15:48
Compare
Choose a tag to compare
  • 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

11 Apr 10:47
Compare
Choose a tag to compare

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