Integrate Noark 1F electricity meter and write to M-Bus to change tariff - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Integrate Noark 1F electricity meter and write to M-Bus to change tariff (/showthread.php?tid=5038) |
Integrate Noark 1F electricity meter and write to M-Bus to change tariff - fleeceable - 17.10.2023 Hello! I checked M-Bus manual and this thread but didn't find any information... https://openrb.com/m-bus-integration-in-lm https://openrb.com/docs/mbus.htm https://forum.logicmachine.net/showthread.php?tid=365&highlight=mbus We have about 185 Noark EMS 1P 1M electricity meters. Plan is to integrate these to LM using Techbase TB-MBUS-200-RS232 converter. Is it possible to send custom M-Bus packet to change tariff? Noark one phase electricity meters allow to change tariff only using M-Bus write command. Here is electricity meter manual (page 17 and 20): https://cdn.noark-electric.eu/documents/54033eef-8adf-4961-b4d7-60718e87c62c/user_manual_ems_1p_1m_en.pdf RE: Integrate Noark 1F electricity meter and write to M-Bus to change tariff - admin - 18.10.2023 Try this, make sure that only one script is accessing the serial port at any time moment. Code: require('serial') RE: Integrate Noark 1F electricity meter and write to M-Bus to change tariff - fleeceable - 19.10.2023 Thanks! Gonna try it |