News:

To visit MidNite Solar click this link www.midnitesolar.com

Main Menu

Recent posts

#71
Quote from: jjjj on March 01, 2026, 12:58:00 PMVERY nice!

Curious. Please accept apologies for basic nature of this question.

Would I run the Cat from the Classic to the Cerbo or the router that HA belongs to?
For the Classic data to get to the Home Assistant it will get it off your local internet network. So as long as you have the Classic plugged in to your local network and HA on the same network , the the ip address you put in for the classic should find it. If I remember correctly the Classic only lets you have one connection so if your HA is getting the data via ip modbus, then you won't be able to connect to it with another program like Local Status app.   
So the answer to your question is the Classic to your router.  Once you find out the IP address the router assigns to the Classic and everything is working, I would go to the setting in the Classic network section and make that Ip address static. And also reserve that address in the router too .
Larry
#72
MNGP2 specific / NEW Production Firmware 26.01....
Last post by aaapilot - March 01, 2026, 01:46:15 PM
Production Firmware 26.01.05.00 has been posted on the server for download.  As usual, took several attempts to get it, several Block errors stopping the download.  Check the Beta posting for what this release contains, affects both the Hawks Bay and Barcelona controllers.  Running on my 2 systems w/HB & Classic controllers and no issues that I've noticed.  Good luck!

Dave
#73
The "Classic" charge controller / Re: Getting a classic to commu...
Last post by jjjj - March 01, 2026, 12:58:00 PM
VERY nice!

Curious. Please accept apologies for basic nature of this question.

Would I run the Cat from the Classic to the Cerbo or the router that HA belongs to?
#74
The "Classic" charge controller / WhizBangJr Installed
Last post by Corndog - March 01, 2026, 12:02:15 PM
Hello,
I finally installed the Whizbang,
Can I ask -  it says (ON)(OFF). do I have this configured properly ? Copy and pasted from the Local App

AUX
AUX 1:  DIVERSION(Off)(Off)
AUX 2:  WHIZBANG JR(On)(Off)

Whizbang Jr.
System: 28.8A   Net Ah: 2Ah
Remaining Ah: 823Ah
SOC: 95%


Thank you
#75
Go to Settings/ Devices and Services in HA
add modbus to Home Assistant
Then add this to your HA config ( change to your classic IP adress )
modbus:
  - name: modbus_hub
    type: tcp
    host: 192.168.1.1 # your classic ip address
    port: 502
    sensors:
      - name: "Classic Battery Voltage"
        unique_id: "classic_batt_v_main"
        address: 4114
        input_type: holding
        unit_of_measurement: "V"
        scale: 0.1
        precision: 1
      - name: "Classic Input Voltage"
        unique_id: "classic_pv_v_main"
        address: 4115
        input_type: holding
        unit_of_measurement: "V"
        scale: 0.1
        precision: 1
      - name: "Classic Battery Current"
        unique_id: "classic_batt_amps_main"
        address: 4370
        input_type: holding
        unit_of_measurement: "A"
        scale: 0.1
        precision: 1
      - name: "Classic Power Output"
        unique_id: "classic_watts_main"
        address: 4118
        input_type: holding
        unit_of_measurement: "W"
      - name: "Classic Energy Today"
        unique_id: "classic_kwh_today_main"
        address: 4117
        input_type: holding
        unit_of_measurement: "kWh"
        scale: 0.1
      - name: "Classic Battery Charge State"
        unique_id: "classic_state_raw"
        address: 4119
        input_type: holding
      - name: "Classic Reason For Resting Code"
        unique_id: "classic_resting_raw"
        address: 4274
        input_type: holding

Larry
#76
Quote from: jjjj on February 27, 2026, 04:21:12 PM
Quote from: ClassicCrazy on February 26, 2026, 08:18:44 PMthe victron part or classic to home assistant part?

My goal is to try to get the Midnite Classic 150 information to home assistant. The app discussed above seemed like it might be helpful since it ported information to the Cerbo which also collects the Victron information. If there is another way other than Solar Assistant to get the information to HA, that would be helpful as well. It had been a while since this was discussed so was wondering if there were any updates to the app.


Go to Settings/ Devices and Services in HA
add modbus to Home Assistant
Then add this to your HA config ( change to your classic IP adress )
modbus:
  - name: modbus_hub
    type: tcp
    host: 192.168.1.1 # your classic ip address
    port: 502
    sensors:
      - name: "Classic Battery Voltage"
        unique_id: "classic_batt_v_main"
        address: 4114
        input_type: holding
        unit_of_measurement: "V"
        scale: 0.1
        precision: 1
      - name: "Classic Input Voltage"
        unique_id: "classic_pv_v_main"
        address: 4115
        input_type: holding
        unit_of_measurement: "V"
        scale: 0.1
        precision: 1
      - name: "Classic Battery Current"
        unique_id: "classic_batt_amps_main"
        address: 4370
        input_type: holding
        unit_of_measurement: "A"
        scale: 0.1
        precision: 1
      - name: "Classic Power Output"
        unique_id: "classic_watts_main"
        address: 4118
        input_type: holding
        unit_of_measurement: "W"
      - name: "Classic Energy Today"
        unique_id: "classic_kwh_today_main"
        address: 4117
        input_type: holding
        unit_of_measurement: "kWh"
        scale: 0.1
      - name: "Classic Battery Charge State"
        unique_id: "classic_state_raw"
        address: 4119
        input_type: holding
      - name: "Classic Reason For Resting Code"
        unique_id: "classic_resting_raw"
        address: 4274
        input_type: holding

Larry
#77
The "Classic" charge controller / Re: Getting a classic to commu...
Last post by jjjj - February 27, 2026, 04:21:12 PM
Quote from: ClassicCrazy on February 26, 2026, 08:18:44 PMthe victron part or classic to home assistant part?

My goal is to try to get the Midnite Classic 150 information to home assistant. The app discussed above seemed like it might be helpful since it ported information to the Cerbo which also collects the Victron information. If there is another way other than Solar Assistant to get the information to HA, that would be helpful as well. It had been a while since this was discussed so was wondering if there were any updates to the app.
#78
The "Classic" charge controller / Re: Getting a classic to commu...
Last post by ClassicCrazy - February 26, 2026, 08:18:44 PM
Quote from: jjjj on February 26, 2026, 06:10:40 AMSounds like a cool feature. Have there been any recent updates to this project?
which part of the project are you asking about - the victron part or classic to home assistant part?
Larry
#79
The "Classic" charge controller / Re: Getting a classic to commu...
Last post by jjjj - February 26, 2026, 06:10:40 AM
Sounds like a cool feature. Have there been any recent updates to this project?
#80
Barcelona / Re: Latest software issues - B...
Last post by Groton Vermont - February 03, 2026, 10:11:46 AM
The factory reset worked for the barcelona and rosie.

Problem solved thank you.