This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Comments
--- debug info ---
Dutch Smart Meter application started
Dutch Smart Meter pairing has started...
23:38:58.980 Request to search for DSMR on 192.168.0.47:8088
23:38:59.154 [192.168.0.47:8088] Connected to 192.168.0.47:8088
23:38:59.941 [192.168.0.47:8088] >>>/ISK5\2M550T-1011__1-3:0.2.8(50)_0-0:1.0.0(170531233859S)_0-0:96.1.1(<removed>)_1-0:1.8.1(000001.082*kWh)_1-0:1.8.2(000004.591*kWh)_1-0:2.8.1(000000.000*kWh)_1-0:2.8.2(000000.000*kWh)_0-0:96.14.0(0001)_1-0:1.7.0(00.682*kW)_1-0:2.7.0(00.000*kW)_0-0:96.7.21(00004)_0-0:96.7.9(00002)_1-0:99.97.0()_1-0:32.32.0(00000)_1-0:52.32.0(00000)_1-0:72.32.0(00000)_1-0:32.36.0(00001)_1-0:52.36.0(00001)_1-0:72.36.0(00001)_0-0:96.13.0()_1-0:32.7.0(238.2*V)_1-0:52.7.0(235.6*V)_1-0:72.7.0(237.9*V)_1-0:31.7.0(000*A)_1-0:51.7.0(002*A)_1-0:71.7.0(000*A)_1-0:21.7.0(00.018*kW)_1-0:41.7.0(00.530*kW)_1-0:61.7.0(00.130*kW)_1-0:22.7.0(00.000*kW)_1-0:42.7.0(00.000*kW)_1-0:62.7.0(00.000*kW)_0-1:24.1.0(003)_0-1:96.1.0(<removed>)_0-1:24.2.1(170531233508S)(00000.038*m3)_!4BA4_<<<
23:38:59.953 [192.168.0.47:8088] Telegram decode error: {}
23:38:59.974 [192.168.0.47:8088] Connecion closed (found = false)
Done.
ps. had a little finger trouble sending you a PM... you can delete the one under profile/activity.
I openend a support ticket to fix the bug, untill then there is a simple workarround... In the parser code (index.js) add "\0$" such that the pattern lines look like this...
Hello,
Iam trying to use your NL.DSMR.P1 app, but I can't get it installed. The NodeJS module node_crc is missing in the github repository. Installing it manually wit npm install node_crc results in errors.
I am running node version 4.8.3 under MacOS, same as is running on Homey
Any idea ?
Gr. Remco
Just tried the new ESPEasy firmware v2.0.0-dev11
But when pairing in the app it is not recognized.
Any idea what could be the problem?
Tcp data :
/KFM5KAIFA-METER
>>> example-telegram.txt
reslults in:
if (!match_v3) throw new Error('INVALID_TELEGRAM');
that is no ok right?
haven't yet tested my telegram
I pulled: https://github.com/nlrb/nl.dsmr.p1
npm install
tried both crc 3.4.4 and node-crc 3.4.0(which you included)
node example.js in \nl.dsmr.p1-master\node_modules\node-dsmr-parser
what npm an node version are you on?
trying to pinpoint the difference.
thank you for your help
How can we solve this problem? Shall I make a PR to reduce sensitivity for these messages and limit to 5 or 10 or even 30 sec-average logging to ease this up a bit?
Thanks.
EDIT: Seems like they won't fix this anyways; https://github.com/athombv/homey/issues/816
EDIT2: Tried it anyways (yolo); https://github.com/athombv/homey/issues/2227