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
I got open-zwave-control-panel to compile and run under windows7 using visual studio 2015 and pthread-win32. All open zwave library functions appears to work. The web page shows up and I can connect to a controller. The web page does not update (log output, controller status). The log file shows that I have retrieved a homeid.
/tmp has been modified to use the TEMP environmental variable instead since /tmp doesn't exist in Windows.
Wiresharking connection shows that the data appears to be sent to the browser (chrome or firefox), but doesn't display. Any ideas on how to figure out what is wrong?
The text was updated successfully, but these errors were encountered:
Java Conole didn't open. Is this application even using Java?
In Firefox developer console I get a junk after document element error for the file poll.xml
Firefox thinks the file contains. Notice the oll> at the end of the document.
The code writes temporary files to the "temp" directory, that it then serves upto the browser. I would check your changes around the temp directory changes....
I got open-zwave-control-panel to compile and run under windows7 using visual studio 2015 and pthread-win32. All open zwave library functions appears to work. The web page shows up and I can connect to a controller. The web page does not update (log output, controller status). The log file shows that I have retrieved a homeid.
/tmp has been modified to use the TEMP environmental variable instead since /tmp doesn't exist in Windows.
Wiresharking connection shows that the data appears to be sent to the browser (chrome or firefox), but doesn't display. Any ideas on how to figure out what is wrong?
The text was updated successfully, but these errors were encountered: