DavinKD / SmartThings

SmartThings Stuff
7 stars 3 forks source link

strange behavior running on pi #3

Open clsferguson opened 5 years ago

clsferguson commented 5 years ago

So I know it is not designed for a pi, but i'm hoping to get it working on it.

I figured I should move the coverversation over from here. [https://github.com/arendst/Sonoff-Tasmota/issues/656]

So right now I have the smartthingsmqtt.exe running on my pi. It is located /home/pi/smartthingsmqtt/smartthingsmwtt.exe

It is the current version from the zip file on the git page

In the same folder I have the config files.

I have found log files in /home/pi/

They are titled like "smartthingsmqtt\logs\20191001.log" That is the whole file name.

So I tried putting the config files in the /pi/ folder as well.

My tasmota consoles are showing that are communicating with the .exe

the smartthings classic app is not showing updated switch states, But I have found I can use the app to send a command to the tasmota switches.

That is where I am at with it.

clsferguson commented 5 years ago

Does the problem lie with the direction of the slashes maybe?

DavinKD commented 4 years ago

Sorry I wasn't paying attention to your issue. My guess is it would be the direction of the slashes. Are you able to fork it and try that yourself?

DavinKD commented 4 years ago

I just updated it to use relative paths for config files and logging. Maybe that will help.