Open
Conversation
* Homeassistant callback script * sendToMQTT HomeAssistant with Autodiscovery * README update * Update README.md * Made contributor more clear Co-authored-by: JsBergbau <37013344+JsBergbau@users.noreply.github.com>
* Added skipidentical support for ATC mode * Added Python bytecode files to gitignore
* Added support for MQTTS (MQTT over TLS) * Disable TLS by default Co-authored-by: Cthulhu <cthulhu@rlyeh.it>
Added support for encrypted format Added support for custom format Ensured mqtt.conf file compability with old versions Added troubleshooting for connection issues
The checking should compare arguments with None (a default value). Otherwise a value 0 can't be set by a user as it is equal to False.
…r custom format (#105) * Added HTTP callback support * Add support for Qingping/ClearGrass advertisements * Fix support for custom format * Qingping/ClearGrass now tested with CGG1 and CGDK2 * Restored commented out code requested by JsBergbau * Fixed missing influxdb timestamp code for ATC mode * Renamed ATC to Passive mode and improved README * Improved Qingping docs in README a bit further * Updated version to 5.0
Issue is resolved, see piwheels/packages#270
* Update LYWSD03MMC.py Added parameter to set minimum callback interval * Update LYWSD03MMC.py Optimized the condition check with invokeCallback * Update README.md Readme file updated to include the --callback-interval command line parameter.
Due to the use of invokeCallback boolean instead of continue keyword, the piece of code to determine whether httpcallback was successful (if ret != 0) caused the callbackCounter to be increased as well. This was solved by placing the entire block of code in an if-block instead of just the args.callback and args.httpcallback.
* improved sendToZabbix.sh * added link to Zabbix readme in the main readme Co-authored-by: Firewire2002 <>
With this patch the dockerfile doesn't need to be updated according to the user's requirements. The script parameters can be provided to the command without requiring to update the dockerfile
This includes building and pushing to dockerhub and runnig using docker
Co-authored-by: Joachim Borzyszkowski <j.borzyszkowski@printoscope.pl>
Releases v6.0. Connect-Mode was removed, BTHome v2 decoding added, requests has been replaced by built-in urllib for better startup performance. Script renamend to MiTemperature2.py (old LYWSD03MMC.py remains present without support anymore)
* somehow fixed BTHome V2 ;-) * fixed some typos * Re-Enabling printing of packet types --------- Co-authored-by: JsBergbau <37013344+JsBergbau@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.