Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
ems_collector
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ZZH
ems_collector
Commits
dd7f0e02
Commit
dd7f0e02
authored
May 25, 2026
by
ZZH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix meter 3rd data pub 2026-5-25 12:52
parent
eb80aa41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
meter_3rd.py
src/ems_water_grp/meter_3rd.py
+1
-1
No files found.
src/ems_water_grp/meter_3rd.py
View file @
dd7f0e02
...
@@ -112,7 +112,7 @@ class Meter3rdForward:
...
@@ -112,7 +112,7 @@ class Meter3rdForward:
logger
.
error
(
f
"Parse topic {sid} failed, pyd:{payload}"
)
logger
.
error
(
f
"Parse topic {sid} failed, pyd:{payload}"
)
continue
continue
topic
=
f
"{self.pub_topic_pfx}
/
{topic}/{sid}"
topic
=
f
"{self.pub_topic_pfx}{topic}/{sid}"
self
.
client_pub
.
publish
(
topic
,
json
.
dumps
(
payload
),
qos
=
1
)
self
.
client_pub
.
publish
(
topic
,
json
.
dumps
(
payload
),
qos
=
1
)
cnt
+=
1
cnt
+=
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment