Mecheng70 Posted January 18, 2023 Share Posted January 18, 2023 I am not sure if I have time this weekend to switch over to the dev channel to try the new changes. Definitely going to do a full backup before that Link to comment
Mecheng70 Posted January 18, 2023 Share Posted January 18, 2023 11 hours ago, shbatm said: The changes are merged, but unfortunately there are already too many other changes in PyISY for this to be picked up in a January update. They will be released in 2022.2.0. You can: 1. Wait until Feb ~5th for the stable release 2. Wait until late Jan for the beta (and choose use beta channel) 3. Install now by using the dev channel. If you install the dev channel you will also be able to preview and test the new features. @shbatm If I did option 3 and then when the release 2023.2.0 comes out, how to I go back to stable release? Would that be a cluster or what? Link to comment
shbatm Posted January 18, 2023 Author Share Posted January 18, 2023 25 minutes ago, Mecheng70 said: If I did option 3 and then when the release 2023.2.0 comes out, how to I go back to stable release? Would that be a cluster or what? Shouldn't be terrible, only potential issue is you don't necessarily know all of the breaking changes for your other integrations when you jump to dev. In Beta, they'll have the beta release notes with most of the breaking changes listed. To go back to stable you just just use `ha supervisor options --channel stable` or follow the Beta instructions to the menu and choose "Leave Beta/Dev Channel" 1 1 Link to comment
shbatm Posted January 31, 2023 Author Share Posted January 31, 2023 Changes are now available in the 2023.2.0b7 version of Home Assistant. 3 Link to comment
vbPhil Posted January 31, 2023 Share Posted January 31, 2023 (edited) On 1/16/2023 at 9:42 AM, shbatm said: http://polisy.local:8080/rest/profiles/download/core -> save as core.zip http://polisy.local:8080/rest/zmatter/zwave/node/0/def/get -> save as node_def_zwave.xml @shbatm Here's some more if you still need them. I'm on Polisy with ZMatter internal module core.zip node_def_zwave.xml Edited January 31, 2023 by vbphil added info 1 Link to comment
ds7771 Posted February 2, 2023 Share Posted February 2, 2023 Today I received the following message in my HA dashboard. Can anyone provide insight about what exactly this means? I could not find any further details. Is there a list of features that stop working in 2023.5.0? Link to comment
Mecheng70 Posted February 2, 2023 Share Posted February 2, 2023 8 minutes ago, ds7771 said: Today I received the following message in my HA dashboard. Can anyone provide insight about what exactly this means? I could not find any further details. Is there a list of features that stop working in 2023.5.0? If you click on it, is there a pop up? Link to comment
Mecheng70 Posted February 2, 2023 Share Posted February 2, 2023 There are a ton of changes to the sensors. moving from sensors to numbers. May want to read up on the breaking changes. Link to comment
jshank Posted February 2, 2023 Share Posted February 2, 2023 11 minutes ago, Mecheng70 said: If you click on it, is there a pop up? No pop-up, just a dire warning without context. I had to search on the error message to make my way here. It sounds like there will be a major revamp of the integration but we aren't losing Home Assistant integration? Link to comment
Mecheng70 Posted February 2, 2023 Share Posted February 2, 2023 (edited) 7 minutes ago, jshank said: No pop-up, just a dire warning without context. I had to search on the error message to make my way here. It sounds like there will be a major revamp of the integration but we aren't losing Home Assistant integration? not losing it. However, if plan on spending time going through any scripts, automations or layout elements that may change. Personally I rely on HA 99.99% and ISY .01% so I had quite a lot of updates in those elements. To add clarity: I was on the beta for the last couple of weeks and updated my system as needed to get it to run. Edited February 2, 2023 by Mecheng70 clarity on why Link to comment
shbatm Posted February 2, 2023 Author Share Posted February 2, 2023 (edited) Very strange that it's not telling you specifically what it is (everything I added should be telling you what the new way of doing it is). Short summary: 1. Remove your `isy994`section from YAML if it's still there. You don't need it anymore. 2. Anything that uses an `isy994.*` service (except `send_node_command`, `send_raw_node_command` or the Z-Wave parameter services) now has a "built in" way of doing things -- either with a proper button, number, or select entity -- or is done automatically in some other way. Also check your logs, for every issue, there should have been a warning in the log for the same thing. Edited February 2, 2023 by shbatm Link to comment
ds7771 Posted February 2, 2023 Share Posted February 2, 2023 2 hours ago, shbatm said: Very strange that it's not telling you specifically what it is (everything I added should be telling you what the new way of doing it is). Short summary: 1. Remove your `isy994`section from YAML if it's still there. You don't need it anymore. 2. Anything that uses an `isy994.*` service (except `send_node_command`, `send_raw_node_command` or the Z-Wave parameter services) now has a "built in" way of doing things -- either with a proper button, number, or select entity -- or is done automatically in some other way. Also check your logs, for every issue, there should have been a warning in the log for the same thing. Thanks! Glad it’s not going away. Look forward to the new integration. Link to comment
shbatm Posted February 2, 2023 Author Share Posted February 2, 2023 (edited) 12 minutes ago, ds7771 said: Glad it’s not going away. Look forward to the new integration. Nope, not going away. In fact, I'm hoping by May I'll have the Node Server and Z-Wave Definition upgrades done--basically it will interrogate the ISY to figure out how to display/control things more like the ISY Admin Console. Follow here if interested: Edited February 2, 2023 by shbatm 2 Link to comment
rktortr Posted February 3, 2023 Share Posted February 3, 2023 Nice updates. Changed over to using number:set without issue. Not so lucky with the network resource change. I must be doing something wrong. Don't see anything under buttons for my ISY. Where can I find these? Thanks in advance! Link to comment
shbatm Posted February 3, 2023 Author Share Posted February 3, 2023 You should have a device named "Your ISY Networking Module" Link to comment
rktortr Posted February 3, 2023 Share Posted February 3, 2023 Thanks very much shbatm. I guess that explains why I could not find any of them. I have devices for "My ISY" and "My ISY Variables", but no "My ISY Networking Module". Have reloaded the integration and restarted/rebooted. Any thoughts on why it might not be there? I have an ISY994i ZW running 5.0.16c (latest firmware that supports the version of z-wave on my ISY.) Maybe that is the issue? No rush on my end, currently use variables (now numbers) to trigger programs on the ISY, so all is working OK. Thanks for any assistance you can give. Link to comment
shbatm Posted February 3, 2023 Author Share Posted February 3, 2023 1 hour ago, rktortr said: I have an ISY994i ZW running 5.0.16c (latest firmware that supports the version of z-wave on my ISY.) They should be loaded automatically if the module is installed. Please go to the following address in a web browser and look near the bottom for "Networking Module" and see if it shows true. http://isy994.local/rest/config (replace isy994.local with ip address if needed) <feature> <id>21040</id> <desc>Networking Module</desc> <isInstalled>true</isInstalled> <isAvailable>true</isAvailable> </feature> If that's true, can you send me a message with the XML results from: http://isy994.local/rest/networking/resources Last thing to check is to enable debug logging in HA (search my other posts) and see if it's complaining about loading them for some reason. Link to comment
gzahar Posted February 3, 2023 Share Posted February 3, 2023 4 hours ago, rktortr said: Thanks very much shbatm. I guess that explains why I could not find any of them. I have devices for "My ISY" and "My ISY Variables", but no "My ISY Networking Module". Have reloaded the integration and restarted/rebooted. Any thoughts on why it might not be there? I have an ISY994i ZW running 5.0.16c (latest firmware that supports the version of z-wave on my ISY.) Maybe that is the issue? No rush on my end, currently use variables (now numbers) to trigger programs on the ISY, so all is working OK. Thanks for any assistance you can give. Is it checked under configuration? Link to comment
shbatm Posted February 3, 2023 Author Share Posted February 3, 2023 35 minutes ago, gzahar said: Is it checked under configuration? Just FYI, this is only on the Alpha version. It's enabled by default in the current version. Link to comment
rktortr Posted February 4, 2023 Share Posted February 4, 2023 Thanks for the info on what to check! I'll dig in this weekend and see what I can suss out. Link to comment
rktortr Posted February 4, 2023 Share Posted February 4, 2023 Hmm ... I guess that explains why it did not load into HA. Now to figure out why the network module shows as not installed. My network resources appear to work correctly on my ISY, and portal integration is "true" as shown below. I'll dig a little more. From /rest/config ... Networking Module: <feature> <id>21040</id> <desc>Networking Module</desc> <isInstalled>false</isInstalled> <isAvailable>true</isAvailable> </feature> Portal: <feature> <id>21075</id> <desc>Portal Integration - UDI</desc> <isInstalled>true</isInstalled> <isAvailable>true</isAvailable> </feature> Link to comment
shbatm Posted February 4, 2023 Author Share Posted February 4, 2023 I'm wondering if since you have the portal and networking is included then it doesn't show the other module as installed. https://wiki.universal-devices.com/index.php?title=ISY-994i_Series_INSTEON:Networking I'll have to update the Home Assistant side to look for either networking or portal. Link to comment
rktortr Posted February 7, 2023 Share Posted February 7, 2023 Interesting. That could be it. I'll reach out to UDI to see if I can get any confirmation on the theory. If you do end up tweaking the integration to look for either/or please let me know if you need anyone to test it out for you. Happy to help. Link to comment
rktortr Posted February 7, 2023 Share Posted February 7, 2023 On 2/3/2023 at 6:58 PM, shbatm said: I'm wondering if since you have the portal and networking is included then it doesn't show the other module as installed. https://wiki.universal-devices.com/index.php?title=ISY-994i_Series_INSTEON:Networking I'll have to update the Home Assistant side to look for either networking or portal. Michel/UDI confirmed what you suspected ... portal includes functionality of network module, but does not show as installed. He recommended looking for the portal install flag, just as you thought. Thanks for anything you can do, whenever appropriate. No rush on my end, since everything is setup and working fine for my needs currently. Please let me know if you'd like any extra info along the way. Appreciate all your work on this! Link to comment
asbril Posted February 7, 2023 Share Posted February 7, 2023 14 minutes ago, rktortr said: Appreciate all your work on this! 💯 Link to comment
Recommended Posts