Jump to content

Jason F

Members
  • Posts

    27
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Jason F's Achievements

Newbie

Newbie (1/6)

2

Reputation

  1. Unfortunately they do not share power.
  2. I'm setting up Insteon for a large property with 2 buildings -- about 400 feet apart. I have the internet networks joined together with a wireless bridge. On the Insteon side, I have an ISY and PLM in the main building, and would like to begin adding insteon to the secondary building. As I understand -- this is simply going to be outside of the range for actual insteon transmission -- would there be a way to put a Hub in the 2nd bulding, pair the insteon devices to that, but "pass" all control back to the ISY?
  3. Hi Everyone, I have an Insteon/ISY setup in my house, with about 30 various keypads, dimmers, and an i/o module. The ISY is connected through the Portal to Google Home. Seemingly once a day (at random times) several lights in the house will go off without any command issued -- most recently this occurred turning off 3 individual switches and 1 scene -- which is everything that I had on at the time, with the exception of some outdoor lighting that is operated by a program. Log file below copied. Is there any way to track down where this came from beyond "system"? Main Hall / Main Hall (Slv Downstairs) Status Off Sun 2020/11/22 06:56:32 PM System Log Main Hall / Main Hall Lights Status Off Sun 2020/11/22 06:56:32 PM System Log Main Hall / MainFlrStairupKeypad-On-Off Status Off Sun 2020/11/22 06:56:32 PM System Log Kitchen / Kitchen Chandelier Status Off Sun 2020/11/22 06:58:49 PM System Log Family Room / Family Room Lights Status Off Sun 2020/11/22 06:58:53 PM System Log Main Hall / Family Entry Lights Status Off Sun 2020/11/22 06:58:54 PM System Log
  4. Hi Everyone, I'm in the process of building scenes for my insteon switches using the ISY -- is there a way to set the default ramp rate for scenes to 0.5 seconds (currently defaults everything to 0.1s), thereby avoiding having to manipulate this setting for each and every switch/controller combo?
  5. So I have figured out that my playlist number was 0, using devicespy. My code is as follows. It is successfully clearing the current queue, also setting the volume correctly, it just is not triggering the playlist. What am I doing wrong? Also, is it possible to trigger the sonos to switch to "Line In"? POST /MediaRenderer/AVTransport/Control HTTP/1.1 Host: 10.10.200.31:1400 Connection: Close Content-Type: text/xml; charset="utf-8" Content-Length: 802 SOAPACTION: "urn:schemas-upnp-org:service:AVTransport:1#StartAutoplay" <s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <u:StartAutoplay xmlns:u="urn:schemas-upnp-org:service:AVTransport:1"> <InstanceID>0</InstanceID> <ProgramURI>file:///jffs/settings/savedqueues.rsq#2</ProgramURI> <ProgramMetaData>&lt;DIDL-Lite xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upup="urn:schemas-upnp.org:metadata-1-0/upnp/" xmlns:r="urn:schemas-rinconnetworks-com:metadata-1-0/" xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/"&gt;&lt;itemid="SD:0" parentID="SD"</ProgramMetaData> <Volume>50</Volume> <IncludeLinkedZones>0</IncludeLinkedZones> <ResetVolumeAfter>1</ResetVolumeAfter> </u:StartAutoplay> </s:Body> </s:Envelope>
  6. Sorry to dig up an old thread... trying to get the sonos to play a playlist. The playlist is the first (and only) playlist on my amp. I'm using SD:1.... Is there a way to confirm the correct playlist number in the sonos amp? POST /MediaRenderer/AVTransport/Control HTTP/1.1 Host: 10.10.200.31:1400 Connection: Close Content-Type: text/xml; charset="utf-8" Content-Length: 802 SOAPACTION: "urn:schemas-upnp-org:service:AVTransport:1#StartAutoplay" <s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <u:StartAutoplay xmlns:u="urn:schemas-upnp-org:service:AVTransport:1"> <InstanceID>0</InstanceID> <ProgramURI>file:///jffs/settings/savedqueues.rsq#2</ProgramURI> <ProgramMetaData>&lt;DIDL-Lite xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upup="urn:schemas-upnp.org:metadata-1-0/upnp/" xmlns:r="urn:schemas-rinconnetworks-com:metadata-1-0/" xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/"&gt;&lt;itemid="SD:1" parentID="SD"</ProgramMetaData> <Volume>50</Volume> <IncludeLinkedZones>0</IncludeLinkedZones> <ResetVolumeAfter>1</ResetVolumeAfter> </u:StartAutoplay> </s:Body> </s:Envelope>
  7. Hello, I'm working with an 8-button insteon keypad... is there a way to 'detach' the load from button A - and instead have the load contolled by other insteon devices in the network?
  8. The solution of one scene for both "modes" worked well.... In terms of the flashing, I'd like to initiate it whenver button B (on one of two keypads is pressed), and turn it off whenever button B is set to off, or Button A is pressed.
  9. Hello, I'm new to insteon and the ISY.... trying to set up something a little different for a hotel application. I have one basic switch, which controls a lightbulb. I have 2 keypadlincs, which I'd like to use a couple of the small buttons to set 2 different "scenes". Scene 1 - Do not disturb - Controlled by button A on the keypadlincs, turns on the lightbulb. Scene 2 - Make up room - Controlled by button B on the keypadlincs, makes that same bulb flash. I've gotten both scenes to be able to turn on the bulb, however what I need it to do, is when I turn scene 2 on, to turn scene 1 off, and vice versa. Also, how would I get the light to flash as part of the scene? Thanks
×
×
  • Create New...