Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HM10: feature update, fix Flora values, add compile-time-options #9049

Merged
merged 1 commit into from
Aug 7, 2020

Conversation

Staars
Copy link
Contributor

@Staars Staars commented Aug 7, 2020

Description:

Add all new sensors from the ESP32-driver (night lights and RC do not make much sense ATM).
Fix Flora value presentation.
Adding multiple compile-time-options, but leaving default behaviour unchanged (in the code at line 530):
HM10.option.noRealTime = 1; Does not send TELE-message immediately (may help for HA auto-discovery)
HM10.option.allwaysAggregate = 1; Always show all reveived values for one sensor (maybe contain old ones)
HM10.option.showRSSI = 0; Show RSSI in the MQTT, may be useful to prevent overflow, if many sensors are received
HM10.option.ignoreBogusBattery = 1; Not really used ATM
HM10.option.noSummary = 0; No message at TELE-period, probably only useful, if real time is enabled
HM10.option.minimalSummary = 0; Only "static" values, like battery at TELE-period

Checklist:

  • The pull request is done against the latest dev branch
  • Only relevant files were touched
  • Only one feature/fix was added per PR.
  • The code change is tested and works on Tasmota core ESP8266 V.2.7.3.2
  • The code change is tested and works on core ESP32 V.1.12.2
  • I accept the CLA.

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass

@arendst arendst merged commit 5e064c1 into arendst:development Aug 7, 2020
@Staars Staars deleted the hm10 branch August 8, 2020 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants