Jump to content

simplextech

Members
  • Posts

    2371
  • Joined

  • Last visited

4 Followers

Contact Methods

Profile Information

  • Location
    Inwood, WV
  • Interests
    Home Automation, GPS Tracking, Geofence solutions
  • Occupation
    Simplex Technology

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

simplextech's Achievements

Advanced

Advanced (5/6)

798

Reputation

3

Community Answers

  1. Thanks for the log packages and the first log. I took a quick look at them and I have no freaking idea what is going on. The node.js install is throwing errors for node modules that are not directly even in use by the Node Server. What version of PG3 are you running? What version of Node.js is installed on your Polisy? (From the command line ssh session) run "node -v" this will output the node.js version. Top of my head says that something with Node.js is wonky. Could be Node.js version installed and module compatibility or worst case the jishi node-sonos-http-api used by the node server has some serious compatibility issues with the node.js version. Dunno yet.
  2. There's no limit to the number of copies you can run. No reason to run multiples but no limit. Based on the error log something is broken with the xml2js module which parses the ISY data. This could be a module problem or something broken with the node.js install on the polisy. What's interesting is that you mentioned installing in one slot and it works but in another it does not work. This is very odd as node.js is installed system wide but the node_modules are per node server so I think something is not being cleaned up completely when a node server is removed.
  3. Sorry but life and work has been very busy. I only get notified via e-mail from direct messages so I do not see everything in the forum all of the time.
  4. I'll look and see if the Jishi API supports it. If is does then yes I can add it. If not then no.
  5. The say function generates the mp3 file via a cloud based service that takes the values in the Say configuration to create the MP3. The file being generated may be of low quality or volume. I'll have to run a test and look into it. The Clip function may use a local mp3 file which is provided as part of the underlying API being used. This I don't know about but can look into it. Neither Say nor Clip change/adjust volume on their own (or should not) which leads me to think it's the mp3 quality.
  6. What type of file are you playing? This is odd as the clip/say function does not touch volume before or after in the NS.
  7. I'm not running 3.1.2 yet but I did a clean install on my dev box and I did not have this error/problem.
  8. What version of PG3 are you running? I'm running 3.0.63 I just deleted ST-Nuheat and re-installed. It installed and started as expected. Then I went into the configuration page added my auth information and saved the changes. After the save it auto discovered the thermostats. It does take a minute for the node modules to download and install. Are you trying to manually start the NS before the installation is completed maybe?
  9. Since the NS is not starting there's likely a problem with the install. Have you tried deleting it and re-installing it?
  10. It's not about if/how they are related. The existence of Net resources is all that matters. As with the existence of anything in the ISY. Inventory just counts them. Some request for info is returning 'undefined' which is likely a timeout of the request since your ISY is very busy. I'll just need to verify each of the query handlers and make sure they all account for this timeout failure.
  11. I'll take a look through the log and see what I find. The error in the post was at Network Resources. How many of those do you have (if any)?
  12. It's possible. Are you running the latest version that was published after your first round of issues? Code was updated to handle more error circumstances of calls returning empty like this 'undefined'.
  13. Given the amount of programs and activity that could happen at any time on your poor ISY994i I understand. I have made some updates to ST-Inventory adding a 2 second delay between each of the calls and processing to try and reduce load on the ISY994i.
  14. I don't think the trial has anything to do with it. Or I would hope not. There nothing in the code that defines the trial or difference in functionality that's all part of the PG3 Store. There are instances where a NS does not stop correctly and then will not start up again but this is resolved by killing the old process or by rebooting which you did. So this isn't the issue. Before I pushed the update to the store I removed and re-installed my local version and I did not have any problems. If the update process is not working for you then please try a delete of the NS and then fresh install of the NS. If this works I'll have to go back and install an older version and try the update and if there's a problem with the update I'll work with UD.
×
×
  • Create New...