276°
Posted 20 hours ago

SHEL Sensor H&T WIFI TF wh

£20.27£40.54Clearance
ZTS2023's avatar
Shared by
ZTS2023
Joined in 2023
82
63

About this deal

If Channel Name is set in the device, the integration will use it to generate the entities’ name, e.g. Kitchen Light Shelly Humidity & Temperature Sensor (H&T) is open to the world and developers. Shellys are secured but at the same time give everyone the opportunity to use them easily in new and existing projects. With the embedded web server and the HTTP commands Shelly can be made compatible with your existing home automation system. sensors/room_x/lamp.yaml # Input type - platform: mqtt name: Room X - lamp - input expire_after: 86400 qos: 1 state_topic: shellies/shelly1pm-[SHELLY ID]/input_event/0 # Device temperature °C - platform: mqtt name: Room X - lamp - temperature expire_after: 86400 qos: 1 device_class: temperature unit_of_measurement: '°C' icon: mdi:temperature-celcius state_topic: shellies/shelly1pm-[SHELLY ID]/temperature # Device temperature °F - platform: mqtt name: Room X - lamp - temperature F expire_after: 86400 qos: 1 device_class: temperature unit_of_measurement: '°F' icon: mdi:temperature-fahrenheit state_topic: shellies/shelly1pm-[SHELLY ID]/temperature_f # Power consumption (live) - platform: mqtt name: Room X - lamp - power expire_after: 86400 qos: 1 device_class: power unit_of_measurement: 'W' icon: mdi:lightning-bolt-outline state_topic: shellies/shelly1pm-[SHELLY ID]/relay/0/power # Power consumption (since reboot) - platform: mqtt name: Room X - lamp - energy expire_after: 86400 qos: 1 device_class: energy state_class: total_increasing unit_of_measurement: 'Wh' value_template: "{{ value | float / 60 }}" icon: mdi:lightning-bolt state_topic: shellies/shelly1pm-[SHELLY ID]/relay/0/energy # Overpower - platform: mqtt name: Room X - lamp - overpower expire_after: 86400 qos: 1 device_class: power unit_of_measurement: 'W' icon: mdi:flash-alert state_topic: shellies/shelly1pm-[SHELLY ID]/overpower_value External sensors ¶

After I’ve bought them I started to build my own H&T sensors making use of ESP32 Dev Kit V4.1 and integrating it into ESPHOME with HASS. It works out more than 50% cheaper and stable from the bat off. Reply Using the homeassistant.update_entity service for an entity belonging to a battery-powered device is not possible because most of the time these devices are sleeping (are offline).If the Input Mode of the switch connected to the device is set to Button, the integration creates an event entity for this switch. You can use this entity in your automations. Events If Device Name or Channel Name is set in the device, the integration will use them to generate the entities’ name. sensors/room_x/lamp.yaml # External tmp sensors °C - platform: mqtt name: Room X - lamp - temperatures expire_after: 86400 qos: 1 device_class: temperature unit_of_measurement: '°C' icon: mdi:home-thermometer-outline state_topic: shellies/shelly1pm-[SHELLY ID]/ext_temperatures json_attributes_topic: shellies/shelly1pm-[SHELLY ID]/ext_temperatures # External tmp sensors °F - platform: mqtt name: Room X - lamp - temperatures F expire_after: 86400 qos: 1 device_class: temperature unit_of_measurement: '°F' icon: mdi:home-thermometer-outline state_topic: shellies/shelly1pm-[SHELLY ID]/ext_temperatures_f json_attributes_topic: shellies/shelly1pm-[SHELLY ID]/ext_temperatures_f # External humidity sensors - platform: mqtt name: Room X - lamp - humidities expire_after: 86400 qos: 1 device_class: humidity unit_of_measurement: '%' icon: mdi:water-percent state_topic: shellies/shelly1pm-[SHELLY ID]/ext_humidities json_attributes_topic: shellies/shelly1pm-[SHELLY ID]/ext_humidities Shelly 2.5 ¶

Garage door position - You can connect a reed-switch sensor to Shelly Plus Add-on's digital sensor and follow the state of your garage door. This way, you will always know whether it is open or closed when you're away and take appropriate action. The Shelly Plug S added a temperature sensor and overtemperature warning, which the Shelly Plug doesn’t. For generation 2 hardware it’s possible to select if a device’s input is connected to a button or a switch. Binary sensors are created only if the input mode is set to switch. When the input is of type button you need to use events for your automations. Event entities (generation 1) I won’t write a tutorial on doing this, as all required information can be found in the ha-shellies-discovery documentation.Depending on how a device’s button type is configured, the integration will create binary sensors corresponding to those inputs. binary sensors are not created when the button type is momentary or momentary_on_release, for these types you need to use events for your automations. Binary input sensors (generation 2) Configuring a device as cover allows you to control things like blinds, curtains, shades, shutters, garage doors, … If you’ve been getting seriously into HomeKit, and have found yourself exploring all the possibilities, you’ll quite probably be aware of HomeBridge or HomeAssistant, which for want of a better word, are platforms that allow many non-HomeKit devices to be exposed to HomeKit, albeit unofficially. Now, despite the fact that many of these devices are not officially meant to work with HomeKit, a lot of people love the challenge of ‘shoehorning’ something into Apple’s smart home platform for a variety of reasons, not least for being able to control these devices from the Home app, but also to add functionality to a device that Apple doesn’t currently support, like robot vacuums. Others simply love the hardware they have that doesn’t happen to work with HomeKit, like Nest thermostats or Ring video doorbells. Going one step further, there are some companies, like Sonoff for example, that produce a series of devices that can have firmware added to them to make them HomeKit compatible without even the need for HomeBridge. They’re still not certified of course. One other such company is Shelly, Based in Sofia, Bulgaria, who produce a massive variety of devices, all of which can work with HomeKit via HomeBridge, and even carry ‘official’ support via the HOOBS application, which is in essence, an interface that makes using HomeBridge easier to navigate. customize_domain: ! include customisations/customize_domain.yaml customize_glob: ! include customisations/customize_glob.yaml customize: ! include customisations/customize.yaml automation: ! include automations.yaml group: ! include group.yaml script: ! include scripts.yaml binary_sensor: ! include_dir_merge_list binsensors/ light: include_dir_merge_list lights/ sensor: include_dir_merge_list sensors/ switch: include_dir_merge_list switchess/ MQTT Templates ¶ Shelly H&T has an embedded Web Interface, which can be used to monitor and control the device, as well as adjust its settings.

If you can’t find the CoIoT peer settings in the device’s web panel, it’s probably using an ancient firmware version, and you should update it to the current one.But you can also configure a device as light, which will also give you control over brightness and colour temp, if the device supports it.

Asda Great Deal

Free UK shipping. 15 day free returns.
Community Updates
*So you can easily identify outgoing links on our site, we've marked them with an "*" symbol. Links on our site are monetised, but this never affects which deals get posted. Find more info in our FAQs and About Us page.
New Comment