Jump to content

Printing?


accessha

Recommended Posts

Posted

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.

Posted

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.

Posted

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?
  • 2 years later...
Posted

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

  • 2 years later...
Posted

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')

 

 

 

;;==================================================

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...