Announcement

Collapse
No announcement yet.

Alexa using Celsius

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Alexa using Celsius

    I just got an Echo Dot and am attempting something as simple as "Set the thermostat to 72 degrees."

    The logs show it is attempting to do so in Celsius not farenheit.

    Query: request=echocontrol&command=SETTEMP&value=22.22&ref=126&toke n=XXXXXXXXXXXXXXXXX

    The value is wrong, but the ref device is correct. Do I need to rewrite the plugin to handle this in C instead of F?

    #2
    It appears Homeseer doesn't even like the command, it's response is:

    { "header": { "messageId": "369e1c2b-0684-41bb-911d-6f79730cf7fe","namespace": "Alexa.ConnectedHome.Control", "name": "TargetOfflineError", "payloadVersion": "2" }, "payload": { } }

    Comment


      #3
      Ended up finding the issue. Was a problem with the plugin and what API it was using to create the Thermostat Mode device.

      Comment

      Working...
      X