wburgers / Open-Zwave-Socket-Server

Open-Zwave Socket Server
http://willemburgers.nl/zwave/open-zwave-socket-server
9 stars 8 forks source link

Something went wrong configuring the Scenes #2

Closed metraport closed 9 years ago

metraport commented 9 years ago

Hi,

on successfull starting the Server, it will be break everytime with the Message

2014-12-26 01:03:16.309 Warning, CheckCompletedNodeQueries m_allNodesQueried=0 m_awakeNodesQueried=0 2014-12-26 01:03:16.310 Warning, CheckCompletedNodeQueries all=1, deadFound=1 sleepingOnly=1 2014-12-26 01:03:16.311 Info, Node query processing complete except for dead nodes. Something went wrong configuring the Scenes

What is wrong, or what must be configured ?

wburgers commented 9 years ago

Hi, I'm terribly sorry for this mistake of mine. I recently reset my network and indeed found that the init_scenes method kills the server when no scenes were installed. It is fixed now in the Test branch. Please give it a try. If it works, I'll push it to the master branch.

If you find anything else, feel free to send in more issues.

Best regards and happy holidays,

Willem

metraport commented 9 years ago

Now it works, thank you very much.

But there seems to be an other problem that the config wouldn't be found ...

Websocket starting There is no TCP port set in Config.ini, please specify one and try again.

I have copied the Config.ini-dist to new folder config/config.ini

Kind Regards,

Mike

metraport commented 9 years ago

Oh i have found it that it was assumed to start at open-zwave root dir and loading configuration from ./cpp/examples/server/config.ini in Configuration.cpp

wburgers commented 9 years ago

Sorry, I wasn't able to respond earlier. Glad you found it.

Again, if you find anything else, let me know.

I'm going away for a week and won't be able to update. When I'm back, I'll also add some documentation for the config file and where to run the server.

Thanks for your feedback!

Best, Willem