Michel Kohanim Posted October 26, 2010 Author Posted October 26, 2010 Hi art, Floorplan feature has not been worked on for at least 2.5 years now. As sfhutchi noted, this feature is going to be removed since, basically, there's really no need for it using folders. The only client that used to use it was the IES Touchscreen. We are working on a dashboard which should have a better more configurable visualization of your environment. With kind regards, Michel Quote
waleedelmandouh Posted March 12, 2013 Posted March 12, 2013 Hi, I'm trying to use the floor plan, but whenever i click on the icon i get the yellow flag to the down left of the screen and system busy and Nothing happens, no popups not floor plan, nothing. I have ISY994i and i'm using Administrative consol v. 3.3.10 Quote
Michel Kohanim Posted March 13, 2013 Author Posted March 13, 2013 Hi waleedelmandouh, I am so very sorry to hear. First of all, I must advise you not to use Floorplan as it'll be removed shortly. Secondly, can you tell me what's your operating system and the URL you are using to get to your Admin Console? With kind regards, Michel Quote
waleedelmandouh Posted March 13, 2013 Posted March 13, 2013 I'm using Windows 7 and i get to it from the network places, my lighting icon Quote
Michel Kohanim Posted March 14, 2013 Author Posted March 14, 2013 Hi waleedelmandouh, Would you please try the following URL: http://isy.universal-devices.com/99i/admin.jnlp ? With kind regards, Michel Quote
waleedelmandouh Posted March 14, 2013 Posted March 14, 2013 Thank you, this worked. But as you mentioned it will be deleted soon so i will not use it. So what it will be replaced with? Quote
arw01 Posted March 14, 2013 Posted March 14, 2013 Well, having learned a thing or two recently on the rest interface and subscriptions. Maybe we should make a community effort to develop a real design specification, and from there perhaps, we can make an html 5 compliant one so it works on everything we are likely to use for a few years. Alan So for me, I want a floor plan that I can customize with real numbers for layout dimensions, place light switches lamps etc (so an icon library) in their actual positions, interact with those items. E.g. clicking on a light flips states. Pressing or dragging the light up or down brightens or dims the light (e.g. gestures) It would be nice to be able to right click the devices and get a list of all scenes, groups it is in, all programs it is used in etc. Maybe 3d rotatable, pinch to zoom in and out, etc. Who else has dreams of floor plan nirvana? Anyone have screen shots of others out there? Quote
Michel Kohanim Posted March 14, 2013 Author Posted March 14, 2013 Hi arw01, I love the idea and you would find us ready to help and contribute as much as possible. In short, Admin Console uses the same services/REST as defined in WSDK. So, it would be great to have a community driven effort for a nicer UI and other features for ISY. With kind regards, Michel Quote
arw01 Posted March 14, 2013 Posted March 14, 2013 Hi arw01, I love the idea and you would find us ready to help and contribute as much as possible. In short, Admin Console uses the same services/REST as defined in WSDK. So, it would be great to have a community driven effort for a nicer UI and other features for ISY. With kind regards, Michel Thank you Michel. It was that very usage that encouraged me to even suggest it. While getting my head around the perl_util library that Jeffrey wrote, I noticed all the commands to add nodes, add programs, etc and then saw the wireshark mention about watching the admin console use the rest interface itself to control the ISY. Perhaps a few dozen will jump on the band wagon here. Alan Quote
Michel Kohanim Posted March 15, 2013 Author Posted March 15, 2013 Hi Alan, I sure hope so! With kind regards, Michel Quote
arw01 Posted March 23, 2013 Posted March 23, 2013 Reading some touchscreen examples on Cocoontech came across a post about a beautiful 3d floorplan layout. Could be an interesting way of getting the image for our html version of floorplan if we don't come up with some sort of SVG based rendering vs a static image. http://www.sweethome3d.com/index.jsp Quote
jmltech Posted April 7, 2013 Posted April 7, 2013 Well, having learned a thing or two recently on the rest interface and subscriptions. Maybe we should make a community effort to develop a real design specification, and from there perhaps, we can make an html 5 compliant one so it works on everything we are likely to use for a few years. Alan So for me, I want a floor plan that I can customize with real numbers for layout dimensions, place light switches lamps etc (so an icon library) in their actual positions, interact with those items. E.g. clicking on a light flips states. Pressing or dragging the light up or down brightens or dims the light (e.g. gestures) It would be nice to be able to right click the devices and get a list of all scenes, groups it is in, all programs it is used in etc. Maybe 3d rotatable, pinch to zoom in and out, etc. Who else has dreams of floor plan nirvana? Anyone have screen shots of others out there? So, it sounds like you want the same functions and image capability that is in ekeypad, with the blueprint module. http://blog.ekeypad.net/screen-shots/blueprint-screens/ I just purchased the ekeypad pro and the blueprint, and imported my drawing from sweet home. So far, working great off of the ipad. But, i think it would take a lot of effort to mimic the same features directly from isy. Quote
arw01 Posted July 18, 2013 Posted July 18, 2013 With the annoucement from Google that Chrome now supports natively the WebRTC libraries, perhaps we can finally have a html5/java floorplan on our tablets etc. http://www.webrtc.org/home Quote
GuitarBuilder Posted July 18, 2013 Posted July 18, 2013 Nothing happens if I select Floor Plan in my ISY. Quote
arw01 Posted July 18, 2013 Posted July 18, 2013 It was basically taken out, hence the thread to maybe revive it by writing it ourselves outside of the ISY. Quote
Michel Kohanim Posted July 19, 2013 Author Posted July 19, 2013 That's a great plan!!! WebSockets is on the horizon. With kind regards, Michel Quote
MWareman Posted July 19, 2013 Posted July 19, 2013 That's a great plan!!! WebSockets is on the horizon. Woot! Does this mean the current method of ISY=>Client notifications is going away! :soexcited: Maybe my reverse HTTP proxy will work after all! Quote
Michel Kohanim Posted July 19, 2013 Author Posted July 19, 2013 Hi Michael, No, it just means that we can use WebSockets for persistent connections. Therefore, you still need to subscribe and you still need to listen to the socket. With kind regards, Michel Quote
MWareman Posted July 19, 2013 Posted July 19, 2013 Hi Michael, No, it just means that we can use WebSockets for persistent connections. Therefore, you still need to subscribe and you still need to listen to the socket. With kind regards, Michel Oh well... My joy was short lived. Quote
Michel Kohanim Posted July 19, 2013 Author Posted July 19, 2013 LOL ... and why so? We need persistent sockets so I am not sure how else you would communicate subscription requests. With kind regards, Michel Quote
MWareman Posted July 20, 2013 Posted July 20, 2013 LOL ... and why so? We need persistent sockets so I am not sure how else you would communicate subscription requests. With kind regards, Michel At the risk of reviving an old thread - websockets can be reverse-proxied. The current method used by the admin GUI (opening a local TCP socket, sending it to the ISY as part of the subscription request and having the ISY connect back to the client) is both firewall unfriendly and it's not possible to access the ISY thru a proxy server with full functionality. From what I can tell, this is based on a now-deprecated standard. Websockets solve both of these - so my hope was websockets could be implemented for admin GUI to ISY communication (or more precisely ISY => GUI notification I guess). It could be extended for real time status in the HTTP interface (when using a supported browser) for real time device status in a browser. Third parties would also be able to utilize it and (best of all) I suspect it could be implemented in parallel to your current persistent connection solution - so third party solutions are not rendered broken. Quote
Michel Kohanim Posted July 21, 2013 Author Posted July 21, 2013 Hi Michael, At the end of the day, ISY needs a persistent connection to the client and that's what web sockets do. This does not change the fact that the client still needs to subscribe to ISY. With kind regards, Michel Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.