Jump to content

Printing?


accessha

Recommended Posts

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

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

Archived

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


×
×
  • Create New...