Jump to content

GaryK4

Members
  • Posts

    114
  • Joined

  • Last visited

About GaryK4

  • Birthday 03/10/1947

Profile Information

  • Location
    NC

Recent Profile Visitors

634 profile views

GaryK4's Achievements

Experienced

Experienced (4/6)

2

Reputation

  1. OK, I got that to work. Had to tweak the environment variables a little. Thank, I am good to go.
  2. That is Java 8! Java is up to version 18. I do some software development and some features require the later versions. I don't know if I can have the old and new on the same computer.
  3. From what i understand newer versions of java does not include javaws.exe. IcedTeaWeb added it back. What am I missing.
  4. Some time ago, the console would not load. I had to install IcedTea.web on windows 11. That kind of worked. It went directly into the console without using the Finder. The finder did not work with IcedTea. Now when I try to load the console an error message appears (XML Parse Error http://isy:80/desc. I did upgrade my java from 8 to OpenLogic-OpenJDK Build jdk17u). I don't go to the console often, but that may be the problem. After upgrading Java, I did not do anything with IcedTea. I tried manually loading the IoX finder and selecting the pull down menu Admin Console (LAN), but that did nothing (wheel spun, then closed). There must be a better way to run the console. Need third part software like IcedTea, every java update seems to break something. I don't make many changes, so it is always a pain to figure out how to get it running again. Side notes: I use Home assistant with ISY and many other devices and love it. I have Debian Linux running on a VM within Proxmox. Is it better to run ISY from there? It has OpenJDK 17.0.9 installed. IcedTea web is NOT installed and I don't know hot to install it yet or if it will work with OpenJDK and ISY. When I bring up the web app on Linux and select Admin Console, Java 2+ Required is diplayed. Will the new EISY have the same console startup issues?
  5. Interesting, I found a program called IcedTea-Web 1.8.8. It did not work with start.jnpl. Did not find Iox. However, with admin.jnpl, it worked and brought me to the login. So now I can use Win11 or my VM.
  6. You must have read my mind. I have a Win10 VM running on Proxmox where I installed jre 8 and that works.
  7. The new versions do not have a control panel, so you can't clear the cache. Other programs require newer versions of Java. So, my isy console is basically dead? ☹️
  8. I upgraded from Java 8 to OpenJava 17. There is no javaws.exe file in this version. How do I get the console to startup? I don't want to have the old version installed.
  9. You are my hero! That fixed the problem. Home Assistant is also working. Thanks so much.
  10. I have (2) garage doors using the IOLinc (2450) v.41. The doors open and close properly. However the sensor is not updating. If I query the sensor in the admin console, it updates. However these updates do not get passed to the Home Assistant. I rebooted the ISY, Home Assistant computer. Unplugged the IOLinc. Still ISY is not reporting the correct status. All other devices appear to be working properly. I don't se anything in the system logs. I am at a loss what to do next!
  11. I found and modified that code and it seems to work. type: button tap_action: action: toggle entity: switch.pool_pump Then I have a single automation that watches for any switches that I want to be momentary to turn on, and switch them off after .5sec, like this, in automation.yaml alias: Momentary switch description: 'Turn any switch into a momentary switch' trigger: - platform: state entity_id: switch.pool_pump, switch.rain_delay2 from: 'off' to: 'on' for: '00:00:00.5' condition: [] action: - service: switch.turn_off data: {} entity_id: switch.pool_pump, switch.rain_delay2 mode: single
  12. My garage doors use the IOLinc (Relay and Sensor). Has anyone implemented this with Home Assistant? I created a simple card, but the only option I see is a button. That toggles between on and off. However the IO link just want to see an ON every time. In the ISY console, I can start door movement by pressing ON and stop the motion by pressing ON. I can double click the icon in HA, but that is the wrong way to implement it. How are others handling this?
  13. No insult taken! I am (thought) using the full string. However, I saw that your string was MUCH longer than mine. Somehow when coping the code it was only giving me 43 characters. I create a new key and triple clicked and got the full string. Not quite sure about the double / triple click. In any event, the new full length key WORKS !!! I knew it had to be something simple. I am glad you showed the longer string. Old string: 0aOBp9subDiwWj5qFNo8kyNIpc05hurMT5SMmdiWsAs Thanks for all your help. I have plenty to test now.
  14. C:\Users\gkahr>curl -X GET -H "Authorization: Bearer LONGANNOYINGTOKEN" -H "Content-Type: application/json" -vv http://homeassistant.local:8123/api/states Note: Unnecessary use of -X or --request, GET is already inferred. * Trying fe80::bfa6:f085:6c82:aae1:8123... * Connected to homeassistant.local (fe80::bfa6:f085:6c82:aae1) port 8123 (#0) > GET /api/states HTTP/1.1 > Host: homeassistant.local:8123 > User-Agent: curl/7.83.1 > Accept: */* > Authorization: Bearer LONGANNOYINGTOKEN > Content-Type: application/json > * Mark bundle as not supporting multiuse < HTTP/1.1 401 Unauthorized < Content-Type: text/plain; charset=utf-8 < Content-Length: 17 < Date: Fri, 19 Aug 2022 21:22:46 GMT < Server: Python/3.10 aiohttp/3.8.1 < 401: Unauthorized* Connection #0 to host homeassistant.local left intact
×
×
  • Create New...