{"schema_version":"1.0","service":"Publicasta","type":"article","id":236,"slug":"renter_friendly_dumb_ac_home_assistant_2026_07_31","title":"كيف تجعل مكيفاً قديماً أذكى من دون المخاطرة بالشقة","excerpt":"يمكن أن تكون AC automation مفيدة للمستأجر، لكن الطريق الآمن يعتمد على الجهاز: IR أو thermostat terminals أو rated controller أو بلا automation.","language":"ar","default_language":"en","canonical_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=ar","image":{"url":"https://publicasta.com/storage/projects/14/pages/236/2026/07/fd85c6e2-dafa-465a-8336-8c5288efc19d.webp","alt":"مكيف قديم مع local smart-home controller و temperature sensor"},"publisher":{"id":14,"slug":"smart_home","name":"Smarter Home","url":"https://publicasta.com/smart_home"},"author":{"name":"Anton R"},"published_at":"2026-07-31T17:15:08+00:00","updated_at":"2026-07-31T17:15:08+00:00","content_markdown":"كثير من مكيفات الشقق تبدو مناسبة جداً للـ smart home، لولا أنها ليست smart أصلاً. هي تبرد الغرفة وتستطيع العمل لسنوات، لكن التحكم بها يتم عبر مقبضين بلاستيكيين على الجهاز. لا remote، لا wall thermostat، لا schedule، لا occupancy logic، ولا طريقة آمنة لمستأجر كي يفتح الغطاء ويبدأ التعديل.\n\n ![مكيف قديم مع local smart-home controller و temperature sensor](https://publicasta.com/storage/projects/14/pages/236/2026/07/fd85c6e2-dafa-465a-8336-8c5288efc19d.webp)\n\n لهذا انتشر مشروع Prilik بعنوان \"Turning a dumb AC unit smart (without losing my security deposit)\" على Hacker News. الكاتب يعيش في شقة مستأجرة في نيويورك ولديه PTAC-style wall unit مع analog knobs. بدلاً من تبديل المكيف أو لمس line-voltage wiring، صنع محولاً قابلاً للإزالة: ESP32 و stepper motor و shaft coupler و bracket و binder clip و padding. المحرك يدير قرص الحرارة، و Home Assistant يقرر متى عبر MQTT و temperature sensor في الغرفة.\n\n الفكرة ذكية، لكنها أيضاً janky عمداً. الدرس ليس نسخ هذا الحامل. الدرس هو أن جعل AC قديم ذكياً يحتاج شجرة قرار، وأن المسار الآمن يعتمد على جهازك تحديداً.\n\n ## ابدأ بطريقة التحكم\n\n قبل شراء أي شيء، اسأل: كيف يستقبل المكيف الأوامر الآن؟\n\n إذا كان لديه infrared remote، فالطريق الأسهل غالباً هو IR controller. أجهزة مثل Broadlink و Sensibo و Cielo ترسل أوامر شبيهة بالريموت. لدى Home Assistant أيضاً Broadlink integration، وكثير من AC controllers التجارية تضيف منطق حرارة ورطوبة. هذا مناسب لـ renters لأنه لا يلمس mains wiring ولا يغير الجهاز. نقطة الضعف هي الحالة: إذا استخدم شخص الريموت الأصلي أو زر الجهاز، فقد لا يعرف controller الوضع الحقيقي.\n\n إذا كانت هناك thermostat terminals، افحص هذا الخيار أولاً. بعض PTAC و through-wall units تدعم wall thermostat أو accessory kit. هذا ليس دائماً عملاً مناسباً للمستأجر، لكنه غالباً أنظف حل تقني. اسأل landlord أو HVAC technician بدلاً من التخمين خلف لوحة.\n\n إذا كان التحكم فقط بمقبض ميكانيكي، فقد يصلح noninvasive actuator. مشروع Prilik لا يقطع compressor power. هو يحرك فقط ما كان الإنسان سيحركه. هذا يتجنب قطع الأسلاك ويبقي التعديل removable. لكنه يحتاج ميكانيكا موثوقة، و manual fallback، وخطة فشل آمنة.\n\n إذا كانت الخطة \"سأضع AC كله على smart plug عشوائي\"، توقف. المكيفات تسحب تياراً عالياً، وتستخدم compressor، وقد يكون لها plug shape لا تدعمه smart plugs العادية. المشروع الأصلي رفض smart plug بسبب NEMA 5-20P plug وبسبب خطر rapid power cycling على compressor.\n\n ## ما الذي يضيفه Home Assistant\n\n الجزء smart ليس المحرك. الجزء smart هو thermostat behavior حوله.\n\n Home Assistant Generic Thermostat يستطيع تحويل switch-like entity إلى thermostat عند ربطها مع temperature sensor. توثق الخيارات `ac_mode` و `cold_tolerance` و `hot_tolerance` و `min_cycle_duration`. في cooling mode يساعد ذلك على تجنب التشغيل والإيقاف العصبي حول درجة الهدف. وجود sensor في الغرفة مهم، لأن الحرارة قرب مخرج الهواء ليست حرارة السرير أو المكتب.\n\n الإعداد العملي يفعل أكثر من remote control. يمكنه تبريد الغرفة قبل النوم، تقليل التشغيل عند فتح نافذة عبر window sensor، رفع target عندما لا يوجد أحد في البيت، وفرض وقت تشغيل أو راحة أدنى. ويجب أن يحافظ على manual override. إذا تعطل Home Assistant أو Wi-Fi أو MQTT أو ESP32، يجب أن تستطيع استخدام AC يدوياً.\n\n يجدر التفكير في ESPHome لطبقة microcontroller. في تعليقات Hacker News، أشار عدة أشخاص إلى أن مشروع ESP32 قد يكون أسهل كـ ESPHome configuration بدلاً من custom firmware. كما أنه يناسب فكرة local-first smart home: الجهاز يتحدث مع Home Assistant من دون vendor cloud.\n\n ## خط السلامة\n\n Climate control ليس كمصباح. وضع فشل سيئ قد يسخن العتاد، أو يسبب short-cycle compressor، أو يترك switch بين موضعين، أو يخلق fire risk.\n\n لا تلمس line-voltage wiring إن لم تكن مؤهلاً ومصرحاً لك. لا تتجاوز safety cutoffs. لا تستخدم smart plug غير معتمد، أو غير rated للتيار الصحيح، أو غير متوافق مع القابس، أو غير مناسب لهذا load. كتابة 15 A على وحدة رخيصة لا تجعلها AC controller آمناً.\n\n Short cycling يستحق تحذيراً خاصاً. compressor عموماً لا ينبغي إيقافه ثم تشغيله بسرعة. إذا كانت automation تتحكم بالطاقة أو thermostat call، فأضف restart delay أو استخدم جهازاً فيه compressor protection. يمكن أن يساعد Home Assistant في minimum cycle behavior، لكن automation سيئة التصميم تبقى سيئة.\n\n الحيل الميكانيكية لها مخاطرها. stepper mount قد يهبط ويتعطل. servo قد يترك switch في وضع وسط. Tape and binder clips تناسب weekend experiment تحت المراقبة، لا بالضرورة unattended summer appliance controller. صمم الفشل بحيث يعود الجهاز إلى حالة آمنة ومملة.\n\n ## Renter-friendly لا يعني بلا عواقب\n\n المشروع القابل للإزالة أفضل من تعديل مخفي، لكن lease و building rules ما زالت مهمة. صوّر الجهاز قبل لمسه. لا تثقب أو تقطع أو تلحم أو تلصق شيئاً دائماً من دون إذن. أبقِ knobs and covers الأصلية متاحة. يجب أن تستطيع إعادة كل شيء خلال عشر دقائق إذا جاء الصيانة.\n\n أفضل upgrade في شقة مستأجرة يكون واضحاً و removable: IR blaster على رف، temperature sensor، Home Assistant automation، أو clip-on actuator بلا آثار. إذا احتجت thermostat wiring حقيقياً، اطلب الموافقة. إذا كان الجواب لا، فلا تحول مشكلة security deposit إلى electrical problem.\n\n ## متى تشتري أو تبني أو تتوقف\n\n اشتر IR controller إذا كان AC لديه ريموت وتريد schedules و remote access وراحة مبنية على الحرارة. هو أقل متعة من ESP32، لكنه أسهل للشرح وأسهل للإزالة.\n\n استخدم Home Assistant مع temperature sensor إذا كان HA موجوداً لديك وتريد local schedules و occupancy logic و window sensors أو hysteresis أفضل. هذه الطبقة تنفع مع IR، أو thermostat terminals، أو switch correctly rated، أو custom actuator.\n\n فكر في DIY hardware فقط عندما لا تناسب الطرق العادية: لا IR remote، لا low-voltage terminals سهلة، لا smart outlet آمن، ولا إذن لتعديل الجهاز. وحتى عندها، صمم reversibility أولاً. قائمة أجزاء بقيمة $15 ليست رخيصة إذا كلفتك أمسيتين ومقبضاً مكسوراً وغرفة حارة.\n\n تجنب automation إذا كان AC تالفاً، أو plug/outlet يسخن، أو circuit محملاً أكثر من اللازم، أو الجهاز يتصرف بغرابة بعد power loss، أو لا يمكنك توفير manual fallback. عندها الأفضل maintenance، أو طلب من landlord، أو replacement أكثر أماناً، أو لا شيء.\n\n ## قائمة فحص عملية\n\n افحص plug type و nameplate current. ابحث عن manual. تحقق من وثائق thermostat terminals من دون فتح أجزاء خطرة. تأكد من restart delay بعد power loss ومن حفظ الإعدادات. ضع temperature sensor حيث يجلس أو ينام الناس فعلاً. أضف window sensor إذا كانت النوافذ تفتح كثيراً. اجعل automations مملة: target واحد، hysteresis واضح، minimum cycle protection، و off switch مفهوم.\n\n شغل النظام وأنت في البيت. راقب عدة cycles. افحص بحذر هل plug و outlet يصبحان دافئين بشكل غير طبيعي. تأكد أن الحامل لا يتحرك وأن AC ما زال يعمل يدوياً. بعد ذلك فقط يمكن الوثوق به ليلاً.\n\n الخلاصة: لا تحتاج إلى استبدال AC قديم يعمل فقط للحصول على منزل أذكى. لكن compressor ليس مصباح مكتب. اختر أقل مسار تدخل يناسب جهازك. فضّل IR أو thermostat terminals حقيقية عندما تكون متاحة. استخدم Home Assistant للمنطق، لا كذريعة لتجاهل electrical and mechanical safety. أفضل smart-home upgrade للمستأجر يبرد الغرفة، يتحمل network outage، ويُزال بلا أثر عند الانتقال.","available_translations":[{"language":"ar","title":"كيف تجعل مكيفاً قديماً أذكى من دون المخاطرة بالشقة","html_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=ar","markdown_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.md?lang=ar","json_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.json?lang=ar","api_url":"https://publicasta.com/api/public/v1/channels/smart_home/articles/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=ar"},{"language":"de","title":"Eine alte Klimaanlage smarter machen, ohne die Wohnung zu riskieren","html_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=de","markdown_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.md?lang=de","json_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.json?lang=de","api_url":"https://publicasta.com/api/public/v1/channels/smart_home/articles/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=de"},{"language":"en","title":"Make an old air conditioner smarter without risking the apartment","html_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=en","markdown_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.md?lang=en","json_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.json?lang=en","api_url":"https://publicasta.com/api/public/v1/channels/smart_home/articles/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=en"},{"language":"es","title":"Cómo hacer más listo un aire acondicionado viejo sin arriesgar el piso","html_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=es","markdown_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.md?lang=es","json_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.json?lang=es","api_url":"https://publicasta.com/api/public/v1/channels/smart_home/articles/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=es"},{"language":"fr","title":"Rendre un vieux climatiseur plus intelligent sans risquer la location","html_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=fr","markdown_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.md?lang=fr","json_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.json?lang=fr","api_url":"https://publicasta.com/api/public/v1/channels/smart_home/articles/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=fr"},{"language":"pl","title":"Jak zrobić stary klimatyzator smart bez ryzyka dla mieszkania","html_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=pl","markdown_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.md?lang=pl","json_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.json?lang=pl","api_url":"https://publicasta.com/api/public/v1/channels/smart_home/articles/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=pl"},{"language":"ru","title":"Как сделать старый кондиционер умнее и не рисковать квартирой","html_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=ru","markdown_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.md?lang=ru","json_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.json?lang=ru","api_url":"https://publicasta.com/api/public/v1/channels/smart_home/articles/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=ru"},{"language":"zh","title":"不冒租房风险，让老空调变聪明","html_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=zh","markdown_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.md?lang=zh","json_url":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.json?lang=zh","api_url":"https://publicasta.com/api/public/v1/channels/smart_home/articles/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=zh"}],"_links":{"self":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.json?lang=ar","api":"https://publicasta.com/api/public/v1/channels/smart_home/articles/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=ar","html":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=ar","canonical":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31?lang=ar","markdown":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.md?lang=ar","json":"https://publicasta.com/smart_home/renter_friendly_dumb_ac_home_assistant_2026_07_31.json?lang=ar","channel":"https://publicasta.com/api/public/v1/channels/smart_home","channel_articles":"https://publicasta.com/api/public/v1/channels/smart_home/articles","search":"https://publicasta.com/api/public/v1/search","documentation":"https://publicasta.com/api-docs#reading-publicasta","openapi":"https://publicasta.com/api-docs/openapi.json","llms":"https://publicasta.com/llms.txt"}}