esphome-mitsubishiheatpump
dscKeybusInterface
esphome-mitsubishiheatpump | dscKeybusInterface | |
---|---|---|
11 | 14 | |
629 | 536 | |
2.9% | 2.6% | |
5.0 | 0.0 | |
7 months ago | 11 months ago | |
C++ | C++ | |
BSD 2-clause "Simplified" License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
esphome-mitsubishiheatpump
-
Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
Controlling Mitsubishi mini split heat pumps instead of paying hundreds for Mitsubishis solution: https://github.com/geoffdavis/esphome-mitsubishiheatpump
-
Mitsubishi Heat Pump connection options to Homekit?
DIY Plug in: this Github Project describes a way to diy a plug in connection running on ESPhome for a few $ of parts, but I'm a bit of a novice and don't know how I would connect this to Homekit.
- Heat Pump Setpoint Changing
-
Mitsubishi Mini-Split - any way to add smart / WiFi capabilities?
If you Home Assistant or ESPHome, this is the jam. https://github.com/geoffdavis/esphome-mitsubishiheatpump
-
ESP32 3 UARTs freeze on boot.
Highly likely you're experiencing a watchdog error on an idle core. The only way to know for sure is to enable logger, which will be a challenge here. You can see an example here., but this is a widely reported and poorly understood issue.
- Ways to make older heat pumps "smart"?
- Managing Mitsubishi Electric heat pumps
- I need to control minisplit heat pump and hydronic baseboard heat. Any products out there?
-
Multi Split Heating/Cooling with Home Automation?
If you can add homeassistant, you should look at https://github.com/geoffdavis/esphome-mitsubishiheatpump -- we're using it with 5 split units. It works great, is faster than infrared, and cheaper than the wired or wireless control options from Mitsubishi.
-
The smart home is flailing as a concept–because it sucks
If your Mitsubishi uses IR for it's remote, this probably would work: https://github.com/geoffdavis/esphome-mitsubishiheatpump
Or, you can use a Broadlink IR blaster to clone the remote.
If your heat pump talks to MEL cloud (Mitsubishi's cloud thingy) then this should work: https://www.home-assistant.io/integrations/melcloud/
I have yet to buy a "smart" device that I haven't been able to control through HA. The Broadlink RF/IR bridges even makes anything with a remote automatable.
Seriously, If it wasn't for Home Assistant, the "smartness" of smart devices would be next to useless.
dscKeybusInterface
-
Ask HN: What have you built with ESPHome, ESP8266 or similar hardware
Brought an inactive home security system onto Home Assistant using the below repository, so I can track everything from smoke alarms to motion, doors, and windows. I swear there's a niche business opportunity in retrofitting all these deactivated systems!
https://github.com/taligentx/dscKeybusInterface
-
I'm a security technician. I found out where all our Pis are going. Access control panel I'm working on:
The sensors themselves are relatively easy to defeat, a strong enough magnet in the right position and you can pop a door or window open without tripping the sensor. This specific DSC panel was chosen as the bus protocol was unencrypted(the only reasonable attack would be a playback attack, everything needs a user, master, or installer code), but it would be relatively easy to add an esp8266 behind the wall plate of a keypad. (take notes, this is why you should have motion detectors wired inside, and add latching tamper zones). I don't have to worry about the encryption issue, since the keybus line doesn't go outside of a locked closet, which will probably use the latching tamper preset.
-
Connector identification
Additional context for anyone that's trying to google the same thing. DSC power series pc1816, pc1832, and pc1864 main boards use this connector for the battery harness, which is difficult to source. (This sub is also relevant as there is a DSC key bus Protocol library for Arduino or espressif boards, this was one of the last boards they made before the bus line was encrypted).
-
Upgrade from DSC Powerseries PC1555
Actually it's not "dated" as much as it's "timeless" :) Things get a lot easier with a serial cable and the DLS software. You can even build your own Envisalink like module that works with Home Assistant, for about $6, see: https://github.com/taligentx/dscKeybusInterface
-
DSC Powerseries NEO keybus interface?
There is a lot of work done for DSC powerseries keybus interface (not the NEO version): - https://github.com/taligentx/dscKeybusInterface - https://github.com/taligentx/dscKeybusInterface/tree/expander But I cannot find any documentation online for the NEO version.
-
Best communicator for PowerSeries with IT-100?
What's the main goal here? The EnvisaLinkâ„¢ EVL-4EZR module works really well with home automation like Home Assistant or, if you want a less expensive solution taligentx / dscKeybusInterface is an open source solution which can run on a Wemos D1 mini (< $10). Both of these solutions appear to the DSC panel to be a keypad so unless you exceed the maximum number of keypads for a given panel then you should be OK.
-
Service options with DSC PC1616
Speaking of DIY, you can build your own for under $10 in components and use opensource software like taligentx / dscKeybusInterface, then monitor yourself with Home Assistant. There is even open source software to recover the installer code. So the options for such an panel are not limited.
-
If your alarm system is no longer being monitored by a company and you set the alarm off, would it still dial to the old company?
I'm wondering because I'm planning to run this project on the system to recover the installer code. I'm a little worried that doing so will start dialing to the old alarm company.
-
Don't have installer code for old DSC PC1555 (defaults don't work). Would it be straightforward to replace with a DSC PC1616 or DSC PC1832?
Did you check if https://github.com/taligentx/dscKeybusInterface would support to unlock it? It would only require an arduino and a few days maximum to run (most likely a few hours). I've done it on my panel although it was more recent.
-
Ademco Central Office reciever manual
If one doesn't like the $100 cost of Envisalink, with DSC systems there is open source software on GitHub that uses a $5 Wemos D1 mini board and another $1 worth of electronic components (couple resistors and a transistor) to interface directly to the KeyBus and then provides several methods of control.
What are some alternatives?
ESPSense - Use ESPHome to emulate TP-Link Kasa HS110 plugs, and report energy usage to your Sense Home Energy Monitor (or anything else on your network!) via ESP8266/ESP32 devices
WiFi-remote-for-Bestway-Lay-Z-SPA - Hack - ESP8266 as WiFi remote control for Bestway Lay-Z spa Helsinki
mitsubishi2MQTT - Mitsubishi to MQTT with ESP8266 module
ESP32-A2DP - A Simple ESP32 Bluetooth A2DP Library (to implement a Music Receiver or Sender) that supports Arduino, PlatformIO and Espressif IDF
HeatPump - Arduino library to control Mitsubishi Heat Pumps via connector cn105
esphome-dlms-meter - ESPHome component to read out DLMS smart meters via M-Bus