This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Sep 5 2024- | |
# | |
# you must set / hardcode your ssh user / pass in the vars below (SSH_USER / SSH_PASSWORD) | |
# | |
# ./sendSSHcommandCrestron.sh -i 10.5.5.178 -r 20 -g 30 -b 10 | |
# | |
# set the values of REG / GREEN / BLUE LEDs above, 0-100 (100 is max brightness) (setting all to 0 will turn off led bar) | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: jo v5 Blink lights | |
author: Edward Firmo (https://github.com/edwardtfn) | |
homeassistant: | |
min_version: '2023.3.0' | |
description: Blink lights (w return light to prior level) (or a switch) when a trigger (binary-sensor) changes. | |
domain: automation | |
source_url: https://gist.github.com/bob454522/3f6160823dead8516677c2d71fcd0f0d | |
input: | |
trigger_entities: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2023-01-12 16:34:35.5|Trace|Http|Res: 376 [GET] /api/v3/rootFolder: 200.OK (7351 ms) | |
2023-01-12 16:34:35.5|Debug|Api|[GET] /api/v3/rootFolder: 200.OK (7351 ms) | |
2023-01-12 16:34:39.2|Trace|Http|Req: 379 [POST] /api/v3/importlist/test (from 192.168.1.138 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36) | |
2023-01-12 16:34:39.2|Debug|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated. | |
2023-01-12 16:34:39.3|Info|TMDbKeywordImport|Importing TMDb movies from keyword Id: 27 | |
2023-01-12 16:34:39.3|Trace|HttpClient|Req: [GET] https://api.themoviedb.org/3/keyword/27/movies | |
2023-01-12 16:34:39.3|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' | |
2023-01-12 16:34:39.3|Trace|HttpClient|Res: [GET] https://api.themoviedb.org/3/keyword/27/movies: 404.NotFound (100 bytes) | |
{"success":false,"status_code":34,"status_message":"The resource you requested could not be found."} |