Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tamDPimenta wrote:- Follow the instructions for ECONET300 (OpenWRT recovery and ECONET300 firmware) - Extract the file shared by @seba18 with 7zip - Use WinSCP (SCP protocol) to replace "/www/econet/" with the one you extracted. - If you want to have your device connected to the Internet, PLEASE change the root password
SławekSS wrote:You can name the file with this code whatever you want, it only needs the extension .py and you can place it wherever you want on the raspberry.
You then edit the crontab file on your system with a command in the terminal
crontab -e
and at the end of this litany displayed in green, you enter when the script should run
Code: [expand][collapse] [select all][Copy to clipboard] /1 * * * * python /home/pi/domoticz/plugins/Biawar/biawar.py
szakal_kp wrote:I can send you the ecomax.py file extracted from econet. Where should be stored information on communication over rs485 with the controller.
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]