Controllo remoto via seriale

« Older   Newer »
 
  Share  
.
  1.  
    .
    Avatar

    infreddolito perso

    Group
    Member
    Posts
    11

    Status
    Offline
    probabilmente sbaglio thread ma non so dove postare il mio quesito.
    Ho già scritto che ho comprato una queen della AGM per intenderci: la più piccola di AGM. La comando da remoto con il noto simulatore di telecomando preso su amazonia.
    Il mio problema è che quando si avvia si avvia sempre in condizione economy con la spia della programmazione accesa. Per farla andare normalmente devo trasmettere il segnale cancel dal telecomando ma a ogni riavvio da remoto si posiziona sempre in economy.
    Che posso fare?
     
    Top
    .
  2.  
    .
    Avatar

    infreddolito perso

    Group
    Member
    Posts
    33

    Status
    Offline
    CITAZIONE
    Buonasera a tutti, mi sto cimentando a realizzare l'interfaccia per collegare la stufa con un esp8266. Ho realizzato lo schema trovato in rete ma la mia scheda (Micronova n100) ha il connettore seriale a 4 poli con tensioni diverse da quelle postate ad inizio discussione.

    Io mi ritrovo con:
    PIN 1: GND
    PIN 2: 18 volt
    PIN 3: 18 volt
    PIN 4: 5 volt

    Ciao Coryrl
    qualche anno fa ho smanettato con la mia stufa, se ti può essere utile ho messo le informazioni sul mio sito:

    www.ridiculouslab.com/arguments/iot/stufa/micronova.php

    dovrebbe esserci anche lo schema di collegamento del connettore.
    CIao

    Edited by RidiculousLab - 11/3/2024, 18:36
     
    Top
    .
  3.  
    .
    Avatar

    infreddolito perso

    Group
    Member
    Posts
    33

    Status
    Offline
    La scheda n100 sembra compatibile con il software di micronova ed ha il medesimo connettore seriale a 4pin. Sei sicuro che sul pin 2 ci siano 18v? Il pin2 dovrebbe essere il bus, non mi ricordo cosa si misura con connettore staccato, se vuoi posso misurare sulla mia stufa. Il pin 4 non so a cosa serve, avevo provato ad utilizzare i 5v presenti però non si riesce ad alimentare nulla, la corrente erogata non è sufficiente nemmeno per l alimentazione di un micro. Probabilmente in serie vi è una resistenza abbastanza grande.


    Ciao
     
    Top
    .
  4.  
    .
    Avatar

    infreddolito perso

    Group
    Member
    Posts
    6

    Status
    Offline
    Buongiorno a tutti !
    Nessuno di voi ha mai avuto necessita di collegare due dispositivi ( display esterno e controllo wifi , il mio caso ) su una ex unica porta seriale ?
     
    Top
    .
  5.  
    .
    Avatar

    infreddolito perso

    Group
    Member
    Posts
    3

    Status
    Offline
    Hello,

    I also have a stove with the Micronova N100. In my case the SERIALE connector has this values

    Pin1: 5.04V
    Pin2: ~20V
    Pin3: 4.95V
    Pin4: GND

    Should be the Pin3 the TX/RX bus?

    And what about the Pin1?

    Thanks
     
    Top
    .
  6.  
    .
    Avatar

    infreddolito perso

    Group
    Member
    Posts
    3

    Status
    Offline
    Ciao,

    I can confirm that building this interface

    nerdralph.blogspot.com/2014/01/avr-half-duplex-software-uart.html

    1WireSerial

    and using an USB-TTL like this

    SANY0795

    ( D-SUN USB TO TTL )

    and connecting

    USB GND to the stove Pin4 (GND)
    Pin3 (4.95V TX/RX) to the TX/RX of interface
    TX of interface to TX of USB
    RX of interface to RX of USB

    I was able to connect to the pellet stove with Seraminet
     
    Top
    .
  7.  
    .
    Avatar

    infreddolito perso

    Group
    Member
    Posts
    6

    Status
    Offline
    ti ringrazio se il tutto è riferito alla mia risposta . Ma la vedo molto complessa per me pensavo qualcosa di più semplice uno sdoppiatore o qualcosa di più semplice
    Grazie ancora !!!
     
    Top
    .
  8.  
    .
    Avatar

    infreddolito perso

    Group
    Member
    Posts
    2

    Status
    Offline
    Ciao/Hello pilfos
    I have a Piazzetta stove with the external DB9 femle connector.
    If I understand correctly, you have connected your USB-to-TTL adopter to the external DB9 connector not the pin strip connector on the control board.
    If so, the pin 4 (GND) and pin 3 (One-Wire) you mentioned in your post are these pins:

    db9_1

    Is it correct?
    Thank you
     
    Top
    .
  9.  
    .
    Avatar

    infreddolito perso

    Group
    Member
    Posts
    3

    Status
    Offline
    CITAZIONE (riccardo_76 @ 22/10/2020, 14:42) 
    Ciao/Hello pilfos
    I have a Piazzetta stove with the external DB9 femle connector.
    If I understand correctly, you have connected your USB-to-TTL adopter to the external DB9 connector not the pin strip connector on the control board.
    If so, the pin 4 (GND) and pin 3 (One-Wire) you mentioned in your post are these pins:

    Is it correct?
    Thank you

    Ciao riccardo_76

    No, I don't have a DB9 connector in my stove and I connected the USB-TTL adapter to the SERIAL connector in the Micronova controller. I have a N100 model. Here you can see a picture / schema

    Scheda-elettronica-N100-A01-big-3440-715
    31-0

    From left to right the pins are

    Pin1: 5.04V
    Pin2: ~20V
    Pin3: 4.95V
    Pin4: GND

    May be you can find wich is the higher voltage in your DB9 connector but according to what I found, the pinout of the DB9 from the back of the stove are

    pinouts

    but I don't know if it's the same for all stoves.

    BTW, I recently discovered that my stove is a Karmek One, model Alice.

    Regards
     
    Top
    .
  10.  
    .
    Avatar

    infreddolito perso

    Group
    Member
    Posts
    2

    Status
    Offline
    Ciao Pilfos,
    thank you for your reply.
    The pinout of the DB9 port of my stove has the same pinout shown in the post you quoted.

    I've made a web app that control the status of the stove and turn on/off the stove:

    screenshot1_

    screenshot2_

    screenshot4_
    .

    I would like to add the control of the temperature set point and power and the enable/disable of the programs.

    Unfortunately the register map of my stove seems to be slightly different from mine. I don't know what control board my stove is fitted with because I've never opened it. :) . May be that seraminet can provide this information?

    Riccardo
     
    Top
    .
  11.  
    .
    Avatar

    infreddolito perso

    Group
    Member
    Posts
    4

    Status
    Offline
    Ciao a tutti, pure io ho la stufa con il contoller in questione.
    Vorrei realizzare il progetto, vi chiedo alcune info: che hardware utilizzate per interfacciarsi alla stufa? io vorrei utilizzare un ESP 8266 (D1 mini o NodeMCU), con che protocollo di comunicazione?
    Sono graditi tutti i suggerimenti e aiuti che volete concedermi, GRAZIE.
     
    Top
    .
  12.  
    .
    Avatar

    infreddolito perso

    Group
    Member
    Posts
    3

    Status
    Offline
    Hello,

    For those of you using Home Assistant; I have started working on an interface for Duepi EVO :D
    check out http_s://github.com/aceindy/Duepi_EVO

    Telegram channel here http_s://t.me/duepistove

    If someone has the software ' Stove Controller' as posted by laki05 on the first post of this topic , can you please send me a copy or a link ?
    stovectrl1
     
    Top
    .
  13.  
    .
    Avatar

    infreddolito perso

    Group
    Member
    Posts
    16

    Status
    Offline
    CITAZIONE (Ace Indy @ 24/4/2021, 10:52) 
    Hello,

    For those of you using Home Assistant; I have started working on an interface for Duepi EVO :D
    check out http_s://github.com/aceindy/Duepi_EVO

    Telegram channel here http_s://t.me/duepistove

    If someone has the software ' Stove Controller' as posted by laki05 on the first post of this topic , can you please send me a copy or a link ?

    ace indy, please read carefully! as i told you one hour ago, this software is MINE, i have developed it personally by scrath, there is no one that be have it and i not have any intention to share with anyone!
    if you want a similar product, you have all informations, from my previous post, that you need to create your version.
    please stop to involve me in your needs!!!!!!
     
    Top
    .
  14.  
    .
    Avatar

    infreddolito perso

    Group
    Member
    Posts
    3

    Status
    Offline
    Hi laki05

    Apologize, I have to use google translate, as my itialian sucks...
    I thought this was the orginal software from duepi
    DPCom

    Is there someone that has it?

    Edited by Ace Indy - 4/24/2021, 12:26 PM
     
    Top
    .
  15.  
    .
    Avatar

    infreddolito perso

    Group
    Member
    Posts
    3

    Status
    Offline
    Also turns out this info only applies to Micronova; it is useless on Duepi controllers :ops:

    So if anyone has usefull info for interfacing a Duepi interface, just PM me..
    We'e already have some basic stuff working on python as well as HomeAssistant ;)
    :welcome:
     
    Top
    .
105 replies since 15/3/2015, 07:51   25658 views
  Share  
.