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

Does this really work anymore #7

Open
jonaswikstrom opened this issue Sep 9, 2023 · 14 comments
Open

Does this really work anymore #7

jonaswikstrom opened this issue Sep 9, 2023 · 14 comments

Comments

@jonaswikstrom
Copy link

Hello

I did configured a Tibber Pulse with success a couple of month ago. Now I have another Pulse trying to reproduce the steps but at action number 19 it is stop. The app does not seem to accept the Pulse as a configured unit when starting the app again. I have tried serveral times without success.

Any information?

@MSkjel
Copy link
Owner

MSkjel commented Oct 6, 2023

Hmm, I dont see any obvious changes to their app. Have you tried with an older version of it? I did all this using v22.42.0. You are also sure you are hitting Send before hitting Apply on the pulse website? You could also try and wait a bit after doing everythinng and see if it just pops up in the app after a while.

@ProfDrYoMan
Copy link

@jonaswikstrom you might also check out this one which is getting rid of a lot of steps in between and works flawless for me.

https://github.com/marq24/ha-tibber-pulse-local

@jswetzen
Copy link

I just set it up successfully with Tibber Pulse P1 and version 23.42.0 of the Android app. Got local MQTT and Tibber forwarding working beautifully as far as I can see (ten minutes in...) Thanks @MSkjel !

@Hant0r
Copy link

Hant0r commented Nov 10, 2023

It's the same for me as it is for @jonaswikstrom
As soon as I restart the Pulse after changing the data, it falls into an error and no longer starts.

Unfortunately, @ProfDrYoMan solution doesn't help me because I don't have HA. Are there any other solutions without HA, e.g. with ioBroker?

@MrStrategy
Copy link

same here.
But it looks like the tibber bridge needs a tls connection. You can't set the certificate information in the params to NULL any more and the dmesg log within the bridge indicates, it still tries to use TLS authentication.
I'll add some more details once I'm able to access the device again.

@G4mm3l
Copy link

G4mm3l commented Dec 14, 2023

I've run into the same issues, i'am trying to set generated self signed client certificates over the web ui, but it still says that there's an issue in formatting (error: SyntaxError: Bad control character in string literal in JSON at position 3146 (line 1 column 3147))
Has anyone solved this problem?

@ingoblum
Copy link

ingoblum commented Mar 3, 2024

There seems to be a parsing issue with the current web ui of the bridge, however it is also possible to use the console on the third tab. With help you can show a list of available commands, param_list prints all the variables and their contents and finally

param_set ca_cert ''
param_set certificate ''
param_set private_key ''

cleared the certificates. After that the bridge connected to my Mosquitto instance successfully without any authentication. Don't forget to save to flash with either the button "Store params to flash" or the command param_store.

@hansahell
Copy link

I'm not able to finish the very last step under Pulse Setup in the end of this guide, the Tibber Pulse doesn't seem to want apply the latest changes and I guess that's maybe because the Tibber Pulse requires TLS connection? - ca_cert, certificate and private_key files are left empty. Does anyone know how to solve this?
image

@jswetzen
Copy link

jswetzen commented Jan 4, 2025 via email

@hansahell
Copy link

hansahell commented Jan 4, 2025

Extracting the certificate is for the MQTT broker and I've done that.. This problem occurs at the very last step.
>>Have you tried setting up a self-signed cert for MQTT and enter those there?
No, I'm trying and hoping to avoid that but if I'm not able to find another solution, I will do that and test..

@MSkjel
Copy link
Owner

MSkjel commented Jan 4, 2025

You don't need a certificate for it to work. Of no certificate is given the Pulse won't use TLS. You could of course try with a self-signed one if you want, but it isn't needed. You are sure the SSID and Password are correct, and you are using a 2.4GHz network?

@hansahell
Copy link

I've created an own dedicated 2.4GHz network for IoT devices and the password is correct. I've set this up before and it was working for a long time but then the Pulse had 1.2.3 version. Now when I tried to set this up again today, the Pulse was updated to 1.2.5 and the last step when adding the mqtt url, topic and sub_topic and clicking Send and Apply, it won't save for some reason... I'm wondering if it has something with the 1.2.5 version.

@MSkjel
Copy link
Owner

MSkjel commented Jan 4, 2025

That might be, but I see the update url field is also removed. You could just try with the certificate from tibber, just to see if it saves the settings then?

@hansahell
Copy link

Yes, I will do some more testing tonight when the kids are in bed.

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

9 participants