-
Notifications
You must be signed in to change notification settings - Fork 26
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
Support for Chinese Diesel Heaters #2235
Comments
If you haven't already check out Afterburner |
I would also love a heater controller. |
I got round to getting a (working?) custom component that reads the data from the heater, its the first custom component I have made for esphome, so could probably be much better. This connects directly to the blue wire to read the data being transmitted from the controller and then the reply from the heater. https://github.com/timmchugh11/Chinese-Diesel-Heater---ESPHome I am looking at adding control as well, but I am yet to work it out. |
100% interested in this. I would love to read and send commands to my diesel heater via RF bridge on ESPHOME |
Did anyone get controlling the Heater using Esphome working? |
Im invested. I need to be able to control my heater. I'll get this installed and see what i find |
Any update? Anxiously waiting |
I got this working tonight with tasmota using the portish firmware. The trick was adding 1 to the 5th byte to extend the time the command is sent for. I have attached the rfraw codes that worked for me. Hopefully they will work for you too. I tried with esphome but couldn't get it working |
This is the documentation page https://tasmota.github.io/docs/devices/Sonoff-RF-Bridge-433/#portisch-firmware-specific-usage for anyone that is interested. |
Bugger, I don't use sonoff. Good work! |
Also, take a look at this. https://github.com/timmchugh11/Chinese-Diesel-Heater---ESPHome |
anyone get controlling the Heater using Esphome ? |
So I got this to work with esphome aswell using the rf bridge component https://esphome.io/components/rf_bridge.html?highlight=bridge.
The sniffed codes need to be wrapped in json like in the screenshot I have also included the codes I have sniffed in esphome here |
Looks neat! I plan to try it out. The blue webasto pilot has exactly those lines needed: Ray Jones in the doc you are referring: https://gitlab.com/mrjones.id.au/bluetoothheater/-/blob/master/Documentation/V9%20-%20Hacking%20the%20Chinese%20Diesel%20Heater%20Communications%20Protocol.pdf?ref_type=heads notes in his arduino sketch:
so I will try to connect via some resistor |
Describe the problem you have/What new integration you would like
Integration for the Chinese Diesel Heater models using the RF remote control
Please describe your use case for this integration and alternatives you've tried:
There are no solutions, but there is already an arduino library available for this here
https://github.com/jakkik/DieselHeaterRF
Also here
https://github.com/TMakins/CDHInterface
https://github.com/TMakins/CDH_I2C_Interface
Additional context
Would love to see this integrated in HA and ESPhome and sure there are many people who could use this integration.
The text was updated successfully, but these errors were encountered: