- fix(load_class): better performace in load_class function (
77b25c6
)
- Merge pull request #25 from hokus15/develop
fix(load_class): better performace in load_class function (f807fe4
)
- fix(update-ioconnect): fix update-iotconnect script (
f1ca507
)
- Merge pull request #24 from hokus15/develop
fix(update-ioconnect): fix update-iotconnect script (2131806
)
-
fix(update-iotconnect): fix update script (
f45f0a3
) -
fix(gps_mon): correct issue when position is not fixed by gps (
613546e
)
- Merge pull request #23 from hokus15/develop
Develop (56de091
)
- feat(mqtt_pub): migration to paho-mqtt 2.0.0 (
3e56226
)
- Merge pull request #21 from hokus15/dependabot/pip/paho-mqtt-2.0.0
build(deps): bump paho-mqtt from 1.6.1 to 2.0.0 (afcdbea
)
- build(deps): bump paho-mqtt from 1.6.1 to 2.0.0
Bumps paho-mqtt from 1.6.1 to 2.0.0.
updated-dependencies:
- dependency-name: paho-mqtt dependency-type: direct:production update-type: version-update:semver-major ...
Signed-off-by: dependabot[bot] <support@github.com> (736da7e
)
- ci(gitignore): add specific files to gitignore (
9962c27
)
- feat(scripts): add useful scripts to manage and update the service (
e436a7a
)
-
fix(monitor): fix using variable 'now' before assignment (
4737829
) -
fix(scripts): double quote to prevent globbing and word splitting (
0f28a9e
) -
fix(scripts): add shebang to scripts (
6707b8e
) -
fix(gps_mon): remove non assigned global variable (
61783b2
) -
fix(gps_monitor): replace gps by gps3 library to mantain python 3.9 or later compatibility (
0faa170
) -
fix(main): use of warning instead of deprecated warn (
ce11229
)
- Merge pull request #22 from hokus15/develop
Develop (f4b7b39
)
- Merge branch 'master' into develop (
5527964
)
- build(obd): latest version of obd doesnt support python 3.7
BREAKING CHANGE: python 3.7 not supported anymore (5460367
)
- build(deps): bump wrapt from 1.12.1 to 1.16.0
Bumps wrapt from 1.12.1 to 1.16.0.
updated-dependencies:
- dependency-name: wrapt dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (7cbe79b
)
- build(deps): bump logtail-python from 0.1.3 to 0.2.10
Bumps logtail-python from 0.1.3 to 0.2.10.
updated-dependencies:
- dependency-name: logtail-python dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (88a4f7a
)
- build(deps): bump obd from 0.7.1 to 0.7.2
Bumps obd from 0.7.1 to 0.7.2.
updated-dependencies:
- dependency-name: obd dependency-type: direct:production update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] <support@github.com> (a87439b
)
- build(deps): bump python-semantic-release/python-semantic-release
Bumps python-semantic-release/python-semantic-release from 9.1.1 to 9.3.1.
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] <support@github.com> (d85c56f
)
- build(actions): replace travis by github actions (
6c0939c
)
- Merge pull request #18 from hokus15/dependabot/pip/obd-0.7.2
build(deps): bump obd from 0.7.1 to 0.7.2 (524e333
)
- Merge pull request #20 from hokus15/dependabot/pip/wrapt-1.16.0
build(deps): bump wrapt from 1.12.1 to 1.16.0 (9665c69
)
- Merge pull request #17 from hokus15/dependabot/github_actions/python-semantic-release/python-semantic-release-9.3.1
build(deps): bump python-semantic-release/python-semantic-release from 9.1.1 to 9.3.1 (cb9b68d
)
- Merge pull request #19 from hokus15/dependabot/pip/logtail-python-0.2.10
build(deps): bump logtail-python from 0.1.3 to 0.2.10 (ef24549
)
- Merge pull request #16 from hokus15/develop
build(actions): replace travis by github actions (d7c4faa
)
- Merge pull request #15 from hokus15/documentation
docs(codacy): Update codacy badge in doc (94955b5
)
- Merge pull request #14 from hokus15/develop
docs(codacy): Update codacy badge (dbdf9ff
)
- Merge pull request #12 from hokus15/documentation
docs(logtail): Replace Loggly by logtail in documentaiton (16a4ba1
)
- docs(logtail): Replace Loggly by logtail in documentaiton (
c292109
)
-
fix(stability): Fix stability issues with MQTT connection and logs improvements (
94f5ddc
) -
fix(monitor): Fix E128 continuation line under-indented for visual indent (
a34559b
) -
fix(monitor): Fix E275 missing whitespace after keyword (
9b66311
) -
fix(service): Assign SIGINT KillSignal to service (
f2b1fbf
)
- Merge pull request #11 from hokus15/develop
Develop (d3b2354
)
-
feat(IoniqEVMonitor): Added aux Battery soc in percentaje information. (
b43326b
) -
feat(IoniqEVMonitor): Added aux battery current. (
829e810
)
-
fix(commands): Fix undefined decoders (
47f7e9d
) -
fix(commands): Refactor commands adding more descriptive information. (
a6376df
)
- Merge pull request #9 from hokus15/develop
Develop (03af1d7
)
-
fix(ioniqev_mon): Make fast and timeout parameters for OBDII connection configurable. (
ee7a1d6
) -
fix(ioniqev_mon): Make baudrate param optional. (
aca1d4a
) -
fix(service): Wait for bluetooth to be online before starting the service. (
2454e76
)
- Merge pull request #8 from hokus15/develop
Develop (05c6689
)
- chore: pre-commit-config (
014010b
)
-
docs: Add version badge with correct information (
97a5727
) -
docs: Remove version badge (
6cdcdaa
) -
docs: Fix command line, (
1fa3a4e
) -
docs: NoopMonitor documentation (
b4c35dd
)
- fix(log): Fix log message (
93dc1b8
)
- Merge pull request #7 from hokus15/develop
fix(log): Fix log message (cbba87f
)
- Merge pull request #6 from hokus15/documentation
Documentation (81ad759
)
-
Merge branch 'documentation' of https://github.com/hokus15/IOTConnect into documentation (
911b650
) -
Merge pull request #5 from hokus15/documentation
Documentation (bfcf07c
)
- Merge branch 'master' into documentation (
3aaf61a
)
-
fix(ioniqev_mon): Synchronize monitor execution (
66170ec
) -
fix(service): Send standard output to null (
db6199b
)
- Merge pull request #3 from hokus15/synchronize_monitor
Synchronize IoniqEV monitor execution (c55462c
)
-
doc: added link to the turorial in Getting started page. (
49d2807
) -
Merge pull request #2 from hokus15/documentation
doc: Documentation structure change (befa301
)
-
doc: Fix nav (
9b284af
) -
doc: Change documentation structure (
6ee52cd
) -
doc(index): Replace version shield (
c40345d
) -
doc(README): Replace version shield (
bb8a9ac
)
-
feat(mqtt_pub): Make qos and retain configurable. (
038be5a
) -
feat(mqtt_pub): Make qos and retain configurable. (
369b0e4
)
-
fix(travis): Correct travis config indentation (
99dd46b
) -
fix(mqtt_pub): Recover from lost connection. (
46cb6fc
)
- refactor(gps_mon): Doesn't low message twice and differenciates when reboot it's not enabled (by setting it to 0) (
cfc39a7
)
-
Bumped version to 0.3.0 (
2718086
) -
Added version badges (
fb752eb
) -
Bumped version to 0.2.3 (
8cc9a40
) -
Version bump (
3d59180
) -
version_bump script taken from https://github.com/home-assistant/core (
a0a04b1
) -
Bump version (
56b9da9
) -
Log message when handing no fix (
914a80a
) -
More travis slack notification personalization (
c929b30
) -
Notify always on slack (
dad680c
) -
Personalize travis slack notification (
4caf8f0
) -
Added slcak secure token (
297672b
) -
Added slack notification (
7b921be
) -
Minor changes (
b2c0c13
) -
Fix links (
2893c17
) -
Don't use spaces in md filenames to avoid 404 when searching (
90b515b
) -
Additional mkdocs config params (
453c117
) -
Delete iotconnect.log.2020-09-27 (
3232510
) -
Add Extending IOTConnect section. (
4068506
) -
Add link to the tutorial. (
595d037
) -
Ignore past logs (
4439354
) -
Fix list (
d8c667b
) -
Fix lists (
7c98368
) -
Move up Credits section (
99936e5
) -
Fix link (second try) (
b9f548f
) -
Fix links (
682d884
) -
Preliminary tutorial (
1bda683
) -
Travis install MKDocs (
c470b26
) -
Execute mkdocs on travis success (
df0fbb7
) -
Added github link to documentation (
80313b0
) -
minor change (
71525a6
) -
Add the total number of retries before reboot in GpsMonitor log. (
d34f0a2
) -
Ignore site folder (
3c12e1c
) -
Added some documentation (
9d3498b
) -
Delete site folder (
f9662ed
) -
Added initial documentation (
4fac797
) -
Fix typos (
6d29c03
) -
Initialize publisher if not initialized (
6c2c3b7
) -
Publishers and monitors are checked independently in mayn thread (
47f0109
) -
Check if initialized before initializing (
dae768e
) -
Bump version (
fd9c41b
) -
Fix missing method name (
10c7c52
) -
Fix a type in private methods (
85b7b93
) -
Initialize the publisher if not initialized in every iteration. This will help with publishers that need internet connection and it's not available at the very beginning or connection. (
0f94e17
) -
Code style fixes (
f2a24fa
) -
Minor change (
b82e6d4
) -
Fix type for a private method (
4e5f6a8
) -
Change log message (
f589975
) -
Improve error handling (
b8f96ff
) -
Added codacy badge (
6487fed
) -
First commit (
ccb5e92
) -
First commit (
a827560
)