JPaul
Members-
Posts
26 -
Joined
-
Last visited
Profile Information
-
Location
Atlanta
JPaul's Achievements
Member (3/6)
6
Reputation
-
For some reason when I click on Authenticate in PG3x it directs me to the wrong url. Instead of the auth_endpoint set in my OAuth Config, it send me to a URL that looks like the following. The Polyglot IP just being the ip I use for my eisy. https://<polyglot ip>:3000/undefined?response_type=code&redirect_uri=https://my.isy.io/api/cloudlink/redirect&client_id=undefined&state=64872c3813d796ee4f2888ac Here is my OAuth set in Node Server Management. I've also added the "oauth": true to the server.json file. { "name": "eWeLink", "client_id": "879120348723984723987", "client_secret": "917349823748343873", "auth_endpoint": "https://c2ccdn.coolkit.cc/oauth/index.html", "token_endpoint": "https://us-apia.coolkit.cc/v2/user/oauth/token", "cloudlink": true } Thanks, James
-
@Jimbo.Automates thanks. I was looking at the older ISY dev guide.
-
Feature Request (Add dBm Unit of Measure)
-
Child Node Shows Up in Main console but not in Programs
JPaul replied to JPaul's topic in Polyglot v3 (PG3x)
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 -
Child Node Shows Up in Main console but not in Programs
JPaul replied to JPaul's topic in Polyglot v3 (PG3x)
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. -
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
-
@rob7419 Thanks for the help. I think what is going on it that for lightning data the app is calling the report API. I'm going to just mimic what the app does when I get a little time. I'll ping you all when it's ready.
-
@tlightne Do me a favor and send a screen shot of the dashboard. Are you using the web based on the mobile app? Thanks, James
-
@tlightne Sorry download again I fixed the issue.
-
@tlightne it should install on its own when you install the NS. If you do have issues then I can walk you through it.
-
@rob7419 @tlightne I pushed a new version up. Give it a shot. Also note that you have to install the jsonpath-ng python module.
-
@rob7419Intresting on the Atlas Node. Thanks for pointing out. I'm able to replicate so I'll look at this right away.
-
@tlightne @rob7419 I think I see what's happening with the lightning data. Give me a little bit as I'm going to have to change up the way I call the api's. Again thanks for all your feedback. With a bit of hard work I think we can make this NS solid.
-
@tlightne Thanks for the info. I noticed that on mine as well. I reached out to Acurite support because one item I noticed is in the API those 2 are always the same in the data that I get back. I'm going to see if there is another way to get that data, if not, I can probably dissect what they are doing in their app.
-
@tlightne The lightning data for last and closest strike are published in the api until the next event. So I'm going to change this to check the strike count and if the strike count is 0 then it will make last and closest strike 0. I'll make this configurable.