You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi chicago6061,
would appreciate any help. Firstly wonderful project. Found nobody else working on this.
Found the interface id and mac address with wireshark and change the mac and srccn in the spa.py
Im trying to connect to the but get following log:
2018-12-02 11:08:45,141 DEBUG Sending GetStatus message
2018-12-02 11:08:45,141 DEBUG Sending `<PACKT><SRCCN>xyz1CF0-E9F0-4309-871D-430A156357B0</SRCCN><DESCN>MAC-address</DESCN><DATAS>STATU1 � </DATAS></PACKT>`
2018-12-02 11:08:45,409 DEBUG Waiting to receive data
2018-12-02 11:08:55,419 ERROR Timeout! No data received
Traceback (most recent call last):
File “./spa.py”, line 15, in
print ‘Setpoint: %d. Current Temperature: %d. Lights: %d. Version: %s. Base config: %s.’ % spa.getStatus()
File “/etc/openhab2/html/gecko/intouch2.py”, line 91, in getStatus
m = re.search(r’STATV(.*)’, data, re.DOTALL)
File “/usr/lib/python2.7/re.py”, line 146, in search
return _compile(pattern, flags).search(string)
I have an in.touch2 & an inYE5. Havnt found the YE in the Xml file. Maybe this is the issue?
Michael
The text was updated successfully, but these errors were encountered:
Hi chicago6061,
would appreciate any help. Firstly wonderful project. Found nobody else working on this.
Found the interface id and mac address with wireshark and change the mac and srccn in the spa.py
Im trying to connect to the but get following log:
I have an in.touch2 & an inYE5. Havnt found the YE in the Xml file. Maybe this is the issue?
Michael
The text was updated successfully, but these errors were encountered: