I use the “Sitesensor” plugin in Vera to retrieve weather data via Wunderground API. These data are data from my own weather station exporting data to Wunderground but also weather forecast data from Wunderground for my city (in Holland by the way).
Some data like temperature and humidity including the forecasts are visible fine in Home Remote. But other data like atmospheric pressure, wind direction, wind speed and short phrases that implicate the weather (like “sunny” or “heavy rain”) are not visible. I can add the devices but the data is not visible.
An example from the sdata json:
{ “name”: “WS Regen Dagtotaal”, “altid”: “ch5”, “id”: 18, “category”: 4, “subcategory”: 0, “room”: 4, “parent”: 13, “light”: “3.05”, “armed”: “0”, “armedtripped”: “0”, “configured”: “0” }
(name is Dutch and means Rain Total Today and the value is 3.05 mm)
In Sitesensor in Vera these are implemented as “GenericSensor”
In TheHomeRemote they are implemented as “ContactSensor” with only capability “Contact”
How can I change this in TheHomeRemote so I can see the values which can also be words/short phrases. Preferrably in the standard Groups/Subgroups ?