Aller au contenu

martin7462

Membres confirmés
  • Compteur de contenus

    15
  • Inscription

  • Dernière visite

  • Jours gagnés

    1

martin7462 a gagné pour la dernière fois le 29 novembre

martin7462 a eu le contenu le plus aimé !

Profile Information

  • Sexe :
    Homme
  • Ville :
    Trnava, Slovaia
  • Intéret :
    HC3
  • Box
    Autre
  • Version
    HC3

Visiteurs récents du profil

Le bloc de visiteurs récents est désactivé et il n’est pas visible pour les autres utilisateurs.

martin7462's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later Rare

Recent Badges

3

Réputation sur la communauté

  1. Hi I'm glad that QA is working. You can contact me on faccebok messanger martin.potocky.18 or whatsup 00421905623993, email I have potockym@hotmail.sk or leave me a message here.I will send you QA. Let me know if it works for you. If everything goes well, I will be pleased with a small reward, but it is not mandatory. Today I have this child. I do not know if you have same name of values in label like me. So i need know Send me photo your values names from label for set up childs what you need.
  2. Here is test QA. Put token , and ID -email, After if it work in label you will have values. It working if you have only 1 car on your account. If you have more car in your account tell me i send another test QA. It working for some car tesla like my. Also in trace console you will see number car, your ID car and VIN. If it will be work i can send QA with child what you will need. I have 3 cars on my account Tesla S 2016 T90 and Tesal Y 2021 - it is work. For my 3 car Tesla P85plus is not works for now. I do not know why for now. TESLA_Y (2).fqax
  3. I created QA Tesla car for my Tesla Y 2021. ( no new Fleet API). I am ussing it without new Fleet API because my car do not need new fleet api for now). To use the component, you will need only download application to generate a Tesla refresh token in mobile. Android: Tesla Tokens iOS: Auth App for Tesla
  4. I did it. I have QA for local connection with HC3 and Goodwe series like in Homeassistance for ET, EM and DT series.. If you want QA contact me with message on forum https://forum.fibaro.com/topic/63203-goodwe-hc3/.
  5. I have it . I have first experimental QA. If you somebody o want I will send you but I need help with by finding out where it is given individually in the packets found in the case of how to calculate them. I have SOC, PV1, PV2 and temperatures..
  6. Hello, I have a Goodwe EM3648-EM converter. I installed Homeassistance (HA) for data. I have HC3 fibaro and I would like to have some data in fibaro. HA communicates with the inverter via UDP and reading data directly from the inverter every 5 seconds. I started testing the communication via shark and found that HA is sending a command to Goodwe - aa55c07f0106000245. I use some QA for UDP comunication in HC3 . The result is that QA command: string.char(0xaa,0x55,0xc0,0x7f,0x01,0x02,0x00,0x02,0x41) ["�U�\u0001�M1111EGW3648-EM ����������������93648EMU18AW00333600410-04000-11 410-02034-14\u0018\u001F�","�U�\u0001�M1111EGW3648-EM ����������������93648EMU18AW00333600410-04000-11 410-02034-14\u0018\u001F�","�U�\u0001�M1111EGW3648-EM ����������������93648EMU18AW00333600410-04000-11 410-02034-14\u0018\u001F�","�U�\u0001�M1111EGW3648-EM ����������������93648EMU18AW00333600410-04000-11 410-02034-14\u0018\u001F�","�U�\u0001�M1111EGW3648-EM ����������������93648EMU18AW00333600410-04000-11 410-02034-14\u0018\u001F�","�U�\u0001�M1111EGW3648-EM ����������������93648EMU18AW00333600410-04000-11 410-02034-14\u0018\u001F�"] string.char(0xaa,0x55,0xc0,0x7f,0x01,0x06,0x00,0x02,0x45) send data to HC3 in same format but long data. ( attachment aa.odt) . Data have format tarting 5C75303030 and after is parameter I thing. I'm not that good at programming anymore, but maybe it will help someone, in case it helps to do basic QA for getting data from the inverter, similar to homeassistance. In attachment is QA which get data from inverter. Some document or links which can help.: - https://community.openhab.org/t/connect-oh-to-goodwe-via-udp/105847 - https://github.com/marcelblijleven/goodwe - https://www.domoticz.com/forum/viewtopic.php?t=37886 - https://github.com/home-assistant/core/tree/dev/homeassistant/components/goodwe - https://powerforum.co.za/topic/6931-goodwe-5048es-protocol-reverse-engineering/ aa.odt udp_Goodwe.fqa
  7. I would like to ask you for a little help. I will try to create QA with child devices. QA which will be monitor PV consumption converter and create CHILD devices. It will be monitoring FVE only 2 parameters (panel production and battery status). I created 2 child devices in QA, but I have no idea how to update parameters in childs. I can't even override in childs QA value, unit, log. I'm making a mistake somewhere Where should I write the function and where should I initialize it and how to change parameters in childs devices. Can you help me? FVE.txt
  8. Thank you very much!!!
  9. HI, I would like to 2. ask pleasse help me. 1. It possible to change the text, value of a label field in some QA with start function (button) in another QA? this is not working hub.call(175, self:updateView("label", "text", "Good day")) 2. How can I run QA with with start function (button) in another QA? Thanks.
  10. martin7462

    Timer

    thank you but i'm not a programmer so i guess I can't do it alone.
  11. martin7462

    Timer

    Someone can't help. I'm trying to change my simple VD to QA in HC3 where the countdown starts for a defined time. The countdown works. In HC2 it worked in HC3 I can't set it. But: I can't stop it with another button during the countdown. How to interrupt, stop the countdown in HC3 LUA? Can't you help with LUA adjustment? I was trying it in the lines 12-15 but doesnot work. I can interrupt the function during startup. QA in Attachment. Thanks. LUA: function QuickApp:onInit() timer2 = self:getVariable("timer2") timer = tonumber(self:getVariable("timer")) self.counter = timer*10 if timer == -1 then self:debug("SET TIME") self:updateView("label1", "text", "SET TIME") end while self.counter > 0 do if self:getVariable("timer") == "-1" then self:debug("STOP") self:updateView("label1", "text", "STOP") break else self:updateView("label1", "text", "START") self.counter = self.counter -1; self:debug(self.counter) hub.sleep(1000) self:updateView("label2", "text", "remaining time: " ..self.counter) end end if self.counter ==0 then self:setVariable("timer", "-1") self:updateView("label", "text", "SET TIME: 0s") self:updateView("label1", "text", "STOP") self:updateView("label2", "text", " remaining times: 0 s") end self:debug("QuickApp:onInit") end -- set 10s function QuickApp:Button10s() self:setVariable("timer", "1") self:updateView("label", "text", " SET: 10s") self:updateView("label1", "text", "Waiting") end -- button STOP function QuickApp:STOP() self:setVariable("timer2", "-1") self:updateView("label5", "text", "SET TIME: 0s") self:updateView("label4", "text", "STOPPED") end Counter (5).fqa
  12. Finally zigbee we're going to try
  13. hello very well thank you.
  14. Hi every one, I'm Martin from Slovakia. I have Fibaro HC2 home automation with lights, sockets, blinds, home heating on products Fibaro , Neocoolcam and some VD such as air conditioning Dainkin, energy consumption, sprinler lawn atc. I'm just trying to move everything to HC3 Best regards Martin
×
×
  • Créer...