[NonNASA] Outdoor Temperature - Home Assistant Sensor Request #108
-
Since there is already a message containing the outdoor temperature, I think making this as a HA sensor, would be handy for automation's. [W] | [samsung_ac:493] | MSG: {src:c8;dst:00;cmd:c0;commandC0:{ou_operation_mode:88; ou_4way_valve:0; ou_hot_gas_bypass:0; ou_compressor:0; ou_ac_fan:0; ou_outdoor_temp[°C]:13; ou_discharge_temp[°C]:11; ou_condenser_mid_temp[°C]:12}} Let me know what can I do, to make this possible. Help needed :) Thx |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 13 replies
-
Beside de temperature, there is also the voltage and amperage being draw by the outdoor machine. like adding a new power draw like aqs in picture: |
Beta Was this translation helpful? Give feedback.
-
No news regarding this? |
Beta Was this translation helpful? Give feedback.
-
pushing up |
Beta Was this translation helpful? Give feedback.
-
Hello @Goaheadz, I appreciate your efforts and interest in enhancing the project. Since I recently took over the project maintenance, I’m eager to help but need a bit more clarity on the Non-NASA protocol as my experience with it is limited. From what I understand, you’re looking to add sensors for outdoor temperature and possibly for voltage and current measurements to track energy consumption. Is that correct? To assist you effectively, it would be very helpful if you could provide the following: Your Current YAML Configuration: This will give me a clear picture of how your ESPHome setup is structured and how the integration is currently working. Best regards, |
Beta Was this translation helpful? Give feedback.
-
That outdoor unit reported outside temp would be nice addition in generally. Most likely it is also available in data stream. I'm also interested in, what unit reporting about defrost cycles. In winter time that could be worth of to know. |
Beta Was this translation helpful? Give feedback.
-
Hi Aran, Thank you so much for all the time you put into this. As soon as I get home (later in the day) I will also provide some log files and yaml (currently the AC breaker is OFF), and try the new sensor. devices: Adding inverter_power[W] sensor, will also allow us, to create a Energy sensor in Home Assistant and control consumption and costs per outdoor unit. |
Beta Was this translation helpful? Give feedback.
-
Hi @Goaheadz, @tech2urdoor, Thank you for the feedback. I have updated the setup and here's an example of how to update your
external_components:
- source: github://omerfaruk-aran/esphome_samsung_hvac_bus@add-outdoor-sensors
components: [samsung_ac]
refresh: 0s
devices:
- address: "c8" # Outdoor device address
outdoor_temperature:
name: "Outdoor temperature"
outdoor_instantaneous_power:
name: "Outdoor Instantaneous Power"
outdoor_cumulative_energy:
name: "Outdoor Cumulative Energy"
outdoor_current:
name: "Outdoor Current"
outdoor_voltage:
name: "Outdoor Voltage"
After updating this configuration, please build and flash your ESP device. Let me know if you encounter any issues or need further assistance. |
Beta Was this translation helpful? Give feedback.
To streamline this discussion, I have moved the relevant topic to an issue and am now locking this thread. Please continue to ask your questions or provide feedback directly under the issue: Issue: #214. To help us assist you more efficiently, please use the issue ticket instead of this discussion thread.