Skip to content
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

Rework wx_handler_pressure to get pressure not humidity from RTU slave #9

Open
SP8EBC opened this issue Feb 14, 2023 · 0 comments
Open
Assignees

Comments

@SP8EBC
Copy link
Owner

SP8EBC commented Feb 14, 2023

`

        case WX_SOURCE_RTU:
	case WX_SOURCE_FULL_RTU: {

//		// get the value read from RTU registers
//		measurement_retval = rtu_get_humidity(&rte_wx_humidity, config_rtu);
//
//		// check
//		if (measurement_retval == MODBUS_RET_OK || measurement_retval == MODBUS_RET_DEGRADED) {
//
//			// set the flag that external temperature is available
//			output |= WX_HANDLER_PARAMETER_RESULT_HUMIDITY;
//
//			if (measurement_retval == BME280_OK) {
//				rte_wx_humidity_valid = rte_wx_humidity;
//			}
//		}
//

`

@SP8EBC SP8EBC self-assigned this Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant