Giter Club home page Giter Club logo

Comments (10)

make-all avatar make-all commented on August 16, 2024

Hi,
The other information I would need is:

  1. Which of the "2": 25 and "3": 24 is the target temperature, and which the measured temperature.
  2. What is the temperature range that can be set.
  3. "4": "heat" looks like a preset (I guess that is what you mean by heating mode). What are the other presets? Or is it just an indicator.
  4. Do you have any idea what "9": 0 is for? It could be an error code (0 being no error), or a timer.

Currently I am in the middle of a refactoring to make adding new devices easier. I will add this and other pending devices once I have the required climate functions working. This one looks fairly basic, so should be easily added.

from tuya-local.

cartman10 avatar cartman10 commented on August 16, 2024

Hi, thank you very much for considering this device for your integration!

  1. 25 degrees celsius is the target temperature and 24 degrees is the temperature measured by the device.
  2. The target temperature range can vary between 8 and 40 degrees.
  3. The device supports heating and cooling. It heats or cools in different modes (see screenshot) like 'Automatic', 'Smart Cooling', 'Boost Cooling', 'Eco Cooling and similar ones for heating. If you like i can try all those modes and provide you the logs for each mode.
  4. I have no clue so far what "9": 0 is for. You can setup timers and I also saw error messages in the app when e.g. the pool pump was idle. I'll try some different settings in the app and collect the results in the logs if you think that helps....

image

from tuya-local.

make-all avatar make-all commented on August 16, 2024

Yes, cycling through the presets will help. No need to spend much time on dps "9", timers can be set up in HA independently of the device, and if it is an error code, I can just add an attribute that reports it as an int for any automations to pick up on.

from tuya-local.

make-all avatar make-all commented on August 16, 2024

This appears to be the same as the Remora pool heater requested in #15, except for a variation in the minimum temperature, and maybe some additional presets. They could either be combined into one device with lowest common denominator functionality, or they will be impossible to distinguish automatically and will need to be manually configured.

from tuya-local.

cartman10 avatar cartman10 commented on August 16, 2024

OK, here are the modes :

  • Eco heating mode : {"1": true, "2": 25, "3": 23, "4": "quietheat", "9": 0, "updated_at": 1622002888.8546965}
  • Boost heating mode : {"1": true, "2": 25, "3": 23, "4": "quickheat", "9": 0, "updated_at": 1622023001.359755}
  • Smart heating mode : {"1": true, "2": 25, "3": 24, "4": "heat", "9": 0, "updated_at": 1622028474.5414855}
  • Automatic : {'1': True, '2': 25, '3': 24, '4': 'auto', '9': 0, 'updated_at': 1622028926.2002869}
  • Smart cooling mode : {"1": true, "2": 25, "3": 24, "4": "cool", "9": 0, "updated_at": 1622029041.9679456}
  • Boost cooling mode : {"1": true, "2": 25, "3": 24, "4": "quickcool", "9": 0, "updated_at": 1622029119.8440619}
  • Eco cooling mode : {"1": true, "2": 25, "3": 24, "4": "quietcool", "9": 0, "updated_at": 1622029167.5428402}
  • Eco cooling mode but device switched to standby {"1": false, "2": 25, "3": 24, "4": "quietcool", "9": 0, "updated_at": 1622029204.0674973}
    Hope that helps ! Let me know if you need more or want me to test something else...
    Thanks!

from tuya-local.

make-all avatar make-all commented on August 16, 2024

OK, unfortunately apart from heat and cool, they are not the same as the Remora heatpump. I will have to think some more about how these two devices can be distinguished. I just added the Remora support in 0.5.0, so you could try that now. If you are using HACS, click on the menu at top right of the Tuya Local box, and select "Update Information" to check for updates without waiting the 10 hours that HACS has between checks.

from tuya-local.

cartman10 avatar cartman10 commented on August 16, 2024

I forgot the device states with the water pump switched off :
{"1": true, "2": 25, "3": 24, "4": "heat", "9": 1, "updated_at": 1622030104.1905162}

from tuya-local.

cartman10 avatar cartman10 commented on August 16, 2024

I tried it...

image

You made my day !!!

Thank you so much!!!

from tuya-local.

make-all avatar make-all commented on August 16, 2024

I have added full support in 0.8.3 for this device. You will need to delete and re-add the device to change the device type from Remora to BWT. Make sure you have a note of the local key and device id before you delete it. The local key is in the Options, the device id may appear in the logs, or you can browse through config/.storage/core.config_entries to look for the current config.

from tuya-local.

cartman10 avatar cartman10 commented on August 16, 2024

from tuya-local.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.