Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RM3250ZB not updating #235

Open
JackJackattack4 opened this issue Apr 3, 2024 · 2 comments
Open

RM3250ZB not updating #235

JackJackattack4 opened this issue Apr 3, 2024 · 2 comments

Comments

@JackJackattack4
Copy link

I had noticed that the energy meters I have set up in HA using information from Sinope-130 did not match the energy Sinope had recorded in their app.

I have tested just few minutes ago the following:

Water heater, connected through RM3250ZB, was on and wattage_instant at around 4000 W. I then turned off the heat from the Neviweb app. The status of the RM3250ZB device did not follow and so did the wattage_instant attribute, still showing on and around 4000 W, despite the actual condition of the heater being off and wattage at 0. After 5 min waiting time, I then rebooted HA. After reboot the status reported in Sinope-130 in HA was correct and in line with Neviweb.

I then turned the water heater on. Same thing. Neviweb and Sinope-130 did not show the same status. Still not a match after 10 min waiting time.

Have I missed anything?

@JackJackattack4
Copy link
Author

Forgot to mention that the device firmware version is 1.3.3 and it is model 2506.

@claudegel
Copy link
Owner

In neviweb130 we just poll Neviweb for the devices data. This polling is done every scan_intervall seconds which is set in the configuration.yaml file. It should be between 300 and 600. below 300 Neviweb will block because you are too agressive and above 600 your Neviweb session will expire.
If you trun_off manually the RM3250ZB, then the device will report to Neviweb but HA won't know that change until the next Neviweb poll.
When you reboot HA this generate a Neviweb polling that update the state of your device.
If you want your device to be always in sync with HA, use ZHA and a zigbee gateway instead. This component will receive directly any change done manually on the device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants