-
Notifications
You must be signed in to change notification settings - Fork 11
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
Need more assistance #7
Comments
It's best to copy all YAML files from the common directory. For instance, the errors about the pm values are because these are defined in the sds011.yaml file. |
Thanks Koen, that helped. |
Calibration is done for 20 minutes:
|
Hi Koen, 1: create a new ESPHOME device with the code what's in here : koenvervloesem/ESPHome-Air-Quality-Monitor/esphome-air-quality-monitor-esp8266.yaml. _substitutions: wifi: |
I'm not sure what is going wrong. If you have exactly the same configuration as in the table, with an MH-Z19B connected to the ESP8266, then you could try the web-based firmware installer for this project. This requires Chrome or Edge. |
Thanks, I'm using the d1_mini thus the pinout is different. Also getting this error: You're_ using the same serial port for logging and the UART component. Please disable logging over the serial port by setting logger->baud_rate to 0 But I can't disable the logging because improv serial needs it can I buy you a coffee ? thanks H |
Now that I'm reading your previous message again, I think what's happening is that you changed the esphome-air-quality-monitor-esp8266.yaml file with the pinout of your D1 mini, right? But you kept these two lines with the dashboard import: dashboard_import:
package_import_url: github://koenvervloesem/ESPHome-Air-Quality-Monitor/esphome-air-quality-monitor-esp8266.yaml@main So that's why the code reverts back to the one for the NodeMCU. So if you delete those two lines in your YAML file, I expect that you're closer to a solution :-) Can you give this a try? |
Yes thanks Koen,That is the trick.But; found out that the MH-Z19B sensor does only work with nodemcu ESP not with others.Has something to do with the double use of the UART/FTDI combination. Lots of people having this issue. Don't now whether you chose the nodemcu bij coincidence?Anyway, I'm copying your entire project thus I ordered a nodemcu for myself.Thanks
-------- Original message --------From: Koen Vervloesem ***@***.***> Date: 05/06/2023 08:41 (GMT+01:00) To: koenvervloesem/ESPHome-Air-Quality-Monitor ***@***.***> Cc: ***@***.***>, Author ***@***.***> Subject: Re: [koenvervloesem/ESPHome-Air-Quality-Monitor] Need more assistance (Issue #7)
Now that I'm reading your previous message again, I think what's happening is that you changed the esphome-air-quality-monitor-esp8266.yaml file with the pinout of your D1 mini, right? But you kept these lines:
https://github.com/koenvervloesem/ESPHome-Air-Quality-Monitor/blob/main/esphome-air-quality-monitor-esp8266.yaml#L23-L24
So that's why the code reverts back to the one for the NodeMCU. So if you delete those two lines in your YAML file, I expect that you're closer to a solution :-) Can you give this a try?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Oh it's just that I had one of those NodeMCU boards at hand, so yes that was a coincidence. |
Hi Koen,
Can you help me out please?
Created this folder config/esphome/common containing 4 yaml files: base, aqi, bme280 & mh-z19b.
in the yaml config for the ESP8266 the packages not used are # (out).
still getting al kinds of errors but can't find the issue.
When trying to transfer the configuration to the ESP:
Couldn't find ID 'pm2_5_value'
Couldn't find ID 'pm10_value'
Couldn't find ID 'show_calibrating'. Please check you have defined an ID with that name in your configuration. These IDs look similar: "co2_calibrate", "co2_calibrated"
I'm using the d1_mini wemos.
and more of those like that,
can you give me a hint please ?
thanks
H
The text was updated successfully, but these errors were encountered: