arteck/ioBroker.bydbatt

No connection to Battery-Box-HV

Closed this issue · 4 comments

RaigK commented

I tried to connect the adapter to my battery, unfortunately it stayed red. In the adapter you can set up to 8 batteries per array. But I have 9 modules (full expansion) in my BYD Battery-BOX HV.
image

RaigK commented

Good news, I got the adapter working. Two things I have changed. My BYD Box HV has as a fixed default user "Installer" I changed this in main.js. Also I added another line in the "index_m.html" for battery number 9.

in main.js
let PASSWORD = "";
const USERNAME = "installer";

in index_m.html


batterynum 01 02 03 04 05 06 07 08 09
batterynum

It would be nice if you could modify this for me and other users.

RaigK commented
            <div class="input-field suffix col s12 m6 l4">
                <select id="batterynum" class="value">
                    <option value="" disabled selected class="translate">batterynum</option>
                    <option value="01">01</option>
                    <option value="02">02</option>
                    <option value="03">03</option>
                    <option value="04">04</option>
                    <option value="05">05</option>
                    <option value="06">06</option>
                    <option value="07">07</option>
                    <option value="08">08</option>
                    <option value="09">09</option>
                </select>
                <label for="batterynum" class="translate">batterynum</label>
            </div>

check now plz
grafik

RaigK commented

Since it is not yet possible to install version 1.05 via iobroker, I have exchanged the files manually. The adapter is green again and I can select the "installer" and 9 batteries.
image
Thank you!