-
Notifications
You must be signed in to change notification settings - Fork 5
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
PID_USE_LOCAL_SENSOR does not work with AM2301 #10
Comments
A probable workaround is to change line 185 from
to
|
Hi, im newbe and try to implement the ads 1115 analog value for A0 for the pid. i tried "ads1115" for local sensor and this did not work. |
@petersendk could you start a new issue for this please |
i did find out this morning, i use ADS1115 for sensor and A0 instead of temperature and your workaround works fine the pid is working. ( sorry for not making new issue i will next time thks ) |
@petersendk glad you got it working. |
With PID_USE_LOCAL_SENSOR for pid loop if the sensor is an AM2301 it does not pick up the sensor value.
In xdrv_92_pid.ino PID_Show_Sensor it explicitly looks for "DS18B20" in the json string. If the sensor is an AM2301 then this is "AM2301" instead.
The text was updated successfully, but these errors were encountered: