I have connected a smart energy meter to homeseer through a usb2serial connector. In startup.vb I open the comport and define a callback to a script. Every 10 seconds the meter reports it's values, starting with an unique identifier on the first line:
/ISk5\2MT382-1003
This works fine in HS2. However, in HS3 it does not pass the identifier but instead gives this error in the homeseer log: "Initializing script run: Illegal characters in path."
The rest of the data comes through just fine.
I guess it is the backslash that is causing the error. It this a bug? Or is there something I can do to avoid this error?
/ISk5\2MT382-1003
This works fine in HS2. However, in HS3 it does not pass the identifier but instead gives this error in the homeseer log: "Initializing script run: Illegal characters in path."
The rest of the data comes through just fine.
I guess it is the backslash that is causing the error. It this a bug? Or is there something I can do to avoid this error?
Comment