Skip to content

Tags: mhemeryck/modbridge

Tags

0.6.3

Verified

This tag was signed with the committer’s verified signature. The key has expired.
mhemeryck Martijn Hemeryck
goreleaser fixes

0.6.2

Verified

This tag was signed with the committer’s verified signature. The key has expired.
mhemeryck Martijn Hemeryck
Deps update & some cosmetic changes

0.6.1

Verified

This tag was signed with the committer’s verified signature. The key has expired.
mhemeryck Martijn Hemeryck
Bugfix mapping coilgroups

0.6.0

Verified

This tag was signed with the committer’s verified signature. The key has expired.
mhemeryck Martijn Hemeryck
Fixed, configurable polling speed for coil groups

0.5.2

Verified

This tag was signed with the committer’s verified signature. The key has expired.
mhemeryck Martijn Hemeryck
Version number available as flag

0.5.1

Verified

This tag was signed with the committer’s verified signature. The key has expired.
mhemeryck Martijn Hemeryck
Coverage measure + improvements

0.5.0

Verified

This tag was signed with the committer’s verified signature. The key has expired.
mhemeryck Martijn Hemeryck
Systemic refactor polling groups of coils

0.4.1

Verified

This tag was signed with the committer’s verified signature. The key has expired.
mhemeryck Martijn Hemeryck
Fix goreleaser deploy

0.4.0

Adds subscribe to topic for all writable coils

Regular modbus coil mappings mention coils to be either read-only or
read-write. For our purposes here, a mode of "write-only" is added to
assure that we only use the coil for writing to from an incoming MQTT
event. Otherwise, the following would happen:
- MQTT event triggers coil update
- coil update; gets polled
- on poll, the coil pushes out another MQTT event, effectively undoing
the previous change (or even worse, leading to some infinite loop
behavior, depending on the topic and values used).

Put in infinite loop to keep connection open;
[SO](https://stackoverflow.com/questions/48872360/golang-mqtt-publish-and-subscribe)
has a solution based on an OS signal.

0.3.0

Goreleaser docker push on tag

travis ci / goreleaser setup.