JPaul Posted May 31, 2023 Posted May 31, 2023 I've created a new node server and installed the node server to IoX. As you can see it is a child node of the controller. Now when I go into programs and create a condition you cannot see the child node only the controller. Here is a shot of the Polyglot nodes I've try countless things to try and get this to work to no avail. Any ideas would help. Here is the code if you want to look. https://github.com/jamespauly/udi-ewelink-poly.git Thx
bpwwer Posted May 31, 2023 Posted May 31, 2023 The "Pool thermostat" even though it's a child node will show up as a separate node in the program dropdown. The dropdown doesn't support displaying the hierarchy, it just list the nodes; parent or child.
JPaul Posted June 1, 2023 Author Posted June 1, 2023 (edited) The child node is not in the drop down at all, that's what's confusing. In my other node servers I see the child nodes in the dropdown like you said they don't display in a hierarchy but they are listed in the dropdown. However in this case the child node is nowhere to be found in the dropdown. Edited June 1, 2023 by JPaul
Solution bpwwer Posted June 1, 2023 Solution Posted June 1, 2023 There is probably an error in one of the profile files that is preventing the AC from fully parsing the node. Looking at your profile files, I don't see anything wrong. The best way to double check is to start the admin console with the java console active, any parse errors will be reported there.
JPaul Posted June 1, 2023 Author Posted June 1, 2023 Bob thanks! That was it. I had I_STATUS instead of I_STATE for the editor. I can't believe I been pulling my hair on this one that long. Thanks for the tip with the Java console. Had no idea you could see that info there. Regards, James
bpwwer Posted June 1, 2023 Posted June 1, 2023 I gave your profile files a pretty good going through and I missed it too.
Recommended Posts