Jump to content

dbwarner5

Members
  • Posts

    1162
  • Joined

  • Last visited

Everything posted by dbwarner5

  1. Got a chance to day to restart it after >2 days of it being stopped.. No luck. Back to the 401 error.
  2. @joepoway if you are new to integrating Alexa and ISY, and you get lost figuring it out based on the wiki, please post back what steps you have done and where you feel you are getting lost. In general, you need to do the following in this order for it all to connect: -Set up your program in ISY that you want Alexa to trigger. -Go to the portal and set up a 'Link' between this new program and the 'spoken' you want by selecting type: program, select the program, add a 'spoken' command. You can ignore the rest.You can add more than one spoken trigger. If you had the portal open before you finished the program, you will have to hit the Refresh button on the portal page for it to gather the new program info, otherwise, it will not show up in the drop down menu. -go to your Alexa or Alexa app and ask Alexa to "discover new devices". This can take up to 30 seconds or more. Finished.
  3. 429 error again. Not sure how long it's been offline as I am not home to use it and guess it has been trying hard to reconnect. Will stop it for the rest of the day and try to restart it tonight. I will NOT be asking for a refund as it is not the developers fault and he has been working hard to implement work arounds to the issue that Chamberlin keeps creating.
  4. Updated. Working first try! I have had it Stopped for >24 hours before I reconnected. Polls are 20/60. Thanks @Goose66. How quickly we become dependent on our automation!! lol.
  5. The only special symbol I had was the @ sign.. I just removed it still no success.
  6. @Goose66 same here. have been trying for almost 24 hours to get back in with 30 minute to several hours wait in between tries. Some of the errors fyi: WARNING interface:_get_server_data: get_server_data: failed to read file server.json: [Errno 2] No such file or directory: 'server.json' ARNING myqapi:_oAuthRequest: Network/server error logging into MyQ service: 401 Client Error: Unauthorized for url: https://partner-identity.myq-cloud.com/connect/token myqapi:_oAuthRetrieveToken: Error in Step 4 of oAuth flow. WARNING myqapi:_oAuthRequest: Network/server error logging into MyQ service: 429 Client Error: Too Many Requests for url: https://partner-identity.myq-cloud.com/connect/authorize?client_id=IOS_CGI_MYQ&code_challenge=atjbNDQAVDxGLhGc0dQ-FYmjUzN7ymMa2hDGTVlBdLQ&code_challenge_method=S256&redirect_uri=com.myqops%3A%2F%2Fios&response_type=code&scope=MyQ_Residential+offline_access
  7. Init just is an abbreviation for Initial Value. so that upon restart, instead of the value default to zero, you can place a value into memory that is sustained during a power outage and then this sets the variable to that value instead of zero upon a restart.
  8. dbwarner5

    Speak command?

    @MarkJames Hi Mark, it's actually pretty simple. Here is an example program and how to create it. I have found that it works best with a few (silence) commands to "warm up" the speaker connection because I have the elk connected to a PA announcement option in my whole home Sound system. You may not need that. Announce Front Doorbell LD - [ID 0192][Parent 0104][Not Enabled] If $Away is 0 Then Set 'ELK Controller' Speak Word [500ms_Silence] Set 'ELK Controller' Speak Word [500ms_Silence] Set 'ELK Controller' Speak Word [800hz_Tone] Set 'ELK Controller' Speak Word [800hz_Tone] Set 'ELK Controller' Speak Word Guest Set 'ELK Controller' Speak Word At Set 'ELK Controller' Speak Word Front Set 'ELK Controller' Speak Word Door Else Send Notification to 'DBW Text' content 'Doorbell Front' Leave Disabled-->Called byFront Dorbell
  9. @gregkinney Greg , if I understand correctly, your issue is upon restart you lose the value of a varilabe becuase the init value is 0. The solution to this is quite simple. Every time you change an important "governing" variable, add an init line below it to init it to itself. I do this on probably 50% of my variables. It looks like this: Autolocks - [ID 0121][Parent 01A5] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then $Autolocks = 1 $Autolocks Init To $Autolocks Else $Autolocks = 0 $Autolocks Init To $Autolocks To get this option, you need to click on the Arrow as shown below. Continue to click on the arrow to cycle through other options as well.
  10. Louder / softer works well. I have the following as a screen in Favorites on UDmobile. The Softer / louder buttons tie to programs like this: Rus Bedroom Louder - [ID 0385][Parent 0377] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then $I_Rus_Bedroom_Volume = 'RussoundCtl_1 / Bedroom Sound' Volume dB $I_Rus_Bedroom_Volume += 4 Set 'RussoundCtl_1 / Bedroom Sound' Volume '$I_Rus_Bedroom_Volume Decibel' Else - No Actions - (To add one, press 'Action')
  11. Issue was in the app.. for some reason it had changed to m/s. changed it back, restarted NS and all is great! Thanks.
  12. It exists.. see screenshot. thanks.
  13. attached is log. Am not sure what to do per your above message. thanks. MyQ_10-6-2023_110136-AM.zip
  14. Wind speed has changed to m/s vs mph @bpwwer I dont know why or when this changed but noticed it today. Reading through other posts, it appears this is the startup default and it will switch? Am not sure why it "reset". Have been using this NS since it was available and have not had this before. Any thoughts? Thanks.
  15. OMG.. forgot about that step.. lol. It is even in the directions!! Once the "MyQ Service" appears in the Admin Console, click the "Discover Devices" button for the node to discover MyQ bridges (hubs) and devices linked to your account. THANKS! sorry to waste your time. All working excellently!!
  16. I added a new MyQ garage opener with its own hub. It shows on my MyQ app just fine, but the NS would not load it. I deleted the old door opener, restarted the NS a few times. It reloads the old door but not the new one. So I deleted the NS and re installed it. Now it is only loading hte main Service = true, but zero of my 11 nodes. Have restarted it a few times. No change. Attached are the logs. Any ideas? thanks. MyQ_10-4-2023_100926-AM.zip
  17. Another ALL PROGRAMS DISABLED situation: Had a power blip here today. Polisy wasn't responding correctly afterwards. Could not access via AC. Unplugged, replugged. Gained access upon reboot. All programs were again disabled. Had to do another restore from my back up. After restore, self reboot, am back in and everything is fine. STRANGE.
  18. yes. 13.2 OS 5.7 IOX 3.2.8 PGX
  19. Update: per @brians, I ran uname -a to check the OS. Was still on 13.1 so did another upgrade packages. Followed onscreen directions, all seem to come up fine, but then I noticed many programs were "locked" in a run position but should not have been as there were no waits, and most were simple 3-5 line programs. So I did another reboot and restarted the AC to find all my programs (~1000) disabled. I did a restore from the back up I made prior and all seems to be back to normal.
  20. @dantoronto. this is true for insteon devices, but cant remember if their thermostat was actual insteon or Z-wave. if its z-wave, you should "remove" it via the Z-wave menu. Just FYI if it applies.
  21. As mentioned above, in the summary tab under programs, there is a column where you can toggle to run a program at startup. I have a variable called Startup that a program sets to 1 upon startup. That then disables most folders that aren't needed immediately, while enabling a "startup" folder where I run key programs that I need for startup. For example, a tests for the thermostat settings is run, outside lighting tested etc, I reset programs that I use to enable / disable items such as driveway alerts, sprinklers etc. There is also one program that lists (requires diligence to keep it up to date) all my programs that should be disabled and disables them all just to be sure. After everything has run that I feel needs to run, the startup toggle is switched back to 0 and the Startup folder becomes disabled while all other folders that were temporary disabled become enabled. I have learned to do this through the years due to times where I have accidentally created infinite loops etc or had thermostats at the wrong setting after a power failure etc. For ease of finding my programs, I append a LD on the end of the program's name to designate Leave Disabled. This doesn't mess up the alphabetical order of my programs but makes them easy to find in the summary tab. See screen shot below.
  22. Am not sure if it is "fixed", but I just did the upgrade w/o any problems. Beeps were off, but when asked to reboot via the AC, I did so and all is fine. To connect again, I did the usual clear java cache and downloaded new AC from https://isy.universal-devices.com/start.jnlp. Loaded just fine. I do have a program that runs at every restart that manually disables all my disabled programs (lesson learned long ago to avoid any unintended infinite loops) so I dont know for sure if they loaded correctly or not or were "fixed" via this startup program. I also go to http://polisyaddress:8080/admin.jnlp and download the local file as getting to the AC directly this way is much faster and there is never a "isy didnt load" issue in the launcher. Cheers.
  23. Glad to see you got it working... there are specific forums for each Node Server. Here is the one for Harmony Hub. https://forum.universal-devices.com/forum/311-harmonyhub/
  24. @Javi I have a favorites page, that has each item size set to 1. Whenever I first load the page it looks like this, with Wind Speed and Wind Direction taking up more than 1 space and pushing Gusts down below. Then after about 20-30 seconds, it correctly aligns. See second picture. FYI, Thanks.
  25. Yes, you will need access to PGx to manage your NS. Sounds like you have tried quite a few things. Are you getting to a login screen for pgx? You should get one here: 'https://192.168.68.76:3000/login' (replace red address with your EISY address). If you have access to your AC, have you tried clicking on the NodeServers menu and at the bottom click on PG3? Your system may show slightly different words as I have not made the jump to 5.7 yet. See screen shot below. Also have you checked under Configuration/ Portals tab in the AC to see if the portal is online? Stick with it as the integration makes life much smoother than tying to program things through Alexa. If you continue to have trouble or someone else here cant help, you should open a ticket at UDI's website. Good luck!.
×
×
  • Create New...