Jump to content

larryllix

Members
  • Posts

    14967
  • Joined

  • Last visited

Everything posted by larryllix

  1. larryllix

    Polisy

    Is there agricultural software for the RPi? It will be a while before my new PolISY will arrive. I am sure I will think of purposes or they will become obsolete by then.
  2. larryllix

    Polisy

    I used a RPi 3 for a web browser for a few years. It's tucked away due to listing the house for sale at the moment. The Chromium browser has a few bugs but the speed is not bad at all. Seems ridiculous strapping a small cigarette package size on the back of a 24" monitor though. What am I going to do with three RPIs? One has become a genealogy file server just recently.
  3. "Routines" are an Alexa app item. I am not sure whether GH allows anything like that to connect to their "proprietary" system. I try to keep all my smarts inside ISY and use ISY Portal to convert variable values to Motion Sensor contacts that Alexa Routines can understand as triggers. ISY Portal uses a value of a stat variable to become an On and Off in it's conversion table. This could be handy for one variable that has many possible values and therefore many output phrases. The vocal outputs are sent to a user selected units, including the one that heard the vocal trigger (not ISY related)
  4. I didn't think the ISY Portal or Alexa understands the verb "Watch". I just use 'Turn On' and 'Turn off' for everything. "Turn on louder" works OK but "turn on softer" sounds a little weird.
  5. Nope. Marcin did. Sent using Tapatalk
  6. Masking tape paper backing and adhesive cleans off with WD-40. Let soak for abut 15 minutes and just wipe off. Use some detergent based spray to clean up WD-40 residue.
  7. I am not sure if v4.7.3 is compatible with ISY Portal!! Why not upgrade to v5? Can you see all your devices in the ISY Portal Aexa vocal bridging table?
  8. The S7 runs Android 8 IIRC? I have one and it definitely is capable. Don't know what else to suggest except to disconnect the account and start again. My GH would never connect for over a year and google couldn't help. After connecting the account to UDI Smart Home V3 skill did you ask "Alexa. Discover"? Alexa must scrape the connection for all your ISY elements you defined in ISY Portal.
  9. Are you using a more recent mobile phone with Andoid 5 or later or an iPhone with necessary version? The Alexa app runs under windows but much is missing or doesn't function. You don't connect devices to ISY Portal. You connect the Alexa app to the UDI v2 skill that has a link to your ISY Portal account. This account security is getting stupid. When they ask for the password they don't specify Amazon account, alexa account, ISY Portal account, ISY device account, router account, WiFi account, or Admin Console account. Most just guess until one works but they have already given out all their security credentials to some snoop app they don't even know functions as stated. Sent using Tapatalk
  10. Can you post your programs affecting this device? Did you know you can do searches for a particular device in your programs? Sent using Tapatalk
  11. That may be due to your PLM sucking up all the noise to protect the rest of your house. Seriously though. It takes a crappy quality PLM and a noisey environment to make a bad combination. I think we know the first element is true but some have the second element also. Sent using Tapatalk
  12. Looks like four. 2 internal and two external https://corpshadow.biz/pcengines/apu3b2-system-board
  13. Perhaps Insteon could announce the latest technology for their products?...…... Quality Control!
  14. Sounds like their attempt to crap down the throats of anybody that isn't Apple backfired and now they are trying to pick up some pieces. They need to put their money where their mouths are. Since Rob took over they have released the amazing Insteon Siren? Another upgraded X10 beeper? And they are still putting out PLM 2.0s? Amazing progress over 2-3 years.
  15. When was the last time you factory reset the MS II? What is your UI version? I don't see you pinging UDI using the forum notification method. They aren't mind readers. If you are only using scenes with the MS II then ISY is not involved. Have you read any of the responses here?
  16. You would have to notify them or do something to get their attention. Not every post is read. Try the '@'+nickname method in a post.
  17. larryllix

    Digital I/O

    The WC8 supports up to 16 x 1-Wire devices. Early WC8 models had some trouble with this feat but this has been reported to be resolved mostly. Some experimenting with the 1wire transmission line terminations may be required to make it work properly with multiple 1wire devices. Mine has a resistor and capacitor installed at the board. Other users here report 16 probes successfully with ISY. My older WC8 board has worked with 2 x 1-wire temperature probes for several years while it counts pulses from my anemometer, calculating wind speeds and wind gusts, while sending 8 Webset packets to my ISY every 20 seconds, no problem. I was sending 8 Webset packets to ISY every 10 seconds but wanted to lengthen my sample period for the wind calculations. ISY has no problems handling a Webset packet from the WC8 every second while it performs many other tasks simultaneously, like PolyGlot plus NodeLink and several other home brew RPi projects updating variables.
  18. I still get my reports at 8:00 AM every morning. Helps me track HVAC usage and Cold Cellar ventilation. With our high humidity here, in the summer it is hard to keep the walls from weeping and molds out.
  19. There are a few ways to do this that I know of - Use io_guy's software on a RPi or other CPU - Use totally ISY software to keep track of run times without any real time logging. ….found it! - Use mwareman's technique mostly built inside ISY and using an external browser
  20. Yes! There will be coloured oval cornered rectangles beside each device containing a "1011" code to indicate trying to write binary to the device(s).
  21. Are you using European frequencies with North American Insteon?
  22. Factory reset each one, and then restore it. You better get some methods in place to prevent this from going through your house in the future. It sounds like the lightning got into your wiring. This may get costly and annoying, and not just for Insteon. If you do not understand electrical discharge phenomenon, look for a sharp electrician.
  23. Nice. Justa suggestion: Put Wait 2 Seconds between each Set line. You are writing data to each device's eProm and it can take a lot of Insteon comm talk time. This may tie up your other HA communications and flood ISY's caching, causing some operations to be dropped, devices to be marked as 'comm failure', or mess up program timing in other programs. Most Insteon operations are fairly quick and don't tie up much comm line time but updating eProms in devices can take much longer. This seems like background process anyway without any urgency.
  24. You likely have battery Insteon devices waiting to be put into linking mode so that ISY can finish writing updates to them. That can bog ISY down attempting to write updates every time that device has any action. A factory reset of ISY with a follow up Restore may clear things out also.
  25. larryllix

    Digital I/O

    import urllib.request import base64 # Server (this CPU) IP address server_IP = '192.168.0.175' server_port = 8000 # ISY parameters to be defined by user ISY_username = 'zzzzzzz' ISY_password = 'xxxxxxxx' ISY_IP = '192.168.0.161' # Heartbeat to ISY variable ISY_HBpage = 2 # 1=Integer, 2=State ISY_HBaddr = 83 # ISY heartbeat variable ISY_HBperiod = 90 # In seconds. toggles ISY flag variable ISY_HBlast_sent = 0.0 # Write ISY handshake variable via REST i/f def write_ISY(data): ISY_rest = "/rest/vars/set/%s/%s/%s" % (ISY_HBpage, ISY_HBaddr, data) get_url = urllib.request.Request('http://' + ISY_IP + ISY_rest) #format the URL ISY_authorise = base64.b64encode((ISY_username+":"+ISY_password).encode('utf-8')) #encode it get_url.add_header("Authorization", 'Basic %s' % ISY_authorise.decode('utf-8')) try: r = urllib.request.urlopen(get_url) returned = r.read() r.close() except: report("NRBridge: ISY heartbeat send failed!***") return
×
×
  • Create New...