python-rctclient icon indicating copy to clipboard operation
python-rctclient copied to clipboard

Python client for RCTs Serial Communication Protocol

Results 20 python-rctclient issues
Sort by recently updated
recently updated
newest added

Für das "home_relais" alias Multifunktions-Relais auf dem IO-Board gibt es gemäß Registry ein paar OIDs, die die per App eingestellten Schwellwerte und den eingestellten Modus zeigen. Was mir aber unklar...

new option in frame.py -> ReceiveFrame Class -> consume Class and consume function is backward compatible. Only if new parameter "strict_start_check" is set to True, the start of frame search...

Hi, I exported some data from my RCT power using timeseries2csv.py and encountered the following error sporadically: ``` Traceback (most recent call last): File "/home/stephan/python-rctclient/tools/./timeseries2csv.py", line 333, in timeseries2csv() File...

I think the function "_decode_event_table" (util.py) has an issue with the return data types of element2 ... 4 nested in the returned EventEntry object. As per EventEntry class definition, the...

This error comes up continuously. If im right, this error is produced by ``` value = decode_value(object_info.response_data_type, frame.data) ``` Mostly, this error is produced while reading/decoding "dc_conv.dc_conv_struct[1].p_dc_lp". But i think...

As I argued in https://github.com/svalouch/python-rctclient/issues/7, I think RCT power devices handle timezone information incorrectly when converting between readable dates and timestamps. This PR tries to address this problem.

Ich habe durch vergleich mit der RCT App die folgenden Events indentifiziert 0x00000000 "TRAP" | time | time | unk | unk 0x00000017 "POWER BOARD" | time | time |...

closing file handle allows renaming of file on windows the final filename timestamp will no longer contain ":" chars use own dialect to allow "semicolons"

I have one hour time difference between the export done by timeservice2csv and the RCT power app. Yesterday evening at 21:00h CET my battery was showing the load of 50,00...

The OID for "iso_struct.Riso" ("Total insulation resistance [Ohm]") was misspelled in the docs.