-
Notifications
You must be signed in to change notification settings - Fork 16
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
make access to bridge easier #15
Comments
@CONSULitAS As most other house owners, I am "lucky" to have the choice of exactly 1 (one) model of AMS meter, forced upon me by my local electric power supplier (who is also the only one supplier I can choose from, as do all other Norwegian owners). This boils down to the fact that I have no opportunity to test other AMS meters than my own. Before even thinking about documenting the configuration of other brands/types of meters, I need to know about to which degree the data from "Pulse Bridge" is compatible with the data from the legacy "Pulse". As far as I can see, the "Pulse Bridge" is an entirely different beast based on a different concept. Then I would need samples of the data stream from to get any further. How this is attacked, is described in this issue (mostly in Norwegian language): #9 Unfortunately this can take some time. I am in Asia at a long time vacation, doing occational work on ElWiz on a laptop and mostly with bad internet connections far away from my MQTT broker and Pulse. So please don't expect much to happen before May at the earliest Regardless, any additional useful information about "Pulse Bridge" would be greatly appreciated. |
@iotux |
@JMyrng If the format are similar to the HAN meters, this progrram will catch it and make hex dumps from the MQTT stream. The program is made to reside in the ElWiz directory and should be run a minute or so before each hour. It may be necessary to change the topic on line 74 to make this program work in your environment. If the packet start sequence is different from 0x7e, this can be changed on line 80. The program makes a directory ./hex where the hex files are stored. The content of the hex files can be pasted in a comment below. Solving this issue could make ElWiz usable for much wider audience. Thank you for offering your help! |
Like mentioned here the message is a complete SML telegram in hex values. |
On this Issue MSkjel/LocalPulse2Tibber#1 I learned, that our "Tibber Pulse IR" is different from the Norwegian Pulse. Interesting. There seems to be a local API on http://tibber-bridge/data.json?node_id=1 mentioned there, too. Now @micw made a tool to read this: https://github.com/micw/tibber-pulse-reader |
I had planned to add the MQTT way too but no one asked for it yet. Seems that my users are happy with HTTP polling (and so do I since it's less invasive). Would anyone of the norwegian device give my tool a try to confirm that this works too? |
Hi,
a really great documentation! I really appreciate your work.
A guy recently posted this guide: https://blog.wyraz.de/allgemein/a-brief-analysis-of-the-tibber-pulse-bridge/
If you set the parameter „webserver_force_enable“ to true while in AP mode, you can connect to the bridge even while connected to your WiFi.
This makes your guide even easier, because no reset and reboot needed for reconfiguration.
Only connect to the fresh/reseted device with your phone/tablet, change the parameter and everything is quite easy.
The text was updated successfully, but these errors were encountered: