Skip to content

Releases: jnsbyr/esp8266-intexsbh20

fix some compiler warnings and PlatformIO config

27 Aug 18:58
Compare
Choose a tag to compare
  • fixed compiler warnings (comparison of constant is always true, catching polymorphic type by value)
  • fixed platform_packages option
  • updated dependencies for GitHub Actions (Arduino Core for ESP8266 3.1.2, ArduinoJson 6.21.3)

updated dependencies

19 Aug 16:52
Compare
Choose a tag to compare
  • ESP8266 SDK 3.1.2
  • ArduinoJSON 6.21.3

support PlatformIO

12 Aug 20:56
Compare
Choose a tag to compare
  • move firmware code and config data into src folder
  • fix compiler warnings
  • updated README
  • updated GitHub build action

MQTT port configuration

11 Aug 17:26
Compare
Choose a tag to compare

optionally specify MQTT server port in config file

improved setting desired water temperature

04 Aug 19:51
Compare
Choose a tag to compare

set desired water temperature without interrupting MQTT connection

set disinfection time for model SJB-HS

04 Aug 19:48
Compare
Choose a tag to compare

changed data type of disinfection time setpoint from bool (on/off) to int (hours)

get disinfection time for model SJB-HS

04 Aug 19:45
Compare
Choose a tag to compare

changed data type of actual disinfection time from bool (on/off) to int (hours)

code restructured to improve support for model SJB-HS

04 Aug 19:42
Compare
Choose a tag to compare
  • support more than 16 symbols per 7-segment display
  • support reading disinfection time for model SJB-HS
  • changed error code data type from uint32 to string to make it human readable

SJB-HS model

30 May 15:31
Compare
Choose a tag to compare

support both Intex PureSpa SB-H20 and SJB-HS models, selectable during build using a #define in source file common.h

MQTT authentication

30 May 15:25
Compare
Choose a tag to compare

support MQTT authentication with username/password