3 of 4 scripts don't work

  • Mark Guebert
  • Topic Author
  • Offline
  • User
  • User
More
1 year 7 months ago #3741 by Mark Guebert
3 of 4 scripts don't work was created by Mark Guebert
I have 4 lighting scripts in Home Assistant, when triggered from the driver command testing all 4 work without issue. On the smartremote or in the simulator on the desktop software, the only script that works is the all lights off command

For instance the all lights on is Control|60~ActivateScript this works from the myserver dashboard but when that command is copied and pasted into the execute on server space for the button it does not work. I have tried deleting the command, saving it, restarting the remote, re adding the command. All of the formatting looks good.

This is one of the last few items to get working and the remote is fully setup for my needs. That and despite the backlight working, it still times out in a few seconds, despite the android settings being changed too two minutes for the display.

Getting close.

Please Log in to join the conversation.

  • Mark Guebert
  • Topic Author
  • Offline
  • User
  • User
More
1 year 7 months ago #3761 by Mark Guebert
Replied by Mark Guebert on topic 3 of 4 scripts don't work
Nobody has any ideas? The weird thing is if I use the driver testing from the allonis web server all of the lighting scripts being run on HA run reliably. But those same scripts triggered either from the remote, the mydesigner program in testing mode or the project launcher in the webpage, only one of the 4 scripts work (all lights off).

Please Log in to join the conversation.

More
1 year 7 months ago #3763 by David Li
Replied by David Li on topic 3 of 4 scripts don't work
post your event logs when issuing from the driver (success) and issuing from the client (currently not a success). Certainly your command is different.

Please Log in to join the conversation.

  • Mark Guebert
  • Topic Author
  • Offline
  • User
  • User
More
1 year 7 months ago #3765 by Mark Guebert
Replied by Mark Guebert on topic 3 of 4 scripts don't work
Here is the log output from the web page where it works

"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~1
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:33:59.164892-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:34:02.787576-05:00",
"last_reported": "2024-12-23T10:34:02.787576-05:00",
"last_updated": "2024-12-23T10:34:02.787576-05:00",
"context": {
"id": "01JFT2ENQW18Z1Y8ZTR69P0K6J",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"device_id": [
"109b960e8abcae7903b6f018c502dad5",
"e009fa4823adf80e3d4a7ab134695a80",
"06bf2911fd7f401552a22f12f7966ed1",
"2cc7c1e90f880c2d65c216f3e4abfd6b",
"001b35129ceac2bb2ad31ae19c897621",
"4ce2746f858eddeb4c02dd6f142c3744",
"a807a7c21c00d631c2aa5969a37e8493"
]
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "script",
"service": "turn_on",
"service_data": {
"entity_id": "script.theater_lights_all_on"
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"name": "Theater Lights All On",
"entity_id": "script.theater_lights_all_on"
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"name": "Theater Lights All On",
"entity_id": "script.theater_lights_all_on"
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"name": "Theater Lights All On",
"entity_id": "script.theater_lights_all_on"
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:33:59.164892-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:34:02.787576-05:00",
"last_reported": "2024-12-23T10:34:02.787576-05:00",
"last_updated": "2024-12-23T10:34:02.787576-05:00",
"context": {
"id": "01JFT2ENQW18Z1Y8ZTR69P0K6J",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~1
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"device_id": [
"109b960e8abcae7903b6f018c502dad5",
"e009fa4823adf80e3d4a7ab134695a80",
"06bf2911fd7f401552a22f12f7966ed1",
"2cc7c1e90f880c2d65c216f3e4abfd6b",
"001b35129ceac2bb2ad31ae19c897621",
"4ce2746f858eddeb4c02dd6f142c3744",
"a807a7c21c00d631c2aa5969a37e8493"
]
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "script",
"service": "turn_on",
"service_data": {
"entity_id": "script.theater_lights_all_on"
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"name": "Theater Lights All On",
"entity_id": "script.theater_lights_all_on"
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:33:59.164892-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:34:02.787576-05:00",
"last_reported": "2024-12-23T10:34:02.787576-05:00",
"last_updated": "2024-12-23T10:34:02.787576-05:00",
"context": {
"id": "01JFT2ENQW18Z1Y8ZTR69P0K6J",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~1
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:33:59.164892-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:34:02.787576-05:00",
"last_reported": "2024-12-23T10:34:02.787576-05:00",
"last_updated": "2024-12-23T10:34:02.787576-05:00",
"context": {
"id": "01JFT2ENQW18Z1Y8ZTR69P0K6J",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~1
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"device_id": [
"109b960e8abcae7903b6f018c502dad5",
"e009fa4823adf80e3d4a7ab134695a80",
"06bf2911fd7f401552a22f12f7966ed1",
"2cc7c1e90f880c2d65c216f3e4abfd6b",
"001b35129ceac2bb2ad31ae19c897621",
"4ce2746f858eddeb4c02dd6f142c3744",
"a807a7c21c00d631c2aa5969a37e8493"
]
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:33:59.164892-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:34:02.787576-05:00",
"last_reported": "2024-12-23T10:34:02.787576-05:00",
"last_updated": "2024-12-23T10:34:02.787576-05:00",
"context": {
"id": "01JFT2ENQW18Z1Y8ZTR69P0K6J",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~1
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"device_id": [
"109b960e8abcae7903b6f018c502dad5",
"e009fa4823adf80e3d4a7ab134695a80",
"06bf2911fd7f401552a22f12f7966ed1",
"2cc7c1e90f880c2d65c216f3e4abfd6b",
"001b35129ceac2bb2ad31ae19c897621",
"4ce2746f858eddeb4c02dd6f142c3744",
"a807a7c21c00d631c2aa5969a37e8493"
]
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"name": "Theater Lights All On",
"entity_id": "script.theater_lights_all_on"
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:33:59.164892-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:34:02.787576-05:00",
"last_reported": "2024-12-23T10:34:02.787576-05:00",
"last_updated": "2024-12-23T10:34:02.787576-05:00",
"context": {
"id": "01JFT2ENQW18Z1Y8ZTR69P0K6J",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~1
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:33:59.164892-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:34:02.787576-05:00",
"last_reported": "2024-12-23T10:34:02.787576-05:00",
"last_updated": "2024-12-23T10:34:02.787576-05:00",
"context": {
"id": "01JFT2ENQW18Z1Y8ZTR69P0K6J",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:33:59.164892-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:34:02.787576-05:00",
"last_reported": "2024-12-23T10:34:02.787576-05:00",
"last_updated": "2024-12-23T10:34:02.787576-05:00",
"context": {
"id": "01JFT2ENQW18Z1Y8ZTR69P0K6J",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~1
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~1
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"device_id": [
"109b960e8abcae7903b6f018c502dad5",
"e009fa4823adf80e3d4a7ab134695a80",
"06bf2911fd7f401552a22f12f7966ed1",
"2cc7c1e90f880c2d65c216f3e4abfd6b",
"001b35129ceac2bb2ad31ae19c897621",
"4ce2746f858eddeb4c02dd6f142c3744",
"a807a7c21c00d631c2aa5969a37e8493"
]
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"device_id": [
"109b960e8abcae7903b6f018c502dad5",
"e009fa4823adf80e3d4a7ab134695a80",
"06bf2911fd7f401552a22f12f7966ed1",
"2cc7c1e90f880c2d65c216f3e4abfd6b",
"001b35129ceac2bb2ad31ae19c897621",
"4ce2746f858eddeb4c02dd6f142c3744",
"a807a7c21c00d631c2aa5969a37e8493"
]
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:33:59.164892-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:34:02.787576-05:00",
"last_reported": "2024-12-23T10:34:02.787576-05:00",
"last_updated": "2024-12-23T10:34:02.787576-05:00",
"context": {
"id": "01JFT2ENQW18Z1Y8ZTR69P0K6J",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "script",
"service": "turn_on",
"service_data": {
"entity_id": "script.theater_lights_all_on"
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"name": "Theater Lights All On",
"entity_id": "script.theater_lights_all_on"
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~1
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"device_id": [
"109b960e8abcae7903b6f018c502dad5",
"e009fa4823adf80e3d4a7ab134695a80",
"06bf2911fd7f401552a22f12f7966ed1",
"2cc7c1e90f880c2d65c216f3e4abfd6b",
"001b35129ceac2bb2ad31ae19c897621",
"4ce2746f858eddeb4c02dd6f142c3744",
"a807a7c21c00d631c2aa5969a37e8493"
]
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"name": "Theater Lights All On",
"entity_id": "script.theater_lights_all_on"
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~1
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"device_id": [
"109b960e8abcae7903b6f018c502dad5",
"e009fa4823adf80e3d4a7ab134695a80",
"06bf2911fd7f401552a22f12f7966ed1",
"2cc7c1e90f880c2d65c216f3e4abfd6b",
"001b35129ceac2bb2ad31ae19c897621",
"4ce2746f858eddeb4c02dd6f142c3744",
"a807a7c21c00d631c2aa5969a37e8493"
]
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"device_id": [
"109b960e8abcae7903b6f018c502dad5",
"e009fa4823adf80e3d4a7ab134695a80",
"06bf2911fd7f401552a22f12f7966ed1",
"2cc7c1e90f880c2d65c216f3e4abfd6b",
"001b35129ceac2bb2ad31ae19c897621",
"4ce2746f858eddeb4c02dd6f142c3744",
"a807a7c21c00d631c2aa5969a37e8493"
]
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"name": "Theater Lights All On",
"entity_id": "script.theater_lights_all_on"
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"device_id": [
"109b960e8abcae7903b6f018c502dad5",
"e009fa4823adf80e3d4a7ab134695a80",
"06bf2911fd7f401552a22f12f7966ed1",
"2cc7c1e90f880c2d65c216f3e4abfd6b",
"001b35129ceac2bb2ad31ae19c897621",
"4ce2746f858eddeb4c02dd6f142c3744",
"a807a7c21c00d631c2aa5969a37e8493"
]
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:33:59.164892-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:34:02.787576-05:00",
"last_reported": "2024-12-23T10:34:02.787576-05:00",
"last_updated": "2024-12-23T10:34:02.787576-05:00",
"context": {
"id": "01JFT2ENQW18Z1Y8ZTR69P0K6J",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~1
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"device_id": [
"109b960e8abcae7903b6f018c502dad5",
"e009fa4823adf80e3d4a7ab134695a80",
"06bf2911fd7f401552a22f12f7966ed1",
"2cc7c1e90f880c2d65c216f3e4abfd6b",
"001b35129ceac2bb2ad31ae19c897621",
"4ce2746f858eddeb4c02dd6f142c3744",
"a807a7c21c00d631c2aa5969a37e8493"
]
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:33:59.164892-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:34:02.787576-05:00",
"last_reported": "2024-12-23T10:34:02.787576-05:00",
"last_updated": "2024-12-23T10:34:02.787576-05:00",
"context": {
"id": "01JFT2ENQW18Z1Y8ZTR69P0K6J",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~1
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"device_id": [
"109b960e8abcae7903b6f018c502dad5",
"e009fa4823adf80e3d4a7ab134695a80",
"06bf2911fd7f401552a22f12f7966ed1",
"2cc7c1e90f880c2d65c216f3e4abfd6b",
"001b35129ceac2bb2ad31ae19c897621",
"4ce2746f858eddeb4c02dd6f142c3744",
"a807a7c21c00d631c2aa5969a37e8493"
]
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:33:59.164892-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:34:02.787576-05:00",
"last_reported": "2024-12-23T10:34:02.787576-05:00",
"last_updated": "2024-12-23T10:34:02.787576-05:00",
"context": {
"id": "01JFT2ENQW18Z1Y8ZTR69P0K6J",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~1
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:33:59.164892-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:34:02.787576-05:00",
"last_reported": "2024-12-23T10:34:02.787576-05:00",
"last_updated": "2024-12-23T10:34:02.787576-05:00",
"context": {
"id": "01JFT2ENQW18Z1Y8ZTR69P0K6J",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~1
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:35.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"device_id": [
"109b960e8abcae7903b6f018c502dad5",
"e009fa4823adf80e3d4a7ab134695a80",
"06bf2911fd7f401552a22f12f7966ed1",
"2cc7c1e90f880c2d65c216f3e4abfd6b",
"001b35129ceac2bb2ad31ae19c897621",
"4ce2746f858eddeb4c02dd6f142c3744",
"a807a7c21c00d631c2aa5969a37e8493"
]
}
}
23/12/2024 10:50:35.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"device_id": [
"109b960e8abcae7903b6f018c502dad5",
"e009fa4823adf80e3d4a7ab134695a80",
"06bf2911fd7f401552a22f12f7966ed1",
"2cc7c1e90f880c2d65c216f3e4abfd6b",
"001b35129ceac2bb2ad31ae19c897621",
"4ce2746f858eddeb4c02dd6f142c3744",
"a807a7c21c00d631c2aa5969a37e8493"
]
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "scene",
"service": "turn_on",
"service_data": {
"entity_id": [
"scene.bar_lamps_on"
]
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_north_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_south_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "scene",
"service": "turn_on",
"service_data": {
"entity_id": [
"scene.bar_lamps_on"
]
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_north_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_south_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "scene",
"service": "turn_on",
"service_data": {
"entity_id": [
"scene.bar_lamps_on"
]
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "scene",
"service": "turn_on",
"service_data": {
"entity_id": [
"scene.bar_lamps_on"
]
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_north_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_south_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "scene",
"service": "turn_on",
"service_data": {
"entity_id": [
"scene.bar_lamps_on"
]
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "scene",
"service": "turn_on",
"service_data": {
"entity_id": [
"scene.bar_lamps_on"
]
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_north_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_south_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "scene",
"service": "turn_on",
"service_data": {
"entity_id": [
"scene.bar_lamps_on"
]
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_north_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_south_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_north_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_south_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "scene",
"service": "turn_on",
"service_data": {
"entity_id": [
"scene.bar_lamps_on"
]
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_north_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_north_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_south_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_south_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "scene",
"service": "turn_on",
"service_data": {
"entity_id": [
"scene.bar_lamps_on"
]
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "scene",
"service": "turn_on",
"service_data": {
"entity_id": [
"scene.bar_lamps_on"
]
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_north_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_south_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_north_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_south_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "scene",
"service": "turn_on",
"service_data": {
"entity_id": [
"scene.bar_lamps_on"
]
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "scene",
"service": "turn_on",
"service_data": {
"entity_id": [
"scene.bar_lamps_on"
]
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_north_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_north_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_south_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_south_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "scene",
"service": "turn_on",
"service_data": {
"entity_id": [
"scene.bar_lamps_on"
]
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_north_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "scene",
"service": "turn_on",
"service_data": {
"entity_id": [
"scene.bar_lamps_on"
]
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "scene",
"service": "turn_on",
"service_data": {
"entity_id": [
"scene.bar_lamps_on"
]
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_north_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_south_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_south_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_north_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:36.50 · DEBUG · HAGateway.RX Domain Event - {
"domain": "light",
"service": "turn_on",
"service_data": {
"entity_id": "light.bar_lamp_south_2",
"brightness": 255,
"color_temp": 370
}
}
23/12/2024 10:50:39.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:39.378728-05:00",
"last_reported": "2024-12-23T10:50:39.378728-05:00",
"last_updated": "2024-12-23T10:50:39.378728-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~0
23/12/2024 10:50:39.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:39.378728-05:00",
"last_reported": "2024-12-23T10:50:39.378728-05:00",
"last_updated": "2024-12-23T10:50:39.378728-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~0
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:39.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:39.378728-05:00",
"last_reported": "2024-12-23T10:50:39.378728-05:00",
"last_updated": "2024-12-23T10:50:39.378728-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~0
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:39.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:39.378728-05:00",
"last_reported": "2024-12-23T10:50:39.378728-05:00",
"last_updated": "2024-12-23T10:50:39.378728-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~0
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:39.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:39.378728-05:00",
"last_reported": "2024-12-23T10:50:39.378728-05:00",
"last_updated": "2024-12-23T10:50:39.378728-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~0
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:39.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:39.378728-05:00",
"last_reported": "2024-12-23T10:50:39.378728-05:00",
"last_updated": "2024-12-23T10:50:39.378728-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~0
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:39.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:39.378728-05:00",
"last_reported": "2024-12-23T10:50:39.378728-05:00",
"last_updated": "2024-12-23T10:50:39.378728-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:39.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:39.378728-05:00",
"last_reported": "2024-12-23T10:50:39.378728-05:00",
"last_updated": "2024-12-23T10:50:39.378728-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~0
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~0
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:39.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:39.378728-05:00",
"last_reported": "2024-12-23T10:50:39.378728-05:00",
"last_updated": "2024-12-23T10:50:39.378728-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~0
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:39.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:39.378728-05:00",
"last_reported": "2024-12-23T10:50:39.378728-05:00",
"last_updated": "2024-12-23T10:50:39.378728-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:39.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:39.378728-05:00",
"last_reported": "2024-12-23T10:50:39.378728-05:00",
"last_updated": "2024-12-23T10:50:39.378728-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~0
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:39.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:39.378728-05:00",
"last_reported": "2024-12-23T10:50:39.378728-05:00",
"last_updated": "2024-12-23T10:50:39.378728-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~0
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~0
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:39.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:39.378728-05:00",
"last_reported": "2024-12-23T10:50:39.378728-05:00",
"last_updated": "2024-12-23T10:50:39.378728-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:39.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:39.378728-05:00",
"last_reported": "2024-12-23T10:50:39.378728-05:00",
"last_updated": "2024-12-23T10:50:39.378728-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~0
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~0
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On
23/12/2024 10:50:39.50 · DEBUG · HAGateway.RX Entity Event - {
"entity_id": "script.theater_lights_all_on",
"old_state": {
"entity_id": "script.theater_lights_all_on",
"state": "on",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 1,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:35.764733-05:00",
"last_reported": "2024-12-23T10:50:35.764733-05:00",
"last_updated": "2024-12-23T10:50:35.764733-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
},
"new_state": {
"entity_id": "script.theater_lights_all_on",
"state": "off",
"attributes": {
"last_triggered": "2024-12-23T10:50:35.764718-05:00",
"mode": "single",
"current": 0,
"icon": "mdi:ceiling-light-multiple",
"friendly_name": "Theater Lights All On"
},
"last_changed": "2024-12-23T10:50:39.378728-05:00",
"last_reported": "2024-12-23T10:50:39.378728-05:00",
"last_updated": "2024-12-23T10:50:39.378728-05:00",
"context": {
"id": "01JFT3D2ZMD86EH6DDYRQZVRSS",
"parent_id": null,
"user_id": "5953a7f055134c898b298384d010d9c5"
}
}
}
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_last_triggered~2024-12-23T10:50:35.764718-05:00
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_mode~single
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_current~0
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_icon~mdi:ceiling-light-multiple
23/12/2024 10:50:39.50 · DEBUG · HAGateway.HA - script.theater_lights_all_on_friendly_name~Theater Lights All On

Please Log in to join the conversation.

More
1 year 7 months ago #3766 by David Li
Replied by David Li on topic 3 of 4 scripts don't work
Hi Mark,
Break that down into digestible small script that can be tested and repost.
Quick look, I didn't see where you posted the event log where it Didn't work (from the SmartRemote?).

Please Log in to join the conversation.

  • Mark Guebert
  • Topic Author
  • Offline
  • User
  • User
More
1 year 7 months ago #3767 by Mark Guebert
Replied by Mark Guebert on topic 3 of 4 scripts don't work
I found the issue, it seems that I had to have the live view log window open to catch the log output. The event screen in the webserver just gives me a continuous spinning circle. What i found is that even though the button looked correct in my designer it was calling the same all lights off script for all buttons. I deleted them and recreated them, testing them in my designer and they worked, so I saved the project.

So now all of the scripts are working.

Please Log in to join the conversation.

Time to create page: 0.202 seconds