EnviroDIY / YosemitechModbus

A library to use an Arduino as a master to control and communicate with the modbus sensors produced by Yosemitech. Depends on the EnviroDIY/SensorModbusMaster library.
Other
10 stars 7 forks source link

Adding Y4000 Sonde #12

Closed aufdenkampe closed 6 years ago

aufdenkampe commented 6 years ago

I have carefully gone through the Y4000 modbus manual to get all request and response frames for the sonde, and added them to the .h & .cpp files. I have confirmed that these are the correct codes using the windows software from YosemiTech. Finally, several of the functions worked independently when added to .ino file.

@SRGDamia1, could you help get this to compile. The issue seems to be with my additions to the already overloaded getValues command, which for the Y4000 fetches 8 variables at once.

aufdenkampe commented 6 years ago

Thank you for that commit! Did it compile for you?

aufdenkampe commented 6 years ago

Working well. Let's merge to Master, with documentation going there.