Grid companies in Sweden has increased the number of decimals on energy (kWh), here is how to update your device.
Shipping to Norway: | Order date or next working day |
Shipping outside Norway: | At minimum once per week |
NEW 29th August -24: Danish and Swedish customers can now order directly from this webshop. We are enrolled in the EU IOSS system, and authorized to charge VAT. The EU IOSS system provides simplified customs and VAT process for B2C (Business to Customer) sales with order values up to 150 EUR ex VAT: - For consumers, VAT will be charged when ordering, no customs fee will be charged on import. - For businesses, VAT will not be charged when ordering. PostNord will charge VAT + customs fee on import. | ||
Asiakkaat Suomessa voivat tilata Pow-P1 paikallisen jakelijamme verkkokaupasta Nurkan takaa (click here to redirect). | ||
Ålänningar har två alternativ: - Förbeställa Pow-K från Nurkan takaa i Finland (klicka här), vilket ger lägsta fraktkostnad (skickas från Finland). - Beställa från Lectrons.com, vilket tills vidare ger den snabbaste leveransen. |
Customers from other countries: We invite you to order from our store on Lectronz.com Customs fees / VAT: Customers in EU countries will be handled as described above for Denmark and Sweden. | Click the button: |
Telnet debug
If you experience issues it can be useful to run a debug to see what is going on "under the hood".
So this is how you run a Telnet debug:
First, update the firmware to last version. It is recommended store the current configuration first (use System/Configuration file menu, or just make screenshots of the various pages).
Then run telnet debug as follows:
- Go to the bottom of the Config screen and find the Debugging tile. Turn on "Enable debugging" and "Enable telnet", select debug level "Verbose" and press Save (bottom right):
- Go to the Status/Info screen and note which IP address your device is using.
- If needed: Enable Telnet on your PC by following this method: https://social.technet.microsoft.com/wiki/contents/articles/38433.windows-10-enabling-telnet-client.aspx
- Open a "Command prompt" window on your computer
- Write Telnet <IP-address> -f c:\telnet.log (or replace with a more suitable path/filename for creating a logfile)
Example: My Pow-K has IP-address 10.0.0.6: - You should now see the payloads in hex format as they arrive from the meter. If all is well it will be something like this, but it depends on the meter and the format coming from your meter.:
- If there are issues with interpreting the data, there should be understandable information here.
- Press 'q' to finish the Telnet debug.
- Turn off Telnet debugging in the config screen for your device.
The lines marked "DLMS frame" can be decoded using Gurux DLMS Translator. Copy/paste lines from the logfile into the upper section, and press the "To XML" button.
The decoded payload shows the OBIS code and data for each measurement point in the payload.
Leave a comment
Comments
Telnet/Netcat on Mac OSX
By: Nicolas Padfield On 17-May-2023If you are on Mac OSX, telnet is no longer installed by default but nc is and nc can be used
Type at command prompt:
nc -v mdnsnameOfAmsReader 23
Replied by: Egil Opsahl On 13-Jun-2023