A Forum run by Enthusiasts of MidNite Solar

Rag Chew => Off Topic Discussions => Topic started by: tepalia02 on May 29, 2023, 03:56:24 AM

Title: Midnite solar classic wireless control
Post by: tepalia02 on May 29, 2023, 03:56:24 AM
Hello, is it possible to connect Midnite solar classic :

https://www.midnitesolar.com/pdfs/classic_manual_Rev_1933.pdf

with a Raspberry Pi 4?

https://www.theengineeringprojects.com/2022/02/introduction-to-raspberry-pi.html

Is there any tutorial if yes?
Title: Re: Midnite solar classic wireless control
Post by: Wizbandit on May 29, 2023, 12:36:26 PM
Yep. You just need to understand Python Programming and MODBUS...

Title: Re: Midnite solar classic wireless control
Post by: ClassicCrazy on May 29, 2023, 12:57:48 PM
Quote from: tepalia02 on May 29, 2023, 03:56:24 AMHello, is it possible to connect Midnite solar classic :

https://www.midnitesolar.com/pdfs/classic_manual_Rev_1933.pdf

with a Raspberry Pi 4?

https://www.theengineeringprojects.com/2022/02/introduction-to-raspberry-pi.html

Is there any tutorial if yes?


If you want to just monitor there are details and the code for  doing that here
https://github.com/ClassicDIY/ClassicMQTT

Larry
Title: Re: Midnite solar classic wireless control
Post by: tepalia02 on May 30, 2023, 04:04:47 AM
Thank you, Wizbandit and ClassicCrazy for your kind inputs. I will try according to your suggestions.