Jump to content

giomania

Members
  • Posts

    216
  • Joined

  • Last visited

Everything posted by giomania

  1. Is it possible to install eisy-ui on an NVME SSD while maintaining the Home Assistant VM I created on the NVME SSD? I was going to migrate IoX to the NVME SSD in early 2024, but users were having issues with implementing the scripts to move the OS, so I never took action. Now I remembered about this, and am wondering if the scripts are now built into the latest version of IoX or in eisy-ui? I am looking for the most stable path to upgrade to eisy-ui, because everything is working now, but would not mind the extra performance from moving the OS to the NVME SSD. Thank you. Mark
  2. Where are the instructions that mention any actions to take post-upgrade. Here is the official upgrade post I saw. Instructions: Backup your Z-Wave if any (Z-Wave | Backup) Backup your IoX (File | Backup IoX) Backup your PG3 Click on Upgrade Packages in Admin Console | Configuration tab. Do NOT use ssh as it will brick your system.
  3. I wasn’t going to upgrade, as I had posted my reservations earlier, but when I came home from work on Friday, my wife had upgraded. So far everything‘s working, but I mostly have Insteon devices controlling lights and a few smart plugs from Amazon and Athom (MQTT via PG3). Mark Sent from my iPhone using Tapatalk Pro
  4. Interesting. I was thinking about upgrading but might not be worth it due to slower response times. While this response time might improve I was also thinking they will probably charge for the service in the future, and reverting to the OG service could be an issue. If it ain’t broke… Mark Sent from my iPhone using Tapatalk Pro
  5. Same here. Sent from my iPhone using Tapatalk Pro
  6. Same for me. Alexa said the skill was not enabled. Sent from my iPhone using Tapatalk Pro
  7. There are separate instructions for installing and initializing the SSD and for installing for HA in a VM, so it seems like it would be the same script to install HA, but we would need an expert to chime in. Mark
  8. I saw this blog post about configuring the eisy to boot from an NVMe SSD, and it clearly states the process will wipe out any VMs installed. I just installed Home Assistant a few weeks ago on the NVMe SSD, and don't really want to lose it. That said, I would like to use the SSD for the extra performance benefits noted in the blog post. Will the migration without the loss of installed VMs be supported in the future? Thank you. https://developer.isy.io/blog/Supercharged
  9. I am still stuck on 5.6.2 and unable to upgrade. Were we expecting this release to fix this type of issue?
  10. I also cannot update to 5.6.3, nor PG3x v3.1.36 before that. I have been trying with PG3x v3.1.36 since it was released mid-july. Multiple package installations and reboots. Hopefully this is part of the issue Michel discovered. Mark
  11. Update on what I learned from UDI support. MQTT is installed, however PG3 and PG3x make use of a private MQTT broker for internal communication between the various components, and that package is specifically configured to support PG3x. They advised I should just use another mqtt broker on another device on my network, so I used a broker on my Raspberry Pi that is for a different project, but is now serving two purposes. I hope this helps.
  12. So the commands no longer work to install mosquitto I think they have locked down the eisy more. I am going to start a ticket.
  13. Oh darn. I guess I forgot that I probably did that back in the day. Let me do this and report back. Thank you.
  14. I use 1884 because I have another MQTT broker on my HTPC that only controls the fans in my theater for 4D Wind tracks added to movies. It is long story, lol
  15. The MQTT node server is the broker. Those logs only show polling, unless I restart the node server. I restarted it and then downloaded the log, attached. I don't notice anything out of the ordinary. MQTT_4-6-2023_22820-PM.zip
  16. I mentioned this could be an issue earlier, but in case it was missed, let me ask a direct question: Is there any reason why a reserved IP address that is outside the DHCP range will not connect? Like because there is probably no DNS defined because it is outside the DHCP range set in the router? Thanks. Mark
  17. Yeah, the clients still won't connect.
  18. Yes, the external IP address is 10.10.2.20. I just had that in there earlier, and the result was the same. I will add it again, and restart PG3x, but I don't think that will fix the issue.
  19. Here is the MQTT config:
  20. Here are the relevant settings for the eisy: The eisy is at 10.10.2.20 I used to have a static IP on the Polisy, but as you pointed out, that is no longer possible on the eisy, so I set the reservation in the router (UDM Dream Machine Pro), and everything connects fine and works except for MQTT. I do have multiple LANS, and cross traffic is allowed. It seems like I have two options: 1) Change the reserved IP to inside the DHCP range. This requires changing many MQTT client devices and a remote program that executes scenes via the ISY through HTTP Get. 2) Change the eisy to a static IP address. I ran my ISY 994ir/Pro and Polisy for years in this fashion without a single support ticket lodged due to this configuration. Any more insight before I decide? Thanks. Mark
  21. Yes, I do have DHCP enabled and set a DHCP Reservation in the router. I have restarted both PG3x and the admin console. I have checked the configuration tab of the node server. This is the basic problem: I think I realized the issue: My static IP address is outside the DHCP range, as would be expected, but any reserved IP address would need to be within the DHCP range. So I need to decide how I want to handle this going forward. I will post again with what I decide to do and confirm this is resolved. Thanks. Mark
  22. The node server is on-line and connected to the EISY, but there is no actual communication between the node server and the ISY, because I can manually switch a device on via the button or its web UI, and the ISY status never updates. So I looked in the console of the Tasmota device, and it is not connecting. The only change between the Polisy and EISY is that UDI no longer allows use of static IP addresses, so I had to set a reservation in my router. This must be what is preventing the communication. Any solutions to this from the node server side?
  23. Hello, I installed my eisy today and the MQTT Node Server is not working on PG3x v3.1.24. I restarted the NS per the migration instructions. Any ideas what could be wrong? Thank you. Mark
  24. I determined why the nodes were not added. It was because I have another smart plug with the ID: "HT_Fans", as well as this 4-channel relay with the ID: "HTFans". I noticed in the node server log that the underscore was removed from the smart plug, apparently (I might be wrong there, lol). Anyway, I changed the 4-channel relay ID to: "4DFans", and it was successfully added. That said, I still cannot control it, so I suspect there is an issue with the commands controlling the power to each relay. I can switch the relays on or off in the device, and the status change is reflected in the Admin Console, but the commands for each relay do not work, presumably because it is configured as a switch, not a multi-channel switch. When I use the "powerx" commands (with x corresponding to each relay number) in the device console , the individual relays (1-4) power on or off, so I know the commands work in the device, but not through MQTT. Also, the node only appears as one device in the Node Server, because (again, presumably) it is configured as a switch, vice a multi-channel switch. If I were able to use multiple MQTT topics to define each relay as a separate topic, I think it would work. But apparently, that is not possible with Tasmota. Mark
  25. My apologies, I should have specified multi-channel power devices. Your example uses 1 TempHumid and 1 switch, so I am not sure if that would work for my situation. It is a four-channel power relay with NO and NC terminals: https://www.athom.tech/blank-1/4ch-inching-self-lock-relay I did research and MQTT can address multiple power devices by using Power1, Power2, etc., so that is what I have been attempting to do, but it is not working. This is what is in the devfile, but the nodes are not added. Perhaps the syntax is not correct? {"id": "HTFans", "type": "switch", "status_topic": "stat/HTFans/POWER1", "cmd_topic": "cmnd/HTFans/Power1"}, {"id": "HTFans", "type": "switch", "status_topic": "stat/HTFans/POWER2", "cmd_topic": "cmnd/HTFans/Power2"}, {"id": "HTFans", "type": "switch", "status_topic": "stat/HTFans/POWER3", "cmd_topic": "cmnd/HTFans/Power3"}, {"id": "HTFans", "type": "switch", "status_topic": "stat/HTFans/POWER4", "cmd_topic": "cmnd/HTFans/Power4"} Thank you.
×
×
  • Create New...