Jump to content

larryllix

Members
  • Posts

    14762
  • Joined

  • Last visited

2 Followers

About larryllix

  • Birthday 01/21/1952

Profile Information

  • Location
    :Mid SouthWestern (KW) Ontario

Recent Profile Visitors

6762 profile views

larryllix's Achievements

Advanced

Advanced (5/6)

2.5k

Reputation

11

Community Answers

  1. @bmercier My Alexa speakers suddenly have started to spout nonsense to me. When asked to turn on all lights, it responds with I don't have any spaghetti. This seem to be only ISY relate topics. After many trials to repair this I finally unlinked the ISY Portal account from Alexa and when I attempted to reconnect it it tells me I am not allowed to enable the skill due to geographic restrictions. I have gone through the setup of all my Alexa speakers and standardised my location exactly the same. Any ideas?
  2. Yes, I remember the conversation about order of execution a year or so back, and after some testing I found to be nonsense on my system.
  3. You are only editing the IoX copy of the programs so the changes need to be installed into the ISY machine. Now I am beginning to wonder if the method of updating variable names and values has had the same logic applied to them, where you now need to save them also. That wasn't the case a few versions ago but you may not find them in the pulldown menus of the program editing page.
  4. Each element that can cause triggers likely has a list/stack of other elements to check should the value change. There is no looping required. IIRC, spread sheets did this looping for value changes. Of course there may be a background looping algorithm, as we know the code exist anyway, for power up conditions, where there are no triggers happen to update the database.
  5. I think the IoX Launcher must fire out a generic "are you out there" packet and any ISY machine is supposed to answer. Sometimes the router isn't ready on time. I had a lot of problems with fast power blinks where equipment would see the power blink and re-initialise but the router would not, and not ask for any equipment to report in, for registration in the DHCP table.
  6. Agreed, but the Else redirect is required if a Control On off is present in the If section. This avoids further program usage to permit [Run at Startup] to function since, as you above logic, a Control X condition will never be true unless that event called the evaluation. Run at Startup would always evaluate False and run Else, and not start any looping program lines.
  7. There is likely an order to processing and I have good idea what that may be but it could change in any future version so it must be considered undefined. If a particular order is required then it must be forced by the user using Waits or Repeats and or with semaphore techniques.
  8. I hear you! Even though most of the spy style softwares can be disabled the latest trick eveyone is using is "For our security, we have forced another update on your working system so we can install new features and new methods of disabling everything. Of course, we have turned everything back on, so you can experience the same amount of time we have spent, attempting to force these spy features on you one more time. We know you are disabling these items and we are watching you"
  9. Does ecobee not include a huge roundish plate to cover everything, inside the kit now? I have a huge hole under mine. I wasn't happy with the size and looks of the wider white plate but it does cover that hole. Now my problem is the building is pressurized and whatever air they pump through the structure is what the stat sees. I need to fabricate an insulated cover plate.
  10. IIRC the 2 Insteon 2441-WTH stats I had transmit all F degrees and ISY converts the temps to C. They are not capable of transmitting negative temperatures so transmitting C would limit your F range to only 32F and up. They didn't use signed binary so couldn't transmit negative values.
  11. I have been holding off on anything Matter. I have a few dozen Insteon plug-ins that I will never use now. I started on Z-wave buy a z700 dongle and a few plug-ins but once I saw the 1990s style interfaces incorporated into ISY and the poor quality system complaints, some of my new units have never been out of their boxes. The Matter implementation is over Ethernet via LAN so I haven't seen any reason to make any jumps to it until the clothes come out of the wash totally clean. Most of my lighting is multi-coloured RGBWW/CW WiFi bulbs and they work very quite well without any cloud connections at all. Of course my 18-20 bulbs are getting to be 6-8 years old now.
  12. If I need to force Then to run on [Run at Startup] I use an Else line to redirect. If xxxx control switched on Then need these lines to run at startup Else Run 'this program' (Then) Of course there is always some instances where this isn't possible. This technique is good for lights that need to turned off and complex multi program logic that may need to be reset.
  13. Rethought logic
  14. I have never needed to operate my ecobee via voice control. However, I have used the webpage controls to modify settings and set it up. That takes cloud access. I am not sure how secure their comms are with the stat, but it can't be any less secure than all the VPN personnel, people are giving full control of everything in their house to. I have set limits on my ecobee stats and a few watchdog ISY programs to monitor ridiculous settings, so the worst attack should be an attention getting cool or warm spell in the home. Ecobee stats have those limits that can be setup under password control lock. Previously, I did setup a low security home monitoring system with arm/disarm control via Alexa voice. However, I used a double command sequence, along with a time window allowance, to make it more secure. More intelligent hacking would not be likely, for the benefits gained.
  15. Just call program2 from program1, and if you don't want program2 to be self-triggered just disable it. Enable/disable of any program only affects the If section triggers. The code will still run and the conditions will only act as conditions/filters. However program1 will not wait for program2 to return. All programs surrender their current time slice to the ISY executive logic engine, and I/O handlers, when encountering a Wait or Repeat program line, to be continued when the system "gets the chance" at the end of the programmed Wait or Repeat time.
×
×
  • Create New...