esp8266-intexsbh20

MQTT WiFi remote control for the Intex PureSpa SB-H20 and SJB-HS whirlpools

OTHER License

Stars
61
Committers
5

Bot releases are visible (Hide)

esp8266-intexsbh20 - fix some compiler warnings and PlatformIO config Latest Release

Published by jnsbyr about 1 year ago

  • 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)
esp8266-intexsbh20 - updated dependencies

Published by jnsbyr about 1 year ago

  • ESP8266 SDK 3.1.2
  • ArduinoJSON 6.21.3
esp8266-intexsbh20 - support PlatformIO

Published by jnsbyr about 1 year ago

  • move firmware code and config data into src folder
  • fix compiler warnings
  • updated README
  • updated GitHub build action
esp8266-intexsbh20 - MQTT port configuration

Published by jnsbyr about 1 year ago

optionally specify MQTT server port in config file

esp8266-intexsbh20 - improved setting desired water temperature

Published by jnsbyr about 1 year ago

set desired water temperature without interrupting MQTT connection

esp8266-intexsbh20 - set disinfection time for model SJB-HS

Published by jnsbyr about 1 year ago

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

esp8266-intexsbh20 - get disinfection time for model SJB-HS

Published by jnsbyr about 1 year ago

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

esp8266-intexsbh20 - code restructured to improve support for model SJB-HS

Published by jnsbyr about 1 year ago

  • 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
esp8266-intexsbh20 - SJB-HS model

Published by jnsbyr over 1 year ago

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

esp8266-intexsbh20 - MQTT retain

Published by jnsbyr over 1 year ago

add configuration option to choose MQTT retain setting (default: disabled)

esp8266-intexsbh20 - MQTT authentication

Published by jnsbyr over 1 year ago

support MQTT authentication with username/password

Badges
Extracted from project README's
-build scetch- License: CC BY-NC-SA 4.0 License: LGPL v2.1 License: MIT License: MIT License: MIT License: CC BY-NC-SA 4.0 License: CC BY-NC-SA 4.0
Related Projects