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

Major rewrite + improvements in many areas #8

Open
wants to merge 191 commits into
base: master
Choose a base branch
from

Commits on Oct 22, 2018

  1. Commit all changes

    mbs38 committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    4863116 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce54a5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc01a24 View commit details
    Browse the repository at this point in the history
  4. -

    mbs38 committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    541a05a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Added verbosity argument.

    mbs38 committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    e239019 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1a79d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4907d89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4e07b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d09fff7 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    f2a63c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Configuration menu
    Copy the full SHA
    ed27521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94545ee View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Revert "Addded command line argument for setting break time in main l…

    …oop."
    
    This reverts commit 94545ee.
    mbs38 committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    45000be View commit details
    Browse the repository at this point in the history
  2. Added set loop time argument

    mbs38 committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    43a4601 View commit details
    Browse the repository at this point in the history
  3. Revert "Revert "Addded command line argument for setting break time i…

    …n main loop.""
    
    This reverts commit 45000be.
    mbs38 committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    0ffd123 View commit details
    Browse the repository at this point in the history
  4. Revert "Revert "Revert "Addded command line argument for setting brea…

    …k time in main loop."""
    
    This reverts commit 0ffd123.
    mbs38 committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    753064c View commit details
    Browse the repository at this point in the history
  5. Cleanup

    mbs38 committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    4a68a43 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. some examples

    mbs38 committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    3245d56 View commit details
    Browse the repository at this point in the history
  2. fix

    mbs38 committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    a91aef2 View commit details
    Browse the repository at this point in the history
  3. some more

    mbs38 committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    cb2fecc View commit details
    Browse the repository at this point in the history
  4. Update README.md

    mbs38 authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    627bd82 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2018

  1. cleanup

    mbs38 committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    e54dd66 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Put some data in some other places to make implementing the home

    assistant stuff a little easier..
    mbs38 committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    f2d80bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd07785 View commit details
    Browse the repository at this point in the history
  3. Fixed bad path

    mbs38 committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    a3a8587 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. More elaborate Error handling.

    mbs38 committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    95833a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Nicer error handling.

    mbs38 committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    d81e5a9 View commit details
    Browse the repository at this point in the history
  2. Fixed some bugs

    mbs38 committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    a25e6cc View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. More elaborate comments

    mbs38 committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    52deaf6 View commit details
    Browse the repository at this point in the history
  2. More examples

    mbs38 committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    c237f96 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    049e844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8a7279 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Update README.md

    Added configuration examples.
    RichardBH authored Dec 5, 2018
    Configuration menu
    Copy the full SHA
    fe754d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d88bb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Added Resilience in connecting

    The Modbus will continuously attempt to reconnect.
    Set the Autoremove option to default to False.
    Added MQTT resilience in that once the initial connection has been made the Paho client will auto reconnect.
    Changed --verbose from Bool to be an INT and changed the name to "--Verbosity" level. 0=silent, 1=errors only, 2=connections, 3=all. Default of 2.
    Added additional console messages which help when running it.
    Up revision to 0.2 (Hope thats ok?)
    RichardBH committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    76280e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83d3856 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Added Verbosity level 4.

    Verbose level: 0=silent, 1=errors only, 2=connections, 3=mb writes, 4=all
    RichardBH committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    49cadc0 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    32304cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from RichardBH/master

    Update README.md
    mbs38 authored Dec 10, 2018
    Configuration menu
    Copy the full SHA
    0af77b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Autoremove now off by default

    mbs38 authored Dec 11, 2018
    Configuration menu
    Copy the full SHA
    7898b18 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. Configuration menu
    Copy the full SHA
    6f011cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0048614 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. Added options for MQTT authentication

    Kenakapheus committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    7f89911 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Kenakapheus/master

    Added options for MQTT authentication
    mbs38 authored Dec 16, 2018
    Configuration menu
    Copy the full SHA
    ea86dfc View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2018

  1. Merge pull request #1 from mbs38/master

    Update
    RichardBH authored Dec 23, 2018
    Configuration menu
    Copy the full SHA
    c8aeff3 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

  1. Configuration menu
    Copy the full SHA
    4773d10 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Configuration menu
    Copy the full SHA
    fae3088 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Added Int32 conversion from 2 int16

    Allows use of "input_register_32BE" in the CSV, to indicate that 2 16 bit registers should be joined to send one 32bit integer. (Big Endian only. MSW first.)
    RichardBH committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    0d05f14 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from RichardBH/master

     Added Int32 conversion from 2 int16
    mbs38 authored Jan 21, 2019
    Configuration menu
    Copy the full SHA
    aaf8ed5 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Updates to Readme and Example.csv Int32BE (#4)

    * Updated for input_register_32BE
    
    Other spelling mistakes etc.
    
    * Updated with input_register_32BE
    
    And other clarifications.
    
    * Fixed "Coil" that came back...
    RichardBH authored and mbs38 committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    b407bb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Added tls support and small tweak logging mqtt (#6)

    * Add option to only use password to log in
    
    * Add extra log information at verbosity level 4 for mqtt
    
    * Inital version to add tls support
    
    * Default port is dependent on the use of tls
    
    * Fix tls version bug
    
    * Typo mqqt -> mqtt
    Buskebam authored and mbs38 committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    e932445 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    41fd4d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Configuration menu
    Copy the full SHA
    b9b2e9a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Configuration menu
    Copy the full SHA
    e79dae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e3c8c View commit details
    Browse the repository at this point in the history
  3. Cleaning away an ugly spot..

    mbs38 committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    eb6848f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Clarify reference explaination

    mbs38 committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    32d3716 View commit details
    Browse the repository at this point in the history
  2. Clarify reference explaination

    mbs38 committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    7c248f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b14204f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03312a1 View commit details
    Browse the repository at this point in the history
  5. new data types

    mbs38 committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    74a45c0 View commit details
    Browse the repository at this point in the history
  6. Runs again

    mbs38 committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    7ad762c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. New feature: types

    mbs38 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    82c830c View commit details
    Browse the repository at this point in the history
  2. Fixed error in combine function

    mbs38 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    f7a6715 View commit details
    Browse the repository at this point in the history
  3. Improve conversion

    mbs38 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    6779a8d View commit details
    Browse the repository at this point in the history
  4. Fix

    mbs38 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    92f9d2d View commit details
    Browse the repository at this point in the history
  5. Added uint32LE

    mbs38 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    4257c7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b36ee3c View commit details
    Browse the repository at this point in the history
  7. Fixed bug in reference poll

    mbs38 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    ecad9bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9022c26 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98b4885 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    737c059 View commit details
    Browse the repository at this point in the history
  11. Cleanup

    mbs38 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    4267832 View commit details
    Browse the repository at this point in the history
  12. Cleanup

    mbs38 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    ffb0b6a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Cleanup

    mbs38 committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    382ec80 View commit details
    Browse the repository at this point in the history
  2. Added example for data types

    mbs38 committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    5001488 View commit details
    Browse the repository at this point in the history
  3. Added type string

    mbs38 committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    00fd191 View commit details
    Browse the repository at this point in the history
  4. fix example

    mbs38 committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    64dfb40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a4464b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36124c3 View commit details
    Browse the repository at this point in the history
  7. Cleanup

    mbs38 committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    df48a45 View commit details
    Browse the repository at this point in the history
  8. Cleanup again.

    mbs38 committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    7a073ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0f48244 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    24260f1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    418c143 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    43fd99a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Remove multiple setting of will

    mbs38 committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    2ff5b4d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. Configuration menu
    Copy the full SHA
    aea35b4 View commit details
    Browse the repository at this point in the history
  2. Update some comments

    mbs38 committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    9d2c0d6 View commit details
    Browse the repository at this point in the history
  3. Fix "Added Reference..." print

    mbs38 committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    d931228 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Fix broken sanity check

    mbs38 committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    32f4a53 View commit details
    Browse the repository at this point in the history
  2. Cleanup.

    mbs38 committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    fdaf0d3 View commit details
    Browse the repository at this point in the history
  3. Cleanup.

    mbs38 committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    6c4d5de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65e2a51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4004c1 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. client id not foo anymore :P

    mbs38 committed May 25, 2019
    Configuration menu
    Copy the full SHA
    f69f9cf View commit details
    Browse the repository at this point in the history
  2. some preliminaries

    mbs38 committed May 25, 2019
    Configuration menu
    Copy the full SHA
    158b5e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a78639c View commit details
    Browse the repository at this point in the history
  4. Changed to version 0.4 because of major changes (states are now

    published on successful write, states are now compared after formatting)
    mbs38 committed May 25, 2019
    Configuration menu
    Copy the full SHA
    5e718ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d671cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f5cc7c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Added warning.

    mbs38 committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    21946ca View commit details
    Browse the repository at this point in the history
  2. Added warning in README

    mbs38 committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    e82bba8 View commit details
    Browse the repository at this point in the history
  3. Formatting.

    mbs38 committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    5a6137e View commit details
    Browse the repository at this point in the history
  4. Formatting.

    mbs38 committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    34f28e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. Configuration menu
    Copy the full SHA
    4f7e9da View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. somehow broke everything

    mbs38 committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    25380ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fa96cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e608f7d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Fix some documentation issues

    mbs38 committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    9b02198 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Configuration menu
    Copy the full SHA
    4be411a View commit details
    Browse the repository at this point in the history
  2. Fix example file again

    mbs38 committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    163135a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Implemented scaling factor for register read (#8)

    * Implemented scaling factor
    
    * Error checking for scaling factor
    
    Co-authored-by: Kenakapheus <[email protected]>
    Kenakapheus and Kenakapheus authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    c425e02 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    013c548 View commit details
    Browse the repository at this point in the history
  2. Add help text

    mbs38 committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    18f0516 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    422a5c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    178bf33 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    3a52f56 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    b9edef7 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    4e0a7c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Update README

    mbs38 committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    9725134 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Configuration menu
    Copy the full SHA
    843914e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    fbb7a91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c3f2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a1cd4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa07236 View commit details
    Browse the repository at this point in the history
  5. Fix flooding

    mbs38 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    0f21cd5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. basics

    mbs38 committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    d85ec1f View commit details
    Browse the repository at this point in the history
  2. basic diagnostics work

    mbs38 committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    0df646c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4e1d10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20878f6 View commit details
    Browse the repository at this point in the history
  5. Diagnostics work

    mbs38 committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    455138d View commit details
    Browse the repository at this point in the history
  6. Diagnostics now documented

    mbs38 committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    2aec51b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Fix bug in autoremove

    mbs38 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    8b5fa63 View commit details
    Browse the repository at this point in the history
  2. Fix bug in autoremove

    mbs38 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    29e7d63 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    8a6d167 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Added option to always publish values (#9)

    * added option to always publish values
    
    Co-authored-by: Kenakapheus <[email protected]>
    Kenakapheus and Kenakapheus authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    f1a38fe View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    e9044af View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. fix pep8 except excepts (#10)

    * fix pep8 except excepts
    
    * more pep8 cleanup
    meyerd authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    95c18e7 View commit details
    Browse the repository at this point in the history
  2. Cleanup formatting (#11)

    * fix pep8 except excepts
    
    * more pep8 cleanup
    
    * correct messed up linebreaks in format strings
    
    * correct messed up linebreaks in format strings
    meyerd authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    81ab40c View commit details
    Browse the repository at this point in the history
  3. Revert "Cleanup formatting (#11)"

    This reverts commit 81ab40c.
    max authored and max committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    98b9fce View commit details
    Browse the repository at this point in the history
  4. Revert "fix pep8 except excepts (#10)"

    This reverts commit 95c18e7.
    max authored and max committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    e22692b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    bd9e659 View commit details
    Browse the repository at this point in the history
  2. Added Docker support (#12)

    jpg0 authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    f22e6f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    a987d34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be0cb64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef5371d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cddfd1 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    mbs38 committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    60682e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64ec487 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27afe0d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Configuration menu
    Copy the full SHA
    15b9950 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9055e68 View commit details
    Browse the repository at this point in the history
  3. Add manifest + setup

    mbs38 committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    ca8ac82 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    mbs38 committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    42a32b6 View commit details
    Browse the repository at this point in the history
  5. cleanup

    mbs38 committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    a2a9d4f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e87811 View commit details
    Browse the repository at this point in the history
  7. Add pip availability to README

    mbs38 committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    3e740f4 View commit details
    Browse the repository at this point in the history
  8. Add pip availability to README

    mbs38 committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    21895c5 View commit details
    Browse the repository at this point in the history
  9. pip support (again)

    mbs38 committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    80d6485 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    1e474cf View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    b018121 View commit details
    Browse the repository at this point in the history
  2. Update README.md (#15)

    Replace failing MQTT host iot.eclipse.org with working host mqtt.eclipseprojects.io
    tylerkoldenjtp authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    e393f71 View commit details
    Browse the repository at this point in the history
  3. Implementation of signed int32-values (#16)

    Implemented signed Int32-values
    soluga authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    57278c2 View commit details
    Browse the repository at this point in the history
  4. Changed version to 0.63

    mbs38 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    8a3bfc8 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Get dockerbuild running again (#18)

    * Ignore the root warning for the install
    
    * fixed docker build issue
    
    * ensure correct indent
    
    * using plain pip again
    
    * added changelog entrry
    
    Co-authored-by: Stefan Fischer <[email protected]>
    ghstefan and Stefan Fischer authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    b0adafc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea994f1 View commit details
    Browse the repository at this point in the history
  3. Clean up readme

    mbs38 committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    e725822 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    a39c18a View commit details
    Browse the repository at this point in the history
  2. Disable scaling on writing. Implementation not sufficient for all dat…

    …a types, may cause crashes.
    mbs38 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    4033c58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0717fa0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    687b9a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Refactoring

    mbs38 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    1184be6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    bf3acd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    605cab2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Fix argument in modbus read/write calls name (pobably due to some ver…

    …y old changes in pymodbus?)
    mbs38 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    74406a7 View commit details
    Browse the repository at this point in the history
  2. Version 0.67

    mbs38 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    1fa496c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. replace unit= with slave=

    mbs38 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e55ec6c View commit details
    Browse the repository at this point in the history
  2. move datatypes to new file

    mbs38 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    8601eb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    7b43e71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e0e6b5 View commit details
    Browse the repository at this point in the history
  3. Increment version

    mbs38 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2e427c0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'use-async'

    mbs38 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    a1ee82f View commit details
    Browse the repository at this point in the history
  5. Update README, fix typos

    mbs38 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6281a7d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Fix broken pip package

    mbs38 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3f7019e View commit details
    Browse the repository at this point in the history
  2. Increment version

    mbs38 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    84510a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    1c8e188 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15972bb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    952ed56 View commit details
    Browse the repository at this point in the history
  2. Increment version

    mbs38 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    ed40061 View commit details
    Browse the repository at this point in the history
  3. Update README

    mbs38 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    92784f0 View commit details
    Browse the repository at this point in the history