svde

Results 32 comments of svde

> Do you confirm you are using code from segaura master branch latest commit as I guess looking at your fork? Correct. I've only modified the install.sh file so it...

From my notes in one of my scripts: # mode_01;31 00 FA 01 12 00 00;190;i;1;w # 0100 256 = standby # 0300 768 = heating # 0400 1024 =...

Right now my system is in summer mode: If I retrieve the value using pyHPSU, this is the output: $ pyHPSU.py -c mode_01 [{'name': 'mode_01', 'resp': '1280', 'timestamp': 1566641041.721531}] With...

Perhaps it's: {"name": "cRAUMISTTEMP", "infoNumber": {"byteHigh": "0x00", "byteLow": "0x11"}, "type": "float", "transferThreshold": "0.5", "factor": "10"},

$ /home/stefan/can_progs/can_scan can0 680 180.0011 elster-kromschroeder can-bus address scanner and test utility copyright (c) 2014 Jürg Müller, CH-5524 value: 8000 (RAUMISTTEMP not available) Which makes sense, as I don't have...

Or... you need somebody to run some commands on the canbus connected to a system which has a u1

Or just ask for the value using can_scan can0 680 180.0011 using can_progs from http://juerg5524.ch/list_data.php

can0 69D [7] C1 0E FA 01 99 00 00 **can0 680 [7] 31 00 FA 00 11 00 00 can0 180 [7] D2 00 FA 00 11 80 00**...

> t_screed_day7 61 00 FA 0B BE 00 00 > Which is then the same as: t_screed_day6 61 00 FA 0B BE 00 00 So maybe this is better? t_screed_day7...

The python3-can package was updated on my raspberry pi, had to change From: self.bus = can.interface.Bus(channel='can0', bustype='socketcan_native') To: self.bus = can.Bus(channel='can0', interface='socketcan')