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.
TL;DR: “Roughly 80 % of home-made ecoNET clones trigger the ‘device blocked’ error” [Elektroda, SławekSS, post #18323351] “Only FTDI-based USB-RS485 adapters are accepted” [Elektroda, SławekSS, post #18292233] Stick to genuine UID-MAC pairs or local-only JSON control. Why it matters: wrong hardware wastes time and can lock your controller.
• Supported buses: RS-485 115 200 8N1, FTDI chip only [Elektroda, miszko, post #18186792] • JSON endpoints: /regParams, /sysParams, /editParams (~350 values each) [Elektroda, maki26, post #19044244] • Typical clone success: <20 % reach full cloud pairing [Elektroda, SławekSS, post #18323351] • Customisation (MAC + brand key) reflash cost: PLN 180 ≈ €40 [Elektroda, Starterek85, post #19657219] • Safe baud fallback: 9 600–115 200 bps; data valid only at 115 200 bps for ecoMAX 9xx [Elektroda, miszko, post #17779586]