Announcement

Collapse
No announcement yet.

Missing feature on thermostat?

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

    Missing feature on thermostat?

    Hi

    I'm new to deconz and jowihue, I'm not totally sure how to ask my question without just sounding like "why isn't my device working?" not giving the correct context. I have an Elko Plus Super TR RF Thermostat https://zigbee.blakadder.com/Elko_4523430.html that I have been able to add to the deconz/conbee II gateway trough scanning for device in JowiHue. And it is created a device with several features giving some correct info and control. At first glance the feature naming is somewhat off for a thermostat and I'm missing the floor temperature (which I use for regulating). The listed temperature is air temperature.

    This problem could for all I know be a deconz issue, I've logged in an see the unit on the deconz map and it is listed as a Sensor in Phoscon. From what I understood deconz-rest-plugin github (2088 & 3329) the unit is supported. I also believe others using it with Home Assistant trough deconz.

    Click image for larger version

Name:	bathheat.png
Views:	223
Size:	41.0 KB
ID:	1528289

    Code:
    [B]ZHAThermostat[/B]
    
    **************************** Object info *****************************
    {
    "config": {
    "heatsetpoint": 2500,
    "locked": false,
    "mode": null,
    "offset": 0,
    "on": true,
    "reachable": true,
    "temperaturemeasurement": null
    },
    "ep": 1,
    "etag": "66912315ded23f44be9d7bc086a547a7",
    "lastannounced": null,
    "lastseen": "2022-02-20T15:19Z",
    "manufacturername": "ELKO",
    "modelid": "Super TR",
    "name": "BathroomHeat",
    "state": {
    "floortemperature": 2540,
    "heating": false,
    "lastupdated": "2022-02-20T15:18:07.723",
    "on": true,
    "temperature": 2350
    },
    "type": "ZHAThermostat",
    "uniqueid": "68:0a:e2:ff:fe:6b:a4:75-01-0201"
    }
    ************************* End Object info ***************************
    Connecting to the deconz-rest-api with Postman I get (listing the sensors)

    Code:
    "3": {
    "config": {
    "heatsetpoint": 2600,
    "locked": false,
    "mode": null,
    "offset": 0,
    "on": true,
    "reachable": true,
    "temperaturemeasurement": null
    },
    "ep": 1,
    "etag": "f887dbeb1cac2fa9c2b742b079512f70",
    "lastannounced": null,
    "lastseen": "2022-01-31T13:33Z",
    "manufacturername": "ELKO",
    "modelid": "Super TR",
    "name": "BathroomHeat",
    "state": {
    "floortemperature": 2630,
    "heating": false,
    "lastupdated": "2022-01-31T13:33:28.423",
    "on": true,
    "temperature": 2410
    },
    "type": "ZHAThermostat",
    "uniqueid": "68:0a:e2:ff:fe:6b:a4:75-01-0201"
    }
    I don't expect the plugin is able to add custom template for all Zigbee devices out there. Hence is there a way to correct small issues myself?
    The naming part I assume is easy to fix, but is there a way to add a missing feature – floor temperature?
    And maybe a way to understand which HS-feature correspond to which device-feature.


    #2
    This is a new model for the plugin and it needs some attention for sure Setting the temperature shows as a Dim action .... Duh it looks like a messy device for sure!

    I will try to add it here in the plugin, but it might take a while I am afraid. When I added it, the floor temperature feature will then appear too. This is not something you can add outside control of the plugin. I guess you are the first adding an ELKO thermostat.

    Wim
    -- Wim

    Plugins: JowiHue, RFXCOM, Sonos4, Jon00's Perfmon and Network monitor, EasyTrigger, Pushover 3P, rnbWeather, BLBackup, AK SmartDevice, Pushover, PHLocation, Zwave, GCalseer, SDJ-Health, Device History, BLGData

    1210 devices/features ---- 392 events ----- 40 scripts

    Comment


      #3
      I might be the first using this Elko thermostat with this PI. Elko is a local Norwegian brand. Historically close to monopol on electrical equipment here. But they are now owned by Schneider electric.
      Even though I haven't seen a similar unit with Schneider logo - yet.


      Sent from my SM-G991B using Tapatalk

      Comment

      Working...
      X