svde
svde
pcap captures were done on the server
What kind of can adapter are you using? How do you setup the can adapter?
I've also noticed the list index out of range error. I've rebuilt the /etc/pyHPSU/commands_hpsu_NL.csv file and now it works. I'll share the file once I've completed the translation. I'm using...
Test on my system with my Dutch file: $ python3 pyHPSU.py -d PYCAN -l NL -c mode [{'timestamp': 1515916353.667485, 'name': 'mode', 'resp': '1.00'}] With Italian file: $ python3 pyHPSU.py -d...
Wow. How did you do that? I had a brief email conversation with rotex about what credentials to use to login to the device, as at the time I thought...
You can also look for "Stefan van der Eijk" on facebook, pick the one with the ski helmet in the profile picture. with kind regards, / met vriendelijke groet, Stefan...
You can control it from an android/ iPhone app. It doesn’t integrate with anything else (no HomeKit / HomeBridge). On Thu, 10 Jan 2019 at 19:20, migabc wrote: > Hi,...
You can only control it from the app. Not from the rotex-control.com website. The website only allows you to see some values from the heat pump, but not change anything....
Do you have a link to the manual of your heatpump? According to the manual I've downloaded of the 516 you should have a RoCon-BM1 board in it. That board...
I've been testing it over the last week. I've actually updated to https://github.com/segaura/pyHPSU. It has been working fine. Needed to adjust hpsu.service as follows: ``` -EnvironmentFile=/etc/pyHPSU/pyhpsu.conf -ExecStart=/usr/bin/pyHPSU.py -a +ExecStart=/usr/bin/pyHPSU.py -a...