-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support for Zendure Hyper 2000 #272
Comments
Servus, The shelly integration is likely a data exchange on the zendure backend between their mqtt and shelly cloud. But even so, if your hub is using a local mqtt you likely can also steer it via simulated shelly reporting (smart matching mode) |
Does that
mean, that I can write Shelly (fake) data via MQTT? |
Hello, a local mqtt service/proxy which modifies the real shelly em data sounds very promising. Do you know how it's working currently? (the marketing documents from zendure are talking about a link between shelly and zendure cloud) but I don't think that this would work because of instable internet connectivity and WAN delays. |
Hi Vrabetz,
Your logs do not contain the necessary informations needed to develop your control. Try using MQTT Explorer to gather the necessary informations and attach screenshots from MQTT Explorer with the topics.
welli
|
I'll try, but currently I can't connect to the Zendure MQTT. Was working earlier this day.
|
Which information would be important particularly? Currently i have the Hyper connected to the official global MQTT Server which is bridged to my local one. I would be as willing to assist as @Raudi1 is :) |
This is also what I'm trying as a first step but I'm running into the same issue. When Hyper is locally connected to my HA MQTT (worked with this) I only receive the Basically I'd like to have a local smart control for Hyper (AC-only, no panels connected), via Shelly 3EM and HA. The native cloud-based Shelly integration works in general, but it's a bit slow and I would prefer it to work 100% local. |
Maybe also helpful as a reference: https://github.com/nograx/ioBroker.zendure-solarflow |
@jschroeter once the hub is registered to the local MQTT it should start sending data to a topic like this:
(note the leading "/" which is usually not a standard/valid MQTT topic as it results in an empty top node).
Once the hub reports via the above topic, solarflow-control will read those and "pretty-print" them to
|
@jschroeter you also might find this useful, i summarized the properties and how the hubs can be controlled directly: |
@reinhard-brandstaedter not "smartMode" or neither "smartPower" reported here by the Hyper disconnected : And not in control : Any idea ? Did i miss a parameter ? |
@MaisonGF we are just unwrapping whatever is reported by the Zendure device via it's native .../properties/report topic. |
Hello!
are there any plans for supporting the new Hyper 2000? I've an Shelly 3EM, a photovoltaik without an hybrid inverter and the awattar.at hourly tariff. I would expect to be able to use the cheap hours in the night (2-5) to load the batteries, skip the rise in the morning hours (6-9) with zero net usage, continue reloading&flatting burst peaks (washing mashine/dishwasher heating or cooking) during the day with pv and skip the next high during 18-21 until batteries are empty.
I don't expect that it's possible to cover this with the standard app so I would be happy to have a very simple possibility to set mode (charge/discharge) and wattage locally, fast, reliable and without cloud/internet demand.
Edit: Another Idea: Do you know how the shelly integration is working? Is it possible to emulate a Shelly 3EM device locally to do every controlling with the power values?
The text was updated successfully, but these errors were encountered: