-
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
Newbie - getting it to work #23
Comments
I find it easier to run ESPHOME from windows. Follow the instructions here: https://esphome.io/guides/installing_esphome /esphome compile iboost.yaml You will get an error, so copy the CC1101_RFx.cpp file to .esphome/build/cc1101/src. The CC1101_RFx.h file should already be in this directory. run: esphome run iboost.yaml and upload to the hardware. |
The platform is a new thing in the latest esphome which broke older scripts. Yes you need to put your wifi details in the yaml script here: wifi: |
Many thanks! Once the upload and bootup process has finished, I am left receiving bits of information from the board in the command line window. Is there a safe/graceful way to exit that, or am I just supposed to yank the board out? If I then take the board upstairs, and power it up right near the hot water tank, HomeAssistant sees it, but all the sensors remain Unknown, and pressing the Manual Boost START has no effect on the iBoost. Am I supposed to pair the board to the iBoost somehow? Or is there something wrong with my radio board perhaps? How often is the iBoost box sending out data? I have an iBoost Buddy, but have never actually switched it on and linked it up. Would doing that help? |
I've double-checked the connections, and they match. There is continuity from the ESP pins through to components on the 1101. And yet I don't get anything when I plug the board in. HA just reports all the fields as Unknown. Where do I go from here debug-wise? Is there a way to interrogate the radio and confirm that board is alive? Or do I just have to order another 1101 and try again? Ta! |
Are you seeing "radio ok" in the output? If so it is probably the xtal that is off frequency. There is a section in the readme about this. |
I'm not sure. Where would I see the output? In Home Assistant I just see "Unknown" against all the sensors. I am not sure how to interrogate the board to check what it is doing. |
If you compile from the command line, you will see the output after it has uploaded or you can connect the usb to a pc and you should see a serial port.
To the yaml file and see it from a web browser. |
Ah, I see. I do see "Silicon Labs CP210x USB to UART Bridge (COM5)" in Windows Device Manager, but I'm not sure how to read data from that port in Windows. Sorry, I'm actually reasonably tech-savvy, but I'm totally out of my comfort zone with this, I guess! However, I tried re-uploading, and this time with 868350000 Hz, and it immediately started receiving data! |
You can use PuTTY https://www.putty.org |
Please could you help a newbie out?
I would love to build this project. But how?
-The notes say I can do this from within Home Assistant, if I am running Home Assistant Supervisor. Am I? I am just using the basic HA OS install on a RPi. I think that means Supervisor is running?
-I have almost no idea what a Docker is. I see it mentioned almost constantly, and yet it is never really explained.
-Which directory on the RPi do I copy the files into?
-I worked out that I need to install the SSH/Terminal add-on to get a command line in HA.
-When I type the command esphome there I just get bash: esphome: command not found. Do I need to specify a path to it or something?
-I gave up with that and tried installing Python and then esphome on my Windows PC (for which I first had to install 6GB of C++).
-I then got the compile error 'ota requires a platform key but it was not specified'. I found that a platform: esphome line had to be added in the .yaml
-It compiled, and I uploaded it to a fresh board. The board then goes into a wifi scan. Was I supposed to enter my wifi details in the yaml prior to uploading? Or was I supposed to have prepared the board for first use with web.esphome.io first?
Many thanks!
The text was updated successfully, but these errors were encountered: