Upgrade to the latest Firmware version 2.75.76(20220225)
Please note
1 This firmware can only run on WEM3080 series product(WEM3080,and WEM3080T), not on WEM3162.
2 For WEM3080 series, only the firmware version of 1.70.x and later can be upgraded to this version. Please do not upgrade your firmware if the version is earlier than 1.70.1.
3 Please keep the power and do not close the browser during the upgrading process. Otherwise the product will not be startup again ( The product need to be send back to factory).
If the customer encounters the situation that the device cannot operate normally due to the failure of firmware upgrade (we have never encountered this situation, but our customer has indeed fed back such problem to us before), we will not bear any responsibility.
Therefore, please carefully decide whether to upgrade this firmware
Latest update of IAMMETER (MQTT, Data Upload Interval Setting, Net Metering Mode)
1.1 Upload data to IAMMETER-cloud using MQTT
1.1.2 The benefit of uploading data to IAMMETER-cloud using MQTT
1.2 Upload data to third-party MQTT server
2 Change the data upload interval
2.1 Set the data upload interval
2.2 Get the data upload interval
3. Set WEM3080T(3-phase WiFi energy meter ) to net metering mode
Latest update of IAMMETER (MQTT, Data Upload Interval Setting, Net Metering Mode)
Latest firmware: 2.75.76
SHA256:5E551579F7B68CF40363596A82D6376BC3A5275978DC12761A9432FD6C52F831
Upgrading list
2.75.76@ 20220225
1 resolve the problem of memory leak caused by MQTT disconnection
2 resolve the possible "brick" problem in the upgrading process.
2.75.69@20211110
IAMMETER has been upgraded recently, including
- Support uploading meter's data to IAMMETER-cloud and third party MQTT server using MOTT
- Support setting meter's data upload interval by users
- Support setting WEM3080T (3-phase WiFi energy meter) to net metering mode
1. MQTT
1.1 Upload data to IAMMETER-cloud using MQTT
1.1.1 Configuration
Currently, you can set MQTT server configuration on configuration web page.
Run Mode: TCP
TCP Address: mqtt://mqtt.iammeter.com:1883
1.1.2 The benefit of uploading data to IAMMETER-cloud using MQTT
In this case, the data upload interval can be set by users. The minimum data upload interval can be set as 6 seconds.
Please note that the minimum data storage interval on IAMMETER-cloud is 1 minute, which means that even the data upload interval is set less than 1 minute (6 seconds for example), IAMMETER-cloud also stores the data in every 1 minute. However, you can subscribe the related MQTT topic, and then the subscribing result refreshes in according with the data upload interval (6 seconds) preset by you.
For how to subscribe the topic from IAMMETER-cloud, please refer to https://imeter.club/topic/20
1.2 Upload data to third-party MQTT server
Authentication mode: ClientID without password or Anonymous
Topic :device/sn/realtime
2 Change the data upload interval
To understand how the data upload interval setting works,please click here
2.1 Set the data upload interval
You can change the data upload interval by local API as below:
http://ip/api/uploadinterval=N
Method: HTTP get
N: The parameter to calculate the data upload interval, which can only be natural numbers. The formula to calculate the data upload interval (T) is,
T = (N+1) * 6
The unit of T is seconds.
For example, as shown in below picture, if we set the N as 1, then the uploading data interval is
T=(1+1) * 6 = 12
So the data uploading interval is set as 12 seconds.
2.2 Get the data upload interval
After setting the data upload interval ,you can test it using below API.
Method: HTTP get
3. Set WEM3080T(3-phase WiFi energy meter ) to net metering mode
Please refer to https://www.iammeter.com/docs/net-energy-meter for details.
Could you show what was history of upgrade firmware and what was changed added?
we will post this change list here from the next version.
Hello,
Where can I see what kind of model I have?
I bought a 3 phase from Aliexpress which currently has the firmware ATV1.75.32@MX1290 on it!
Hi Michael :
The 3 phase energy meter is WEM3080T. You can upgrade your firmware to the latest firmware that posted here.
Best Regards
ok thanks. it works :)
Hi ,we will post the detailed change list from the next firmware version.
hello aigain, no i have a new one with 1 phase
ATV1.75.32@MX1290
is this the same Firmware ?
Yes, same firmware.
we would provide the detailed change list in next upgrading.
Hello,
Thank you for the update, seems to work fine. Would it be possible to increase the update interval to 1 per second?
I'm not interested in the energy values, but mainly the power values to regulate other stuff.
Thank you!
Hi:
Make the upload interval less than 6 seconds will bring some problems in our current logic, when we find a better method to solve these problems we will consider shorter this 6seconds interval.
Strange... doesn't work here...
I've done all exactly as stated:
- updated FW to latest (ATV2.75.66@MX1290)
- entered mqtt address (mqtt://mqtt.iammeter.com:1883)
-entered zero for 6 seconds (http://192.168.x.x/api/uploadinterval=0)
- set to net metering mode in my iammeter webpage
but on my "overview" page data still updates only once per minute, and even this updates only if i click on "overview" each time. On your youtube video data is automatically refresed... So, what did i miss?
My meter is 3-phase model.
Hi:
Please try to read the upload interval and check whether it had been set to zero as you wanted.
refer to this:
2.2 Get the data upload interval
If it had been proved set to zero, you can subscribe this mqtt data of this SN and check whether the data refresh every 6 seconds.
refer to https://imeter.club/topic/20#subscribe-real-time-data
Hello!
I'm very sorry for my silence, but right after my post i've been sick for a while, and after that i kinda forgot this problem. I remembered today when i received my monthly consumprion report... with all ZEROES? I have zero kWh consumption for each day for whole september. Even my current consumption graph on overview page (power, grid consumption) show nothing - empty graph, just current power. Going back from net metering to normal and current consumption show graph is populated with data again, but it seems that september history is gone.
So, for now i'm gonna stay at "normal metering". History is more important for me than current data send every 6 seconds. And,BTW... i double-checked: i have data upload interval correctly set to zero (which means 6 seconds). I didn't check MQTT though, because of the problem, mentioned above.
Hi:
This post is mainly for the introduction of the latest firmware.
Please post your question in a new thread. It will be more clear and easy to discuss.
Hi iAmmeter people.
In regards to the MQTT configuration . . . Are you planning on implementing authentication at some point, this is virtually useless to a large majority of people that actually care about the security of their systems.
1.2 Upload data to third-party MQTT server
Authentication mode: ClientID without password or Anonymous
I understand your concern.
But now, the MQTT is just an option for some amateur that can be integrated into their own service easily.
We have not considered clearly whether it will affect our current service if we introduced extra authentication in mqtt.
If you are worried about the data security in MQTT publishing, you can consider the TLS method,
https://www.iammeter.com/docs/own-system#32-tcptlshttp
This is a video tutorial about how to upload the energy data of the energy meter to a third-party TLS server.
Hi There,
I just tried upgrading the latest firmware. And it looks like it died. I can ping it and and my router detects the mac address. But I can't get to the web page. Have you got any ideas or is it destined for the bin?
Hi, the firmware before 2.75.70 has the risk of bricking the energy meter in upgrading.
It is a very low possibility, but the risk indeed exists.
It occurs in such abnormal situations.
when the upgrading is not complete you initial an upgrading again(use another browser to upgrade the firmware).
So we inform the risk at the top of this post.
The firmware after 2.75.70 has already been without this possible risk.
If you confirm your energy meter is bricked after upgrading(please power down it and wait more than 10 seconds to restart it )
The only method is to send it back to us, we will help you to recover it.
tried resetting the unit while in the switch board and it appeared not to have booted up after software upgrade.
Removed it and tested one more time on my test bench. And it worked as did the upgrade.
Maybe I wasn't patient enough..
So far all good.
Yes I am interested in when Iammeter will be implementing an authentication with MQTT, hopefully soon as that is one of my mine complaints about it.
Please advise more details about the authentication you mentioned.
In fact, we found a lot of authentication methods in MQTT are provided by the specific MQTT broker software, not a universal way.
The current mechanisms are as below.
USE IAMMETER-cloud
When you publish energy data to IAMMETER, it uses the serial number of the energy meter as the authentication key.
When you subscribe to the energy data from IAMMETER, there are more authentication factors. username, password (from the MQTT setting in the IAMMETER system), and serial number are all required.
Please refer to
https://www.iammeter.com/docs/integrate-with-mqtt-server
https://imeter.club/topic/20#subscribe-real-time-data
USE third-party MQTT broker.
Only the serial number of the energy meter can be used in the authentication.
Thanks.