-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Troxlly Chlorine Generator TP #6142
Copy link
Copy link
Open
Labels
Description
Activity
Metadata
Metadata
Assignees
Labels
Projects
- StatusShow more project fields🔖 Ready
Log message
Product ID
jmuj45qjrngvc7ao
Product Name
Troxlly TP
DPS information
Information about how the device functions
I own the TP 30. I got it working using your repo. I created the yaml below using info from the tuya developer site as described in your readme. I manually added the attached yaml to my custom components and it is working in my homeassistant.
https://troxlly.com/products/troxlly-tp-series-salt-chlorine-generator?variant=42783909249118
If you could please look it over and consider adding it to the list of devices, thanks.
troxlly_chlorine_generator_TP.yaml
The only thing I am not sure is working is the Salt Needed id:133 and 138. My pool currently has the correct amount of salt so the app is not currently recommending to add salt. So I am not sure if it's just not working because of that or something I did wrong. I got these errors:
Logger: custom_components.tuya_local.helpers.config
Source: custom_components/tuya_local/helpers/config.py:34
Integration: Tuya Local (documentation, issues)
First occurred: 12:15:21 AM (1 occurrence)
Last logged: 12:15:21 AM
Error adding event_salt_needed for troxlly_chlorine_generator_TP.yaml: 'event'
Logger: homeassistant.components.event
Source: helpers/entity_platform.py:499
Integration: Event (documentation, issues)
First occurred: 12:15:21 AM (1 occurrence)
Last logged: 12:15:21 AM
Error while setting up tuya_local platform for event: TROXLLY Chlorinator does not support use as a event device.
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 499, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/tuya_local/event.py", line 19, in async_setup_entry
await async_tuya_setup_platform(
...<5 lines>...
)
File "/config/custom_components/tuya_local/helpers/config.py", line 42, in async_tuya_setup_platform
raise ValueError(f"{device.name} does not support use as a {platform} device.")
ValueError: TROXLLY Chlorinator does not support use as a event device.