Replies: 7 comments 43 replies
-
I forked the repo time ago, I added a custom climate (described in the example) - only for NASA - to control heating and DWH My code started from an older base, but it's working well for me so i don't touch it. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@brazoayeye Hi, sorry for late answer, |
Beta Was this translation helpful? Give feedback.
-
I've had the most success with your fork with my heat pump but I cannot get commands to work (so basically read-only). I tried to merge in PR #93 but there are just too many merge conflicts. Its all a bit of a mess. |
Beta Was this translation helpful? Give feedback.
-
Hi @sonics007 and @brazoayeye, Thanks for the detailed discussion and shared examples. Regarding the power consumption and energy-related features, we’ve implemented and tested the following YAML configuration for NASA protocol-based Samsung units. It would be great if you could test this configuration and confirm if it works with your device: - address: "10.00.00"
outdoor_temperature:
name: temperature
error_code:
name: error_code
outdoor_instantaneous_power:
name: outdoor_instantaneous_power
outdoor_cumulative_energy:
name: outdoor_cumulative_energy
outdoor_current:
name: outdoor_current
outdoor_voltage:
name: outdoor_voltage Additionally, for the custom presets you mentioned, could you confirm if the existing preset modes (like ECO, BOOST, etc.) are functioning as expected? If not, could you share detailed logs so we can better understand the behavior and offer suggestions? If any functionality from the forked project is stable and adds value (e.g., additional sensors, better climate controls), we strongly encourage submitting a PR to the main repository. This would allow other users to benefit from the improvements and ensure community feedback. Looking forward to your feedback and detailed test results! Best regards, |
Beta Was this translation helpful? Give feedback.
-
@brazoayeye - I will also give #111 (comment) a try as well. But how would I implement a simple on/off switch for heating zone (NASA var 4000)? My heating zone temperature is controlled by thermostat (not heat pump) so doesn't make sense to have a climate control as temp is set via stats. DHW temperature is set via MIM-E03CN controller (and MIM-H04EN wifi) so does make sense to have a climate control. |
Beta Was this translation helpful? Give feedback.
-
@brazoayeye do you have any idea what is the device with ff.ff.ff. ? |
Beta Was this translation helpful? Give feedback.
-
Hi guys, I need help. I have a Samsung EHS AE160JNYDGHE/AE120JXEDGHEU heat pump and the basic YAML code I have can only read the hot water temperature and turn it on/off. I wanted to ask if anyone have a modified YAML code that would allow more control functions.
Beta Was this translation helpful? Give feedback.
All reactions