2025-04-07, 10:25 PM
(2025-04-07, 01:17 PM)TheDreadPirate Wrote: Glad to hear it. Regarding network.xml, if you manually edited this file you did not close one of the tags.
Code:<LocalNetworkSubnets>169.254.128.201/16
Should be
Code:<LocalNetworkSubnets>169.254.128.201/16</LocalNetworkSubnets>
Thanks. It is working really good. I moved over from a different PC running Windows, so there is a bit of a learning curve for me.
The fix I mentioned about changing the ip in the JF add-on JSON file, might not have been what solved my connection problem. It may have been a problem with too many Ethernet connections on the Libreelec server. Somehow having three LAN (wired) connections caused an issue and the CoreELEC Homatics box refuses to connect. Two connections are working now but if I add a third, JF won't connect. It really isn't going to be much of an issue, now that I know what the problem is. I can simply disable the problem connections in the Libreelec connections settings and I know it will work. If I am moving files to the server, I just turn on the connections I need, and it only takes a second to connect. I think Wifi connections also messes things up too, so I just turn them on/off when needed.
I will change that line of code and see if it changes anything. I really appreciate the help you give to me and the entire community here!