The power is shown with a comma, but it is not in the sent data, all possible places are already taken (except for a large number of empty frames). How did you put this ecoNet on raspberry? Maybe I will also do that and then see what he will read.
Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tammaslak wrote:BiawarSławek, what company do you have a boiler?
miszko wrote:Unfortunately but yes. the manufacturer commissions it, and the plum does. the manufacturer pays for it.Rather, no one will rework it specifically for another manufacturer.
print(str(ramka))
print("temp ???? \t" + str(b4float(ramka[8:16])))
print("temp ???? \t" + str(b4float(ramka[16:24])))
print("temp ???? \t" + str(b4float(ramka[163:171])))
print("temp powrotu \t" + str(b4float(ramka[171:180])))
print("temp mieszacza1 \t" + str(b4float(ramka[180:188])))
print("temp mieszacza2 \t" + str(b4float(ramka[188:196])))
print("??????\t" + str(b4float(ramka[196:204])))
print("??????\t" + str(b4float(ramka[204:212])))
print("Temp pogodowa\t" + str(b4float(ramka[212:220])))
print("Temp spalin\t" + str(b4float(ramka[220:228]))) ##niewiadomo
print("?????\t" + str(b4float(ramka[228:236]))) ##niewiadomo
print("?????\t" + str(b4float(ramka[236:244])))
print("?????\t" + str(b4float(ramka[244:252]))) ##niewiadomo
print("?? ---1\t" + str(b4float(ramka[252:260])))
print("?? ---2\t" + str(b4float(ramka[260:268])))
print("?? ---3\t" + str(b4float(ramka[268:276])))
domadm wrote:this information is stored on the pluma server. The driver only sends info when a given status started. Generally, the controller does not remember any given instantaneous variable.how the current status of the furnace is remembered: FIRING UP, OPERATING, OFF, etc.
domadm wrote:You asked where it is .... and I'm sorrySo where does the information about the boiler status come from on the furnace panel and in the room?
Certainly the state is stored and published, but it's hard to find from the manufacturer's code.