<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Trouble with displaying temperature sensor value in Apps / Account</title>
    <link>https://www.googlenestcommunity.com/t5/Apps-Account/Trouble-with-displaying-temperature-sensor-value/m-p/375767#M19971</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to get a&amp;nbsp;temperature sensor value displayed in the app but it seems like there is something wrong with the UI. It works for my Humidity sensor but not the temperature. Could someone help me understand what I'm doing wrong?&lt;BR /&gt;&lt;BR /&gt;This is parts of the sync response:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "sync": {
    "agentUserId": "*REDACTED*",
    "devices": [
      {
        "id": "sensor.nedis_climate_sensor_temperature",
        "name": {
          "name": "Nedis climate sensor temperature"
        },
        "attributes": {
          "temperatureUnitForUX": "C",
          "queryOnlyTemperatureControl": true,
          "temperatureRange": {
            "minThresholdCelsius": -100,
            "maxThresholdCelsius": 100
          }
        },
        "traits": [
          "action.devices.traits.TemperatureControl"
        ],
        "willReportState": true,
        "type": "action.devices.types.SENSOR",
        "deviceInfo": {
          "manufacturer": "TuYa",
          "model": "Temperature &amp;amp; humidity sensor with display (TS0201)"
        }
      }
    ]
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;This is parts of the query response:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "query": {
    "devices": {
      "sensor.nedis_climate_sensor_temperature": {
        "online": true,
        "temperatureSetpointCelsius": 18.5,
        "temperatureAmbientCelsius": 18.5
      }
    }
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Mar 2023 12:27:01 GMT</pubDate>
    <dc:creator>Dollf</dc:creator>
    <dc:date>2023-03-09T12:27:01Z</dc:date>
    <item>
      <title>Trouble with displaying temperature sensor value</title>
      <link>https://www.googlenestcommunity.com/t5/Apps-Account/Trouble-with-displaying-temperature-sensor-value/m-p/375767#M19971</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to get a&amp;nbsp;temperature sensor value displayed in the app but it seems like there is something wrong with the UI. It works for my Humidity sensor but not the temperature. Could someone help me understand what I'm doing wrong?&lt;BR /&gt;&lt;BR /&gt;This is parts of the sync response:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "sync": {
    "agentUserId": "*REDACTED*",
    "devices": [
      {
        "id": "sensor.nedis_climate_sensor_temperature",
        "name": {
          "name": "Nedis climate sensor temperature"
        },
        "attributes": {
          "temperatureUnitForUX": "C",
          "queryOnlyTemperatureControl": true,
          "temperatureRange": {
            "minThresholdCelsius": -100,
            "maxThresholdCelsius": 100
          }
        },
        "traits": [
          "action.devices.traits.TemperatureControl"
        ],
        "willReportState": true,
        "type": "action.devices.types.SENSOR",
        "deviceInfo": {
          "manufacturer": "TuYa",
          "model": "Temperature &amp;amp; humidity sensor with display (TS0201)"
        }
      }
    ]
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;This is parts of the query response:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "query": {
    "devices": {
      "sensor.nedis_climate_sensor_temperature": {
        "online": true,
        "temperatureSetpointCelsius": 18.5,
        "temperatureAmbientCelsius": 18.5
      }
    }
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 12:27:01 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Apps-Account/Trouble-with-displaying-temperature-sensor-value/m-p/375767#M19971</guid>
      <dc:creator>Dollf</dc:creator>
      <dc:date>2023-03-09T12:27:01Z</dc:date>
    </item>
  </channel>
</rss>

