No Issue, just asking! #163
-
Hey, im very interested in trying this integration. What i can see so far looks amazing. Is it possible to control the maximum power the outdoor unit is able to get? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Hi @snzyeee, if you want to ask question, please use the "Discussions" section. I am not sure what you mean. But it is possible to get the power the device currently uses. |
Beta Was this translation helpful? Give feedback.
-
i don't think you can limit the current with any official wired remote or official application at all , this is not a feature that exist ! The HVAC system will regulate itself to provide the temperature you asked in your room it can go as low as ~500 W and up to 4600W at full power ( i own a 14Kw/48k BTU cooling capacity unit) i am thinking of ways you can cheat the system , maybe by replacing the wired remote temperature sensor with a digital potentiometer controled with an arduino , and set the same temperature as the "fake" sensor on the wired remote , this way the HVAC system will think you are already at the desired temperature and will run very slow with the minimal energy possible ! |
Beta Was this translation helpful? Give feedback.
-
Is your outdoor unit sending data on message 0x80A7? If so, you will have a DRM enabled outdoor unit of which will have some terminals on the main PCB that when bridged allows you to limit the outdoor units electrical consumption in a few different modes. Mine for example limits the unit to 75%, 50% of consumption with final mode being compressor off. The percentages are based on the outdoor units maximum electrical consumption.. There isn't a way to send the unit a specific value to hold for electrical input or compressor frequency. |
Beta Was this translation helpful? Give feedback.
Hey Mate, yeah that's the one C (Common) to 3/2 or 1... From memory DRM-3 limits outdoor unit power consumption to 75% of rated capacity, DRM-2 is a 50% limit and DRM-1 is Compressor off... Pretty sure its 5v logic so can be driven by relay or for testing just bridge it...
Add 0x8236, 0x8237 & 0x8238 as custom messages, these are the frequency variables of the compressor.. Get the unit running at maximum Heat or Cool (Depending where you are) then bridge one.. Within a few seconds those variables will change and also 0x80A7 will give you a number..
There is also 12v on CN303, so you should be able to power an esp32 relay board and let it live inside the outdoor unit.