Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - adamroff

Pages: [1]
1
I know this is a dead topic, just wanted to say thank you james!!!!!!! that article achieved what i had previously spent many many hours googling trying to fix! (i had all but given up on a fix for it)

so far works great, will leave my session running in this way for the next few days and see if it continues to work!

thanks again! your knowledge on the internet of things has helped me out yet again!

2
Kodi (XBMC) Frodo / Gotham / Isengard / Jarvis / Re: XJson.Raw help
« on: August 20, 2015, 01:09:11 AM »
 ::duh

OMG, I should of known my bad typing skills would be to blame! i had an extrenious "i" in my GUI.ActivateWindow command  :-[

thank you for that easy fix! now i can wake up in style  8)

also thanks heaps for the links! i have some reading to do now

3
Kodi (XBMC) Frodo / Gotham / Isengard / Jarvis / XJson.Raw help
« on: August 18, 2015, 11:50:10 PM »
Hi all,
I have a basic understanding of VC and coding in general (sadly have not yet learnt JSON not sure if this would help)
Im sure this is a simple fix, but i have spent the last 3 hours going around in circles reading WIKI and digging through the forum finding XML commands and trying to deduct where im going wrong from others sucessfull commands.
TO THE POINT!

so i'm trying to setup a command that simply opens the weather window on my XBMC (hoping to add this command into my "WakeUp" Vera Scene that triggers VC goodmorning and current weather TTS.

i have one command that is Xjson.Raw and from what i can tell i have the value set almost right, i think i just need the parameters part?

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.4.8-->
<command id="296" name="test guiWeather" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>XJson.Raw</cmdType>
    <params>
      <param>GUI.ActiviateWindow</param>
      <param>"window":"weather", "parameters" : ["missing this part"]</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
</command>

If anyone could direct me to a page with any sort of documentation on this function or any more basic functions or even somewhere i can read and figure out the correct syntax i would be verry greatfull! (as i have read over the wiki JSON-RPC API to no avail :( )

Pages: [1]