Metainformationen zur Seite

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
plugins:chromecast_4_lox:start [2022/09/10 15:46] Michael Schlenstedtplugins:chromecast_4_lox:start [2022/09/11 19:54] (aktuell) Michael Schlenstedt
Zeile 2: Zeile 2:
  
  
-Version History...+++++ Version History...|
  
 **Version 0.2.31 (28.2.2021)** **Version 0.2.31 (28.2.2021)**
Zeile 42: Zeile 42:
   * development, proof of concept, initial version   * development, proof of concept, initial version
  
-\\+++++
  
  
 {{plugins:chromecast_4_lox:1231423417.png}} {{plugins:chromecast_4_lox:1231423417.png}}
- 
- 
-====== Content ====== 
- 
- 
-  * [[#Chromecast4Lox-Download|Download]] 
-  * [[#Chromecast4Lox-Installation|Installation]] 
-  * [[#Chromecast4Lox-Pluginfunction|Plugin function]] 
-  * [[#Chromecast4Lox-|]] 
-  * [[#Chromecast4Lox-Configuration|Configuration]] 
-  * [[#Chromecast4Lox-.1|]] 
-  * [[#Chromecast4Lox-LoxoneConfig|Loxone Config]] 
-  * [[#Chromecast4Lox-.2|]] 
-  * [[#Chromecast4Lox-UDPcommunication|UDP communication]] 
-    * [[#Chromecast4Lox-Commands(receivedandrecognizedbyChromecast4Lox)|Commands (received and recognized by Chromecast 4 Lox)]] 
-    * [[#Chromecast4Lox-GET_STATUS|GET_STATUS]] 
-    * [[#Chromecast4Lox-GET_VOLUME|GET_VOLUME]] 
-    * [[#Chromecast4Lox-SET_VOLUME|SET_VOLUME]] 
-    * [[#Chromecast4Lox-ADJUST_VOLUME|ADJUST_VOLUME]] 
-    * [[#Chromecast4Lox-PLAY%3Curl%3E|PLAY <url>]] 
-    * [[#Chromecast4Lox-PAUSE|PAUSE]] 
-    * [[#Chromecast4Lox-STOP|STOP]] 
-    * [[#Chromecast4Lox-QUIT|QUIT]] 
-    * [[#Chromecast4Lox-MessagessenttoLoxoneMiniserver(besidesrepliestocommandsdescribedabove)|Messages sent to Loxone Miniserver (besides replies to commands described above)]] 
-    * [[#Chromecast4Lox-Periodicvolumenotification|Periodic volume notification]] 
-    * [[#Chromecast4Lox-Connectionstatus|Connection status]] 
-  * [[#Chromecast4Lox-.3|]] 
-  * [[#Chromecast4Lox-Roadmap|Road map]] 
-  * [[#Chromecast4Lox-.4|]] 
-  * [[#Chromecast4Lox-Troubleshooting,tips|Troubleshooting, tips]] 
-  * [[#Chromecast4Lox-Knownissues,limitations|Known issues, limitations]] 
-  * [[#Chromecast4Lox-Questions,bugreports|Questions, bug reports]] 
- 
- 
-\\ 
- 
- 
  
 ---- ----
- 
-\\ 
- 
  
 ===== Download ===== ===== Download =====
  
 Latest version here: http://aleq.eu/chromecast4lox/ Latest version here: http://aleq.eu/chromecast4lox/
- 
-\\ 
- 
  
 ===== Installation ===== ===== Installation =====
Zeile 106: Zeile 63:
     - Chromecast status should say "Connected". If not, check your configuration of Chromecast IP. Make sure the Chromecast is on the same network (same sub net). See Troubleshooting, tips below     - Chromecast status should say "Connected". If not, check your configuration of Chromecast IP. Make sure the Chromecast is on the same network (same sub net). See Troubleshooting, tips below
     - "Replies will be sent to:" section shows the configured Loxone target. //Optional.//     - "Replies will be sent to:" section shows the configured Loxone target. //Optional.//
- 
-\\ 
  
  
Zeile 123: Zeile 78:
   * //Pause/Stop current cast//   * //Pause/Stop current cast//
   * //Quit current application//   * //Quit current application//
- 
-=====   ===== 
  
 ===== Configuration ===== ===== Configuration =====
Zeile 134: Zeile 87:
   * Loxone Miniserver IP address and UDP port (where to send the replies). This is //optional//. If you don't want to receive result (or to query the volume), you don't need to configure it.   * Loxone Miniserver IP address and UDP port (where to send the replies). This is //optional//. If you don't want to receive result (or to query the volume), you don't need to configure it.
   * Periodic volume change detection. This is //optional//. If defined (as a number of seconds), enabled active polling for volume change compared to last known value. The configured time is the amount of seconds how often or how soon after last command is the volume polled. This polling happens on LoxBerry. If a volume change is detected, then (and only then) the message is sent to Loxone Miniserver (ie. Loxone isn't receiving periodic messages unless there's a change). If you need periodic reporting to Loxone, query the volume (using GET_VOLUME command described below) on your own.   * Periodic volume change detection. This is //optional//. If defined (as a number of seconds), enabled active polling for volume change compared to last known value. The configured time is the amount of seconds how often or how soon after last command is the volume polled. This polling happens on LoxBerry. If a volume change is detected, then (and only then) the message is sent to Loxone Miniserver (ie. Loxone isn't receiving periodic messages unless there's a change). If you need periodic reporting to Loxone, query the volume (using GET_VOLUME command described below) on your own.
- 
-=====   ===== 
  
 ===== Loxone Config ===== ===== Loxone Config =====
Zeile 164: Zeile 115:
  
 You can use the UDP monitor (feature of Loxone Config) to explore the replies You can use the UDP monitor (feature of Loxone Config) to explore the replies
- 
-=====   ===== 
  
 ===== UDP communication ===== ===== UDP communication =====