Jump to content

tazman

Members
  • Posts

    584
  • Joined

  • Last visited

Everything posted by tazman

  1. Michel did list the micro SD card in the specs in the thread where he introduced the eisy
  2. @hchainyou have to press the "Cool Setpoint" button to the left to set the parameter in the drop down.
  3. Your welcome. If everything is cleared properly it should work through the LAN console also.
  4. If you clear your Java cache including Installed Applications as shown below then download https://isy.universal-devices.com/start.jnlp that should sort it all out for you. This is all covered in the thread that has the firmware and instructions that I think you should take the time to reread so you can get everything updated with the proper firmware you need.
  5. You have to clear your Java cache then download the start.jnlp which is linked in the thread for upgrading your firmware.
  6. It sounds like you need to clear your Java temporary files including Installed Applications. If you look in the AC under Help menu then About the firmware and UI must match.
  7. I have this issue and have a ticket open with UDI who said they can not reproduce the problem. When it happens I just have to configure it and upload the node definition and it is good until IoX is restarted.
  8. Just for information my monthly reading matches the app. @btreindersif it does not look right I would try a Reinstall from the node server store.
  9. The update got PG3x on my eisy back up and running again.
  10. The AC works fine for me with Windows 11
  11. I updated on eisy and PG3 will not start now Feb 1 19:07:50 eisy daemon[4370]: 2/1/2023, 19:07:50 [pg3] ^[[32minfo^[[39m: PG3 shutdown complete with code: 1 Feb 1 19:08:06 eisy daemon[4370]: 2/1/2023, 19:08:06 [pg3] ^[[32minfo^[[39m: Starting PG3 version 3.1.21 Feb 1 19:08:06 eisy daemon[4370]: 2/1/2023, 19:08:06 [pg3] ^[[32minfo^[[39m: Using Workdir /var/polyglot/pg3/ Feb 1 19:08:06 eisy daemon[4370]: 2/1/2023, 19:08:06 [pg3] ^[[32minfo^[[39m: Starting sqlite database at /var/polyglot/pg3/pg3.db Feb 1 19:08:06 eisy daemon[4370]: 2/1/2023, 19:08:06 [pg3] ^[[31merror^[[39m: Startup error. Shutting down: Error: The module '/var/polyglot/node_modules/better-sqlite3/build/Release/better_sqlite3.node' Feb 1 19:08:06 eisy daemon[4370]: was compiled against a different Node.js version using Feb 1 19:08:06 eisy daemon[4370]: NODE_MODULE_VERSION 108. This version of Node.js requires Feb 1 19:08:06 eisy daemon[4370]: NODE_MODULE_VERSION 111. Please try re-compiling or re-installing Feb 1 19:08:06 eisy daemon[4370]: the module (for instance, using `npm rebuild` or `npm install`). Feb 1 19:08:06 eisy daemon[4370]: at Module._extensions..node (node:internal/modules/cjs/loader:1332:18) Feb 1 19:08:06 eisy daemon[4370]: at Module.load (node:internal/modules/cjs/loader:1103:32) Feb 1 19:08:06 eisy daemon[4370]: at Module._load (node:internal/modules/cjs/loader:942:12) Feb 1 19:08:06 eisy daemon[4370]: at Module.require (node:internal/modules/cjs/loader:1127:19) Feb 1 19:08:06 eisy daemon[4370]: at require (node:internal/modules/helpers:112:18) Feb 1 19:08:06 eisy daemon[4370]: at bindings (/var/polyglot/node_modules/bindings/bindings.js:112:48) Feb 1 19:08:06 eisy daemon[4370]: at new Database (/var/polyglot/node_modules/better-sqlite3/lib/database.js:48:64) Feb 1 19:08:06 eisy daemon[4370]: at Database (/var/polyglot/node_modules/better-sqlite3/lib/database.js:11:10) Feb 1 19:08:06 eisy daemon[4370]: at Object.start (/var/polyglot/node_modules/@universaldevices/pg3x/lib/services/db.js:17:17) Feb 1 19:08:06 eisy daemon[4370]: at start (/var/polyglot/node_modules/@universaldevices/pg3x/bin/pg3.js:100:14) Feb 1 19:08:06 eisy daemon[4370]: at process.processTicksAndRejections (node:internal/process/task_queues:95:5) Feb 1 19:08:06 eisy daemon[4370]: 2/1/2023, 19:08:06 [pg3] ^[[32minfo^[[39m: PG3 shutdown complete with code: 1
  12. If you press the multi function button 4 times that will reset the network configuration on eisy.
  13. I have a ticket open with UDI for the same problem with Sensative window and door sensors. I sent them the data they asked for plus a backup of my eisy and have not heard anything back yet.
  14. Depending on what you re trying to do there are possibilities. You can use ISY devices and variables to trigger Routines in Alexa but Alexa devices are not made available in ISY.
  15. tazman

    eISYIR setup

    I knew there were at least a couple of people wanting this functionality and I think it is a great addition to the eisy even though I don't use it very much. It took a little more programming then the old IR input of the 944 but I figured out how to make a single button control the on and off because free buttons are valuable when you are trying to control so many things. I like it even though I'm the only one who knows what all the buttons are for!
  16. @Dan1does your firmware and UI match it is located in Help menu at the top then About. If it does not match you need to clear your Java cash including Installed applications. You should also download a new start.jnlp file.
  17. I don't know what is installed but Michel had to install it on my eisy during a service ticket. He said a node server I was using needed it.
  18. tazman

    eISYIR setup

    I want to say thank you to @firstoneI worked with him to get this working and I am able to operate a light with the remote using 2 variables and 3 programs to keep everything in sync so when I press one button on the remote it will turn the light on or off depending on the state it is in already. LRLtOn - [ID 000C][Parent 000F] If $SLRLt is 1 Then Set 'Living Room Light' On Else Set 'Living Room Light' Off LRLtVarOff - [ID 0053][Parent 000F] If 'eISY IR Controller / IR Button Up' State is Pressed Or 'LR Fan-Light' Status is Off And $ILRLt is not 0 Then $ILRLt = 0 $SLRLt = 0 Else - No Actions - (To add one, press 'Action') LRLtVarOn - [ID 0054][Parent 000F] If 'eISY IR Controller / IR Button Up' State is Pressed Or 'LR Fan-Light' Status is not Off And $ILRLt is not 1 Then $ILRLt = 1 $SLRLt = 1 Else - No Actions - (To add one, press 'Action')
  19. The reinstall is done frequently lately there have been glitches in PG3X that require it and it should not change the license. Just to be clear you don't delete it you just go under purchases in PG3 and pick install then there is an option to reinstall it in the slot it is already in. Mine were logging and had values in PG3X but were not sending anything IoX and that got running again.
  20. Did you try restarting or reinstalling in the same slot for the node servers in PG3? I noticed mine were not reporting to IoX after the update but they were running in PG3 and I think it was a reinstall that fixed it for me.
  21. @Chris Jahn if we have a certain Z-Wave devices that are not reporting correctly on the ZMatter adapter do we need to open a ticket to get this straightened out or will this come with time as all the kinks get worked out? If we are supposed to put in a ticket what information do you want with it?
  22. I had this same behavior after update and on additional restarts of eisy.
  23. tazman

    eISYIR setup

    @firstoneunfortunately today it is giving me a notice Could not connect Flirc device. Make sure device is plugged in and permissioans are set. I have restarted and run the sudo command and it does not help. I can not find a device log file I know there are log files in /var/log but none named device. I can plug it into my computer and see the button presses so I think it is setup properl.
  24. tazman

    eISYIR setup

    I have some keys programmed and the node server says connected but I don't think it is working I will do some more testing after work. I did all the steps and I know the sudo command is going to be something I forget eventually but hopefully not at this early stage. For testing purposes should remote button presses show up in the ssh window if it is working properly?
  25. tazman

    eISYIR setup

    That got it running! I looked at the USB device Flirc program and I can select Kodi from the controllers when I press a button it ask to map it to a key and when I press a button on the Harmony it sees it but I don't see anything to save that or if it is automatically saved to the device. I tried pressing buttons while it is plugged into eisy but it does not seem to do anything. eISYIR_1-18-2023_93359-PM.zip
×
×
  • Create New...