ha-mqtt-iot

A simple configurable MQTT client that allows actions to be taken or values be reported from a PC

MIT License

Stars
41
Committers
5

Bot releases are hidden (Show)

ha-mqtt-iot - 0.6.1 - Fix default message retain setting for clients to avoid receiving the last message on startup Latest Release

Published by W-Floyd over 1 year ago

Small change to how we tell clients to send messages, should prevent weird startup messages from being received. May require clearing your MQTT topics, until a new message is sent on that topic I think.

What's Changed

Full Changelog: https://github.com/W-Floyd/ha-mqtt-iot/compare/0.6.0...0.6.1

ha-mqtt-iot - 0.6.0 - New device updates from upstream, reliability fixes

Published by W-Floyd over 1 year ago

A good bit of code churn since last release due to upstream device changes. So far the automatic code generation has been keeping up pretty well with minor tweaking to cope with updated docs. Special thanks to @pa-sowa and @dev-foo-bar for work on scripts and @phallows for work on connectivity issues.

I have opted to cross-compile to as many platforms as possible, but almost all of these come with no testing. I did test one of the MIPS builds in the past on my router, and it did work, so YMMV.

New Contributors

Full Changelog: https://github.com/W-Floyd/ha-mqtt-iot/compare/0.5.5...0.6.0

ha-mqtt-iot - 0.5.5

Published by W-Floyd over 2 years ago

What's Changed

Also added new lock config example and script.

Full Changelog: https://github.com/W-Floyd/ha-mqtt-iot/compare/0.5.4...0.5.5

ha-mqtt-iot - 0.5.4 - Ignore empty command message

Published by W-Floyd over 2 years ago

Useful for empty payloads that trigger buttons.

Full Changelog: https://github.com/W-Floyd/ha-mqtt-iot/compare/0.5.3...0.5.4

ha-mqtt-iot - 0.5.3 - Correct `device_tracker` struct

Published by W-Floyd over 2 years ago

Working around a quirk of the markdown documentation.

Full Changelog: https://github.com/W-Floyd/ha-mqtt-iot/compare/0.5.2...0.5.3

ha-mqtt-iot - 0.5.2 - Generate UniqueId from Name if not specified

Published by W-Floyd over 2 years ago

Previously, if unique_id was missing, it would simply fail. Now it is generated from the name given in the config. Added is a simple select example config.

Full Changelog: https://github.com/W-Floyd/ha-mqtt-iot/compare/0.5.1...0.5.2

ha-mqtt-iot - 0.5.1 - Fix automatic code generation for cameras, device_triggers, and tags

Published by W-Floyd over 2 years ago

Cameras, device triggers, and tags have a single topic field, which wasn't previously propagated correctly. It is now treated as a state field in all but the final json output.

Full Changelog: https://github.com/W-Floyd/ha-mqtt-iot/compare/0.5.0...0.5.1

ha-mqtt-iot - 0.5.0 - Add all device types, enable all fields

Published by W-Floyd over 2 years ago

All device types have been implemented, though not all have been tested yet.

Full Changelog: https://github.com/W-Floyd/ha-mqtt-iot/compare/0.4.5...0.5.0

Breaking Changes

Config schema is different, check the new sample configs for examples. It should be trivial to adapt.

ha-mqtt-iot - 0.4.5 - Add option to specify minimum and maximum mireds

Published by W-Floyd over 2 years ago

ha-mqtt-iot - 0.4.4 - Add flags to allow specifying config and secrets locations

Published by W-Floyd about 3 years ago

ha-mqtt-iot - 0.4.3 - Crypto price conversion and many fixes.

Published by W-Floyd over 3 years ago

Add crypto price conversion builtin, fix misc issues, restructure, add logging settings, range on backlight brightness.

ha-mqtt-iot - 0.4.1 - Fix retain settings

Published by W-Floyd almost 4 years ago

Fixes retain settings so that HA picks up on restart

ha-mqtt-iot - 0.4.0 - Add battery builtin

Published by W-Floyd almost 4 years ago

Adds a bultin constructor for batteries on Linux.

ha-mqtt-iot - 0.3.4 - Finish the fix from 0.3.3

Published by W-Floyd almost 4 years ago

ha-mqtt-iot - 0.3.3 - Fix for multi-instance setups.

Published by W-Floyd almost 4 years ago

NodeID was not unique enough.

ha-mqtt-iot - 0.3.2 - Add color temperature to backlight

Published by W-Floyd almost 4 years ago

ha-mqtt-iot - 0.3.0 - Add backlight builtin function.

Published by W-Floyd almost 4 years ago

ha-mqtt-iot - 0.2.0 - Make machine ID persist, allow specifying sensor unit.

Published by W-Floyd almost 4 years ago

ha-mqtt-iot - 0.1.0 - Initial Release

Published by W-Floyd almost 4 years ago

First release, with basic functionality. Must be placed with config.json file in same directory. Tested only on Linux thus far, though I don't see why Windows wouldn't work.

Package Rankings
Top 8.17% on Proxy.golang.org
Related Projects