Search results

  1. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    Still have more to do but thought I would show a glimpse of next revision ability...
  2. Screenshot_1595088086.png

    Screenshot_1595088086.png

  3. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    Okay if you have an android device and want to try out the build, you can opt into the internal test track here using Google Play... Sign in - Google Accounts Ryan
  4. Screenshot_20200714-111808.jpg

    Screenshot_20200714-111808.jpg

  5. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    Okay, Google is taking forever to get it on the play store. If you want to try side loading, I have put an apk here: rmonty/IntelliCenterControl I have not been able to test installing it since my phone has also been used for development, so please let me know if it doesn't install for some...
  6. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    Okay, I have created a closed beta test in the Google Play Store. If you want to be included in the closed beta, just private message your email to me and I will add you. I was having difficulty getting the sideloaded apk to work and I figured going through play store would be easier anyway...
  7. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    Okay, I think I have it ready enough to post an apk. Will get it uploaded shortly.
  8. Screenshot_20200709-123934.jpg

    Screenshot_20200709-123934.jpg

  9. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    No problem. Mainly shooting for simple control and status right now. Configuration options will take some time as there are so many variables. Will also work on making layout more customizable once I get the status and control data working smoothly. The IntelliCenter is pretty finicky...
  10. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    Okay, have latest code uploaded which fixes the set command for circuits. Refactored some code to try and increase robustness. Now on to adding some more controls. Let me know if you get a chance to download and try. I need to add a way to set the ip address in the app, then I can try to...
  11. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    Modified command, but unable to test at the moment. Code has been uploaded to github at IntelliCenterControl It is definitely still a work in progress and has a long way to go. I do not have a mac to build ios, so that is untested.
  12. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    I think I used square brackets instead of curly brackets around the parameters 🤦‍♂️. Will give it another shot when I get back to a computer. Ryan
  13. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    There is a solar icon also. I will upload to github. Having trouble getting set commands to work. Think I have the syntax correct, but it doesn't seem to take it.
  14. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    And another update... Still have to add control. Right now it is status only of everything.
  15. Screenshot_1593799511.png

    Screenshot_1593799511.png

  16. Screenshot_1593789409.png

    Screenshot_1593789409.png

  17. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    Continuing to make progress... Let me know if there are any requests for what you want on the main status page, otherwise I will just lay it out like I use it :)
  18. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    Do you see how to unsubscribe?
  19. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    update: Nevermind, figured it out...was missing some brackets,etc... var cmd = {"command": "RequestParamList", "objectList": [{ "objnam" : "PMP01", "keys" : ["STATUS"] }], "messageID": uuidv4() };
  20. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    Okay, need some assistance from js expert. What command needs to be sent to get live status of everything? i.e. current pump speed, current circuit status, etc
  21. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    Xamarin I don't have a Mac though, so someone else will need to build the iphone version. The code should work on both Android and iPhone though. Also should be easy to make a windows app when done.
  22. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    Temp box is done! Yay! Getting all the values, just have to continue parsing, etc...
  23. Screenshot_1593637834.png

    Screenshot_1593637834.png

  24. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    Is there a list somewhere of the different circuit types? I have the common names from the setup, but need the "shorthand" names that are passed through the interface. I can just setup each type to see what it returns, but would be easier if a list existed :)
  25. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    Okay, it was on my side for the signalR connection. I found a better way to get the data stream where it pretty much is instant. Now on to parsing, yay.
  26. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    Have you found that sometimes you have to make multiple requests to get data? Sometimes it works on the first request, sometimes it takes a re-send of the request. Ryan
  27. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    The streaming data is a mess. I think I finally have GetHardwareDefinitions deserialized properly, but need to go through the values to check it out. I assume the response I receive is complete, so that is what I am using for my class definition for now. That screen looks neat, will reach...
  28. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    So, finally am getting around to some programming. Starting with mobile app unless you would rather me start with desktop app. Have app connecting to signalr service and receiving streaming data. Ryan
  29. rmontgomery

    IntelliCenter Web Client and its Possible Alternatives

    I'll take a look at it and see what I can do. Ryan
  30. rmontgomery

    Pentair IntelliCenter Review and Information

    I have same issue (on smaller scale). It's a pain when the lights get off. Takes a little bit to get things synced up again. Ryan