accessha Posted February 19, 2008 Share Posted February 19, 2008 OK, I did a quick search and was surprised to see nothing turned up. Any chance a Print feature will be added in the future? I see that you can generate an HTML topology, which I haven't tried yet, but I was thinking more like a quick device list, scenes, floorplan, or program listing. Link to comment
Mark Sanctuary Posted February 19, 2008 Share Posted February 19, 2008 From what I understand the Floorplan utility is slated to be removed for more space in the future so its no longer in development. And as for the program listing that might want to be added to the Generate Topology output then you could print that listing to get all the details. Link to comment
Michel Kohanim Posted February 19, 2008 Share Posted February 19, 2008 Hi accessha, As Mark suggested, Floorplan is going to be removed. Apart from Topology, we are going to have Program printing option but nothing more is planned. With kind regards, Michel Link to comment
upstatemike Posted February 19, 2008 Share Posted February 19, 2008 Any summary reports planned? Total devices? Total devices by type? Total links? Remaining PLM space? Link to comment
Michel Kohanim Posted February 19, 2008 Share Posted February 19, 2008 Hello upstatemike, Yes, but in our Diagnostics release ... still do not have a date! With kind regards, Michel Any summary reports planned? Total devices? Total devices by type? Total links? Remaining PLM space? Link to comment
accessha Posted February 19, 2008 Author Share Posted February 19, 2008 USM, Great suggestions... all of those would be very helpful. Link to comment
Dinboise Posted May 31, 2010 Share Posted May 31, 2010 Getting back to printing I understand I can cut and paste individual program details into a word document and then print them. Is there a quicker method to get all the program details into a document for printing? David Link to comment
Michel Kohanim Posted May 31, 2010 Share Posted May 31, 2010 Hi David, Unfortunately not at the moment. With kind regards, Michel Link to comment
kevinkaz Posted September 16, 2012 Share Posted September 16, 2012 I use AutoHotKey to automate the process. For example 9 keystrokes made this listing. ;;------------------------------------------------------------ ;;----------Folder ** FR1.WSD.Porch ** ;;------------------------------------------------------------ Folder Conditions for 'FR1.WSD.Porch' Add conditions to limit when programs in this folder are allowed to run. If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Allow the programs in this folder to run. ;;================================================== ;;-------------------------------------------------- ;;----------Program ** FR1.HA.Day ** ;;-------------------------------------------------- If Program 'FR1.Status' is True And Program 'FR1.Switched.Status' is False And Program 'Allowed.Outdoor.ON.Time+Dusk' is False Then Wait 5 seconds Set 'Front.Room / FR1.Porch' Off Else - No Actions - (To add one, press 'Action') ;;================================================== ;;-------------------------------------------------- ;;----------Program ** FR1.HA.Night ** ;;-------------------------------------------------- If Program 'FR1.Status' is True And Program 'FR1.Switched.Status' is False And Program 'M2.DW.M010' is True And Program 'Allowed.Outdoor.ON.Time+Dusk' is True Then Set 'Front.Room / FR1.Porch' 55% Wait 10 minutes (Random) Set 'Front.Room / FR1.Porch' Off Else - No Actions - (To add one, press 'Action') ;;================================================== ;;-------------------------------------------------- ;;----------Program ** FR1.No.Response ** ;;-------------------------------------------------- If Status 'Front.Room / FR1.Porch' is not Responding Then Repeat 5 times Wait 5 seconds (Random) Set 'Front.Room / FR1.Porch' Query Send Notification to 'HA.Info.Nerd.email' content 'Prog.Status' Wait 6 minutes (Random) Else - No Actions - (To add one, press 'Action') ;;================================================== ;;-------------------------------------------------- ;;----------Program ** FR1.Status ** ;;-------------------------------------------------- If Status 'Front.Room / FR1.Porch' > Off Then - No Actions - (To add one, press 'Action') Else Run Program 'FR1.Switched.Status' (Else Path) ;;================================================== ;;-------------------------------------------------- ;;----------Program ** FR1.Switched.Day ** ;;-------------------------------------------------- If Program 'FR1.Status' is True And Program 'FR1.Switched.Status' is True And Program 'M1.LR.M005' is True And Program 'M2.DW.M005' is True And Program 'Allowed.Outdoor.ON.Time+Dusk' is False Then Set 'Front.Room / FR1.Porch' Off Run Program 'FR1.Switched.Status' (Else Path) Else - No Actions - (To add one, press 'Action') ;;================================================== ;;-------------------------------------------------- ;;----------Program ** FR1.Switched.Night ** ;;-------------------------------------------------- If Program 'FR1.Status' is True And Program 'FR1.Switched.Status' is True And Program 'M1.LR.M010' is True And Program 'M2.DW.M010' is True And Program 'Allowed.Indoor.ON.Time+Dusk' is True Then Set 'Front.Room / FR1.Porch' 55% Wait 5 minutes Set 'Front.Room / FR1.Porch' Off Run Program 'FR1.Switched.Status' (Else Path) Else - No Actions - (To add one, press 'Action') ;;================================================== ;;-------------------------------------------------- ;;----------Program ** FR1.Switched.Status ** ;;-------------------------------------------------- If Control 'Front.Room / FR1.Porch' is switched On Or Control 'Front.Room / FR1.Porch' is switched Fast On Or Control 'Front.Room / FR1.Porch' is switched Fade Up And ( Control 'Front.Room / FR1.Porch' is not switched Off Or Control 'Front.Room / FR1.Porch' is not switched Fast Off ) Then Run Program 'M1.LR.M005' (Else Path) Run Program 'M5.FR.M005' (Else Path) Else - No Actions - (To add one, press 'Action') ;;================================================== Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.