Ankündigung

Einklappen
Keine Ankündigung bisher.

LBS19000721: NibeUplink API Request - LBS19000723: NibeUplink API Parameters

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Zitat von nibepi Beitrag anzeigen

    Hi there. I'm the creator of NibePi, SMO20 and SMO40 are not currently supported. But I can add support as soon as I can. F2140 is also supported when connected to a SMO.
    SMO devices are not that common in sweden, that's why it's not implented. I just need to add another register file (.json) and add some variables.

    I'm currently working on translating the software to english. I'm actually making an translation file so it can be translated further on to other languages.
    Hi Frederik,

    welcome here and thanks for stepping by. If you want, you can ping me when you have the translation files on a feature branch in your repo. I'd be happy to help with the translation.

    Kommentar


      Zitat von nibepi Beitrag anzeigen

      Hi there. I'm the creator of NibePi, SMO20 and SMO40 are not currently supported. But I can add support as soon as I can. F2140 is also supported when connected to a SMO.
      SMO devices are not that common in sweden, that's why it's not implented. I just need to add another register file (.json) and add some variables.

      I'm currently working on translating the software to english. I'm actually making an translation file so it can be translated further on to other languages.
      Hi nibepi,
      nice to read from you!
      In the meantime i`ve also tested USB, of course unsucessfully, as you mention that it will not work.

      But i`m very happy to read, that there will be a possibility to get it working.

      In the meantime i`ve also ordered a pure RS485 HAT, but i will stop testing as long as NibePi itself will not support my SMO40.

      If you tell me, what to do to get it working or test any new version, i will go on...

      Kommentar


        Zitat von jonnypille Beitrag anzeigen

        Hi nibepi,
        nice to read from you!
        In the meantime i`ve also tested USB, of course unsucessfully, as you mention that it will not work.

        But i`m very happy to read, that there will be a possibility to get it working.

        In the meantime i`ve also ordered a pure RS485 HAT, but i will stop testing as long as NibePi itself will not support my SMO40.

        If you tell me, what to do to get it working or test any new version, i will go on...
        I have also started to integrate NibeGW as a possibility to use with NibePi.
        Actually, If you have your USB RS485 connected to the SMO, i could use 1 minute of serial output log. Do you think you can take care of giving me a log of all the output (Which probably looks like trash to you). SMO sends one string every 30 seconds or so which presents it and sends the name.

        Kommentar


          Zitat von DerSeppel Beitrag anzeigen

          Hi Frederik,

          welcome here and thanks for stepping by. If you want, you can ping me when you have the translation files on a feature branch in your repo. I'd be happy to help with the translation.
          Zitat von jonnypille Beitrag anzeigen

          If you tell me, what to do to get it working or test any new version, i will go on...
          Actually, I just created a test branch for you, I probably wont need any logs.
          You can try it out by running this command in SSH command prompt.
          "cd /tmp && bash <(curl -sL https://raw.githubusercontent.com/anerdins/nibepi-flow/smo/update/update.sh)"

          It will hopefully identify your SMO40 (if you set the correct serialport under "Inställningar" or manually in "/etc/nibepi/config.json", if you want to edit the file you must open up the system for write-mode with command "sudo mount -o remount,rw /"

          You need to activate MQTT broker also in "Inställningar"

          And you can select which registers that should be read from regulary under "Datahantering"

          I'm still working with the translation to english....
          The translation file can be found here: https://github.com/anerdins/node-red...translate.json It's 100% in swedish and like 5% english. I will also add a section for DE. If anyone feels comfortable with translation already, just make a pull request or give me a heads up.

          Kommentar


            Zitat von nibepi Beitrag anzeigen
            I'm still working with the translation to english....
            The translation file can be found here: https://github.com/anerdins/node-red...translate.json It's 100% in swedish and like 5% english. I will also add a section for DE. If anyone feels comfortable with translation already, just make a pull request or give me a heads up.
            I was looking at the repo but could not find it so far. Thanks for the link. I think I could throw together a first english translation based on swedish and google/deepL translations. I guess I can understand most topics based on the context. With DE and EN available I think that would open up the SW to a much broader audience.

            Kommentar


              Zitat von DerSeppel Beitrag anzeigen

              I was looking at the repo but could not find it so far. Thanks for the link. I think I could throw together a first english translation based on swedish and google/deepL translations. I guess I can understand most topics based on the context. With DE and EN available I think that would open up the SW to a much broader audience.
              That would be great, thank you.
              It's hard to find time for the projekt right now. I'm in the middle of moving to another city.
              I didnt think nibepi would reach outside Sweden. But seems there are a high demand on simple integrations.
              I dont have much experience in KNX, but what protocol would be prefered to use to integrate with knx? Right now MQTT is the first choice

              Kommentar


                Zitat von nibepi Beitrag anzeigen

                That would be great, thank you.
                It's hard to find time for the projekt right now. I'm in the middle of moving to another city.
                I didnt think nibepi would reach outside Sweden. But seems there are a high demand on simple integrations.
                I dont have much experience in KNX, but what protocol would be prefered to use to integrate with knx? Right now MQTT is the first choice
                Found it, forked it. If I find time, I'll raise the PR this weekend.
                MQTT is already perfect for SmartHome integration, as it is more and more becoming a quasi-standard in that domain.
                Of course KNX/IP would be great to integrate without additional logic in between but afaik there is a KNX/IP node available already. So it would be just a matter of having the time to expand nibePi.

                Kommentar


                  Zitat von nibepi Beitrag anzeigen

                  Actually, I just created a test branch for you, I probably wont need any logs.
                  You can try it out by running this command in SSH command prompt.
                  "cd /tmp && bash <(curl -sL https://raw.githubusercontent.com/anerdins/nibepi-flow/smo/update/update.sh)"

                  It will hopefully identify your SMO40 (if you set the correct serialport under "Inställningar" or manually in "/etc/nibepi/config.json", if you want to edit the file you must open up the system for write-mode with command "sudo mount -o remount,rw /"

                  You need to activate MQTT broker also in "Inställningar"

                  And you can select which registers that should be read from regulary under "Datahantering"
                  Sorry for the really late answer, at the moment i`m very busy, but i found the chance for testing today and i have VERY GOOD NEWS:

                  NibePi.JPG

                  With your branch, it seems that it works now, the SMO40 is identified with correct Firmware and up to now: No error message in SMO40!

                  Ok, now i have to start using MQTT with EDOMI....as this is also new for me....

                  Kommentar


                    Zitat von jonnypille Beitrag anzeigen

                    Sorry for the really late answer, at the moment i`m very busy, but i found the chance for testing today and i have VERY GOOD NEWS:

                    NibePi.JPG

                    With your branch, it seems that it works now, the SMO40 is identified with correct Firmware and up to now: No error message in SMO40!

                    Ok, now i have to start using MQTT with EDOMI....as this is also new for me....
                    I have integrated the SMO addition in my snapshot package.
                    Also german language have been added in most parts by DerSeppel. Change the language under the startpage "Språk".
                    To download the new snapshot package, use:
                    "cd /tmp && bash <(curl -sL https://raw.githubusercontent.com/anerdins/nibepi-flow/snapshot/update/update.sh)"

                    This version is also compatible to run with NibeGW and integrates a test version of ModbusTCP with S1155/S1255.

                    Kommentar


                      Hi,
                      adding support of SMO40 is very interesting & appreciated (@nibepi) for me running a VVM320/F2120 combination in Germany as well.

                      Seeking community guidance to choose a proper Smart Home integration
                      (1) DO I have the option to use nibepi (modbus) locally, while still sending data to Nibe Uplink or is this mutually exclusive?
                      (2) As I already started with a Gira HomeServer does anyone has a hint how to include MQTT with a HomeServer ?
                      (3) Is there anyone interested and able to translate the NibeAPI Edomi LBS to HomeServer (python) and would its author 'DerSeppel' allow this?

                      thanks

                      Kommentar


                        Zitat von funkee Beitrag anzeigen
                        (1) DO I have the option to use nibepi (modbus) locally, while still sending data to Nibe Uplink or is this mutually exclusive?
                        (2) As I already started with a Gira HomeServer does anyone has a hint how to include MQTT with a HomeServer ?
                        (3) Is there anyone interested and able to translate the NibeAPI Edomi LBS to HomeServer (python) and would its author 'DerSeppel' allow this?
                        (1) Yes that works, I tried it, but stopped using NibeUplink due to it's unreliability and bad accuracy.
                        (3) Whoever want's to do it, feel free to re-use my code.

                        What exactly does the SMO40 do? It looks like the normal controller that is already on my F1145?
                        Zuletzt geändert von DerSeppel; 22.01.2021, 09:48.

                        Kommentar


                          Hallo Leute!

                          Toll wärs, wenn einer ein LBS schreiben könnte, dass direkt per UDP auf einen Nibew Prodino zugreifen könnte ohne Umwege!
                          Vorgemacht wirds hier am HS: https://knx-user-forum.de/forum/%C3%...us-udp-gateway
                          http://service.knx-user-forum.de/?co...nload&id=14107
                          Zuletzt geändert von uzi10; 26.01.2021, 21:17.

                          Kommentar


                            Ich bin gerade dabei die beiden LSB 721 und 723 in Rente zu schicken, da ich auf NibePi wechsle.
                            Die Daten aus dem 723 durch mqtt-Subscribes zu ersetzen ist ja ein Klacks. Wie komme ich aber an die Werte, die der 721 zur Verfügung stellt, z.B. Systemstatus? Ich habe da keine korrespondierenden Datenpunkte gefunden.

                            Kommentar


                              Ich kann dir später meinen optimierten Node Red Flow von Hausbau Becker schicken. Mit den schick ich per mqtt alles ins Edomi. Welchen Wert suchst du zb??

                              Kommentar


                                Zitat von uzi10 Beitrag anzeigen
                                Welchen Wert suchst du zb??
                                Ich interessiere mich für:

                                - System Status
                                - Compressor (ein/aus)
                                - Brine Pump (ein/aus)
                                - Heating Medium Pump (ein/aus)
                                - Update available
                                - Alarm
                                - Maintenance
                                - Alerts

                                Besten Dank schonmal

                                Kommentar

                                Lädt...
                                X