0a6316e155
issue-51-telegram make Telegram completely backwards compatible for now
2023-02-18 10:16:31 +01:00
64787130bc
issue-51-telegram make Telegram completely backwards compatible for now
2023-02-18 10:13:43 +01:00
929435c5fb
issue-51-telegram convert all datetime objects to UTC
2023-02-15 15:43:26 +01:00
d930c1082a
issue-51-telegram add test for Telegram.__str__
2023-02-15 15:11:23 +01:00
b7f3af00b9
issue-51-telegram work in progress
2023-02-15 13:55:26 +01:00
ad25fd4182
issue-51-telegram work in progress
2023-02-15 11:55:28 +01:00
516850481d
issue-51-telegram removed Telegram.__getattr__ and refactored __iter__ as well
2023-02-13 21:47:59 +01:00
c7b9966083
issue-51-telegram code style
2023-02-12 20:22:24 +01:00
8dee5edb0d
issue-51-telegram code style
2023-02-12 18:40:52 +01:00
7bda3de4d9
issue-51-telegram fix compatibility with changes from master
2023-02-12 18:34:26 +01:00
976681b929
Merge branch 'master' into issue-51-telegram
2023-02-12 18:32:14 +01:00
0593d4172d
issue-51-telegram fix bug when no mbus devices are present
2023-02-12 18:06:01 +01:00
6fb2ad3495
Merge pull request #126 from jchevalier7/feat/iskra_ie
...
Add Iskra IE.x meters specification
2023-02-12 13:45:43 +01:00
f156995138
Merge pull request #125 from dupondje/ignore_invalid_time
...
Fix parsing with invalid timestamps
2023-02-12 13:43:43 +01:00
47db8cad27
issue-51-telegram fix Telegram.get_mbus_device_by_channel
2023-02-12 11:28:02 +01:00
32854897d8
issue-51-telegram updated code comment
2023-02-12 11:18:05 +01:00
b527e991ef
issue-51-telegram updated documentation; refactored V5 unittest to use telegram attributes instead of keys;
2023-02-12 11:14:47 +01:00
253d043b7b
issue-51-telegram updated Telegram object docs and cleaned it up a bit
2023-02-11 17:38:25 +01:00
eab90e7049
issue-51-telegram work in progress
2023-02-11 09:44:54 +01:00
3ae06f88b7
issue-51-telegram work in progress
2023-02-11 09:39:44 +01:00
AA61SL
fe175a9a69
feat: Fixing test file to run setup.py test
2023-02-09 11:07:21 +01:00
AA61SL
78880a1881
feat: add Iskra IE.x meters
2023-02-09 11:01:00 +01:00
f5d402ad1b
issue-51-telegram work in progress
2023-02-08 19:43:35 +01:00
3152304679
issue-51-telegram work in progress
2023-02-08 19:39:10 +01:00
98df0922e9
Merge branch 'master' into issue-51-telegram
2023-02-08 12:07:29 +01:00
ca8392504d
Release 1.1.0
2023-02-08 12:02:14 +01:00
ee2db04ec0
issue-51-telegram work in progress
2023-02-08 11:53:08 +01:00
ef66c8422c
issue-51-telegram work in progress
2023-02-07 19:48:56 +01:00
Jean-Louis Dupond
edf535f987
Fix parsing with invalid timestamps
...
Sometimes the timestamp in the DSMR message is invalid (when no data
read read from the mbus meter?), and then parsing fails.
Fixing this by handling the exception and returning None for invalid
timestamps. Fixes : #120
2023-01-30 14:45:32 +01:00
026b91cd49
Merge pull request #124 from yada75/reactive
...
add instantaneous reactive power + fixed swapped reactive total import export
2023-01-28 13:32:32 +01:00
yada75
02eb3a34dd
Update obis_name_mapping.py
2023-01-18 20:02:54 +01:00
yada75
142b7359a1
Update telegram_specifications.py
2023-01-18 19:39:29 +01:00
yada75
21b8547655
Update obis_name_mapping.py
2023-01-18 19:34:35 +01:00
yada75
a2b9fe5e3b
Update obis_references.py
2023-01-18 19:31:39 +01:00
f92836da2f
issue-51-telegram WIP
2023-01-15 14:01:48 +01:00
2adcd2b207
issue-51-telegram WIP
2023-01-15 13:59:15 +01:00
3e0332963c
issue-51-telegram work in progress
2023-01-14 19:47:24 +01:00
29872ae6bb
issue-51-telegram remove unused imports
2023-01-14 13:42:42 +01:00
d146565717
issue-51-telegram refactored TelegramParser.parse to return Telegram object. Telegram object now does not do parsing anymore.
2023-01-14 13:39:44 +01:00
0a259a3c9d
fix code style
2023-01-01 20:55:58 +01:00
f851f48225
Merge pull request #118 from dennissiemensma/bug/readme-shield
...
Fixed Shields badge in favor of badges/shields#8671
2023-01-01 20:37:24 +01:00
3a3054324a
Merge pull request #116 from lowdef/add_pylama_backin_post_py36
...
add pylama back in + fix uniform style issues reported by pylama
2023-01-01 20:36:39 +01:00
041ac758f4
Merge pull request #115 from robcalon/patch-1
...
asynchronous read_as_object method
2023-01-01 20:35:48 +01:00
Dennis Siemensma
d50d775e38
Fixed Shields badge in favor of badges/shields#8671
2022-12-30 21:05:17 +01:00
10613acbd9
Merge pull request #114 from dupondje/fix_name_mapping
...
Fix missing value from name mapping
2022-12-29 19:50:26 +01:00
Hans Erik van Elburg
5f58bc8f72
add pylama back in + fix uniform style issues reported by pylama
2022-12-27 18:58:48 +01:00
Rob Calon
371e1f3c5e
update docstring
2022-12-27 17:36:10 +01:00
Rob Calon
0eae28e183
correct rtype
2022-12-27 17:27:23 +01:00
Rob Calon
431ddadb5f
asynchronous read_as_object method
...
fix inheritance of synchronous read_as_object method from parent
2022-12-27 17:20:24 +01:00
Jean-Louis Dupond
9e01dc32c0
Fix missing value from name mapping
2022-12-26 12:50:59 +01:00