-
Notifications
You must be signed in to change notification settings - Fork 3
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
Trying myself on this project #2
Comments
Great to hear and I hope it goes well.
1. The red goes to red, this is 12 v and the devices we add don’t need/use
this wire.
2. Potentially it works, the RX and TX pins need to be 5v tolerant to not
damage the ESP. And if they are outputting only 3.3v there’s no guarantee
that the devices will see the signals. To ensure it works you could get a
logic level shifter to ensure it works.
Craig
…On Sat, 28 Oct 2023 at 00:12, Jens M Eichkorn ***@***.***> wrote:
Hi and first of all thanks for providing your code!
This is pretty much my first project of this kind and I'm not sure how
succsessfull I'll be on implementing it into my Smart Van system since I'm
also not big of a coder but I'm very keen and curious! :)
So there might come some more questions in the near future but I'd like to
start with two simple ones if you don't mind?
1. In your wiring setup on the heater side you state that the red wire
should go to Heater Red. I assume you mean Controller-Red, right?
2. I'm already using some ESP32 in my van and would really like to use
one for this purpose as well. It also comes with four serial ports (2x TX &
2x RX) and it has a 3.3V and a 5V pin. Not sure about the internal voltage
logic, tho. Do you think it would work with an ESP32 or is there anything
I'd have to keep in mind or change my setup so it would?
Thanks for your help!
Jens
—
Reply to this email directly, view it on GitHub
<#2>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF3DIZUORNVO4MHUUBDXLZLYBQ5XVAVCNFSM6AAAAAA6TPGIGKVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3DMMRZGE2DONQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello, I would like to join in here as I've been following the project for a while and finally want to implement it in my camper. I have the same basic requirements as smartventure, so I don't have as many coding skills. |
My solution was based on what I had available in my van already. I already
have a Pi doing some other things and it made sense to include it.
If you haven’t got a Pi in the van already I think it should be based on
what connectivity you want.
If just Bluetooth/ WiFi an ESP would be fine. If no/serial connectivity
then a mega like I used.
…On Sat, 28 Oct 2023 at 09:28, Tidle999 ***@***.***> wrote:
Hello,
I would like to join in here as I've been following the project for a
while and finally want to implement it in my camper. I have the same basic
requirements as smartventure, so I don't have as many coding skills.
Currently, I have a Raspberry Pi 3 B running Home Assistant with Hass.io.
to save energy I don't want to use another Raspberry Pi. I've noticed that
Hass.io offers the option to run Python scripts as integrations, which can
then be exposed as services in Hass.io. Would this work, or are there any
specific things to consider or adjust? Thank you for your assistance.
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF3DIZVCN62ZR332AKHVNXLYBS6Z3AVCNFSM6AAAAAA6TPGIGKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBTG42DMOBXGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thanks for your reply! Now that I wanted to connect as stated by you, I had to find out, that the colours of the wires connected to my controller are different. I've got: red, white, black and yellow. Any idea which might be which? Or where to find an corresponding wiring diagram? Red is probably still 12V but the rest? 🤷🏽♂️ |
It should be fairly easy to identify +ve and ground with a multi-meter? Once you have done that then you can guess at RX/TX, and if it doesn't work just reverse them? |
That's true! Will try that probably on Wednesday. Cheers! |
Little Update from my side: Working great so far! I could implement everything exept those three entities:
I can't find where they should come from. They are also not defined in the configuration.yaml and I get the errors 'entity not available' for those three entities if I'm trying to create the example lovelace card. Any idea what the problem might be? Because of that error, I'm currentyl only able to start heater and fan but can't set any temperature or fan speed. |
I believe the issue is that these three items work on helpers that are required in HA. I have added screen shots for each helper, they are created through the UI. |
Ohh I see, thanks! |
Hi and first of all thanks for providing your code!
This is pretty much my first project of this kind and I'm not sure how succsessfull I'll be on implementing it into my Smart Van system since I'm also not big of a coder but I'm very keen and curious! :)
So there might come some more questions in the near future but I'd like to start with two simple ones if you don't mind?
Thanks for your help!
Jens
The text was updated successfully, but these errors were encountered: