-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New device - Universal Remote Control #203
Comments
Please add it in a new release. There is additional functionality - subdevice. Do you have plans to support subdevices? Information about subdevice: { |
Currently subdevices are not handled by the underlying tinytuya library, but when they are I would like to add support (as requested previously in #70, and required for #170 as well as this device). However I think IR blasters are different in that they do not return any data, only allow commands to be sent, so further changes are also needed to enable that, since current support assumes a simple mapping to data points that can always be read, and some can be also set (previously rejected in #120 as it deviates too much from the current feature set, but maybe one day...). |
Could you add basik device in next realese? It work as temperature and humidity sensor. |
This is exactly what the commit above is for - just the two sensors. So actually you can try it already by going to the tuya-local integration in HACS, selecting "Redownload" from the menu, and select "main" as the version to install. |
I updated integration. But device was not working. I will need to add my files to device folder. |
The file is ir_remote_sensors.yaml. You can see the change here: c4ff146#diff-20448fbcc4d0159e0d0caefe8d4ed8937071f29d20ef4b85ec45119c62a49e09 If you previously had it working with a different filename, you may need to remove the old device and re-add it. |
Although this issue contains tuya portal info for a sub device, local info is missing, so this issue will be closed when the general subdevice support is added without implementing that specific device. |
Modify existing "ir_remote_sensors.yaml" config to include IR support. Completes Issue #203
@make-all How to know which codes / commands to send (what to use for the command field)? |
You can use the |
@make-all I have managed to work out how to learn and I can see the codes in the file outputted in .storage but how do I now send these! Sorry for the dumb question, I'm a noob to IR part of HA. |
Use the |
Gotcha. I worked it out in the end. By my device is a S06Pro WR3E, seems to be working nicely |
Hi @make-all Just found this, I'm kinda new to HASS and all, Can you give me a quick overview on how to get this going? |
I added new device:
`name: Universal Remote Control
products:
primary_entity:
entity: sensor
dps:
name: sensor
type: integer
unit: C
range:
min: 0
max: 80
mapping:
secondary_entities:
class: humidity
name: Humidity
dps:
type: integer
name: sensor
unit: "%"
class: measurement
readonly: true`
The text was updated successfully, but these errors were encountered: