-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Enhanced Samsung AC Integration: Energy Sensors & Optimizations 🚀 #208
[Feature] Enhanced Samsung AC Integration: Energy Sensors & Optimizations 🚀 #208
Conversation
How i can get this enhancement to work? Editing only yaml file won't work, these additions are invalid. Obviously it needs something else too. |
To get this enhancement working, please follow these steps:
# Example updated configuration
- address: "10.00.00"
outdoor_instantaneous_power:
name: "Outdoor Instantaneous Power"
outdoor_cumulative_energy:
name: "Outdoor Cumulative Energy"
outdoor_current:
name: "Outdoor Current"
outdoor_voltage:
name: "Outdoor Voltage"
external_components:
- source: github://omerfaruk-aran/esphome_samsung_hvac_bus@main
By following these steps, the new energy sensors defined under the outdoor unit address should be active and provide accurate energy readings without conflict from previously defined custom sensors. If you continue to encounter issues, double-check that the old sensor definitions are fully removed or commented out. Let me know if you need further assistance! 😊 |
Thanks, but indentation is wrong in this exsample. In your example.yaml it is correct. Checked from there and now it is working. Excellent. |
I’m glad you solved the issue! There was a small typo, but it’s great that you double-checked and found the problem. Happy to hear it worked out! |
Summary
This PR introduces significant enhancements to the Samsung AC ESPHome component with a focus on energy monitoring, memory optimizations, and improvements to the overall performance of the integration. With these updates, the integration is now more aligned with Home Assistant's preferred energy dashboard, making it easier to track and analyze energy usage.
What's New ✨
1. New Energy Sensors Added ⚡
We've added new energy-related sensors to the integration to give users a comprehensive view of their HVAC system's energy consumption. These sensors can now be seamlessly integrated into Home Assistant’s energy dashboard, allowing for detailed tracking and analysis of energy usage.
By leveraging these sensors, users can easily monitor their energy consumption trends and ensure efficient operation of their HVAC system.
2. Energy Dashboard Compatibility 📊
All new energy sensors are fully compatible with Home Assistant's Energy Dashboard. This compatibility enables users to:
3. Optimizations & Memory Management Improvements 💡
This PR includes critical optimizations to the integration’s codebase, focusing on:
Detailed Changelog 📝
How to Set Up ⚙️
Example configuration:
Conclusion
With these updates, the Samsung AC integration is more powerful and efficient than ever before. We are confident that these new features and optimizations will significantly enhance the user experience and provide valuable insights into energy consumption.
Thank you for your continued support and contributions!