[quote=“intveltr, post:1, topic:176855”]I’ve thrown together a Vera plugin to make sending push notifications to HomeWave a little easier. This plugin works with the VeraAlerts plugin as well!
The plugin is now available in the Vera app store
Installing manually
[ul][li]Download the attached Zip file and extract the 4 files.[/li]
[li]On your Vera’s UI, go Apps->Develop Apps->Luup Files[/li]
[li]Under Upload Files, specify the 4 plugin files, tick Restart Luup after upload, and click Go[/li]
[li]Wait for Vera to reboot[/li][/ul]
[ul][li]Go Apps->Develop Apps->Create Device[/li]
[li]Enter a name for the device in the Description field, for example “HomeWave Push”[/li]
[li]In the Upnp Device Filename field, enter D_HWPush1.xml[/li]
[li]Click Create Device, then click the Reload button to restart the Vera engine.[/li][/ul]
You are now ready to set up the device.
Setting up
The device you just created should be on your dashboard, with the text “No valid Push ID”
Open the device, enter your Push ID into the appropriate field, and click Set
No need to “escape” special characters or spaces in your push ID, just enter it exactly as you specified it in HomeWave’s settings.
Now click Test. A test message should arrive on your iPhone.
Sending messages with Luup code
To send Push messages from Scenes, use the luup code below
[tt]luup.call_action(“urn:intvelt-com:serviceId:HWPush1”, “SendMessage”, {Msg = “Bla”}, deviceid)[/tt]
Be sure to substitute deviceid with the ID of the HomeWave Push device, and replace Bla with the message you want to send.
Using with VeraAlerts
[ul][li]Open the VeraAlerts device and switch to the Settings tab.[/li]
[li]On the Settings tab, switch to Plugin Forwarding[/li]
[li]Enter the following values:
- ServiceID: [tt]urn:intvelt-com:serviceId:HWPush1[/tt]
- Action: [tt]SendMessage[/tt]
- Args: [tt]Msg=“{Message}”[/tt]
- Device ID: the device ID of the HomeWave Push device
[/li][/ul]
You may want to set Default Recipients (under General) to Forward[/quote]
sorry i do not see the 4 zip files.