Announcement

Collapse
No announcement yet.

Shelly Humidity and Temperature (H&T)

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

    Shelly Humidity and Temperature (H&T)

    Click image for larger version

Name:	Capture.PNG
Views:	709
Size:	22.1 KB
ID:	1357668

    Click image for larger version

Name:	ShellyHT.PNG
Views:	665
Size:	35.0 KB
ID:	1357669

    The H&T is an attractive sensor of about 1.5" diameter that reports humidity, temperature and its battery life. It reports periodically or when a change in a sensor reading exceeds a threshold.

    No user configuration is necessary, but some options are available as documented at https://shelly-api-docs.shelly.cloud/#shelly-h-amp-t Since it is a battery powered device it needs to be awaken if additional configuration is to be done. It is awaken by pressing its button. The button is accessed by twisting the top. This is also the mechanism used to change the battery when necessary, but this should only need to be done annually.

    Click image for larger version

Name:	20200129_152046.jpg
Views:	762
Size:	95.9 KB
ID:	1357670

    Just like all Shelly devices the H&T contains it own HTTP server for easy browser configuration access. In this example the assumption is that the IP on the network is 192.168.0.123. Since this likely will not be the IP of your H&T just change the examples below appropriately.

    Code:
    http://[COLOR=#FF0000]192.168.0.123[/COLOR]/settings?temperature_unts=[COLOR=#FF0000]F[/COLOR]
    http://[COLOR=#FF0000]192.168.0.123[/COLOR]/settings?temperature_unts=[COLOR=#FF0000]F[/COLOR]&sleep_mode_period=[COLOR=#FF0000]4[/COLOR]
    Shelly H&T: /settings

    Shelly HT accepts the following extra parameters on it's /settings endpoint: Parameters

    temperature_units string Either 'C' or 'F'
    temperature_threshold number Temperature delta (in configured degree units) which triggers an update
    humidity_threshold number RH delta in % which triggers an update
    sleep_mode_period number Periodic update period in hours, between 1 and 24
    It is also possible to do some configuration directly from the browser URL http://192.168.0.123to have a more interactive settings selection. Just remember that the H&T goes to sleep about three minutes after it is awaken. If a session is not completed then start a new one by pressing the button again.
Working...
X