Search found 21 matches

by balosa
Tuesday 11 June 2024 10:25
Forum: Utility
Topic: P1 meter suddenly stopped working
Replies: 26
Views: 3249

Re: P1 meter suddenly stopped working

Well there is a breakthrough, the problem was the electricity meter from the power company, it didn't send anymore data through the P1 and to the company itself, the meter has been replaced and now I'm getting data again.

Thanks to all who did try to help and for the advice given !
by balosa
Sunday 05 May 2024 22:35
Forum: Utility
Topic: P1 meter suddenly stopped working
Replies: 26
Views: 3249

Re: P1 meter suddenly stopped working

Hi,

Sorry for the late response, it just says it is connected.
After that it hangs, I have to restart Putty to enter commands again
.
P1meter_7.jpg
P1meter_7.jpg (14.55 KiB) Viewed 1264 times
by balosa
Friday 19 April 2024 23:32
Forum: Utility
Topic: P1 meter suddenly stopped working
Replies: 26
Views: 3249

Re: P1 meter suddenly stopped working

yes i am sure, it was always on 9600

it's a Kamstrup 162JxC, it's over 10yrs old for sure
by balosa
Friday 19 April 2024 19:40
Forum: Utility
Topic: P1 meter suddenly stopped working
Replies: 26
Views: 3249

Re: P1 meter suddenly stopped working

i finally got the by-id working, but it still won't receive any data, I will contact the Electric Company to let them check the meter is working 100%, I have my doubts it is sending telegrams through the P1, next thing is to buy another P1 cable too see if that changes anything, probably will buy a ...
by balosa
Wednesday 17 April 2024 23:54
Forum: Utility
Topic: P1 meter suddenly stopped working
Replies: 26
Views: 3249

Re: P1 meter suddenly stopped working

sorry about that, i use a raspberry Pi 3+
only things connected are a Sonoff 433 Mhz bridge, P1 meter (cable), and a USB drive with the software

can you pinpoint me to the direction how i could use the serial-by-id
by balosa
Tuesday 16 April 2024 22:06
Forum: Utility
Topic: P1 meter suddenly stopped working
Replies: 26
Views: 3249

Re: P1 meter suddenly stopped working

ok thank you for your suggestion, I will try some things tomorrow, I will post any progress here
by balosa
Tuesday 16 April 2024 17:41
Forum: Utility
Topic: P1 meter suddenly stopped working
Replies: 26
Views: 3249

Re: P1 meter suddenly stopped working

yes i did

pi@raspberrypi:~ $ sudo service domoticz stop
pi@raspberrypi:~ $ sudo cu -l /dev/ttyUSB0 -s 9600
cu: open (/dev/ttyUSB0): Permission denied
cu: /dev/ttyUSB0: Line in use
by balosa
Tuesday 16 April 2024 15:29
Forum: Utility
Topic: P1 meter suddenly stopped working
Replies: 26
Views: 3249

Re: P1 meter suddenly stopped working

managed to install cu (sudo apt-get install cu)

see screenshot for the message, it says the Line is in use
P1meter_3.jpg
P1meter_3.jpg (13.27 KiB) Viewed 1713 times
by balosa
Monday 15 April 2024 21:45
Forum: Utility
Topic: P1 meter suddenly stopped working
Replies: 26
Views: 3249

Re: P1 meter suddenly stopped working

the sudo cu command is not found it says ;

command -> "sudo cu -l /dev/ttyUSB0 -s 115200"
response -> "sudo: cu: opdracht niet gevonden"
by balosa
Monday 15 April 2024 19:55
Forum: Utility
Topic: P1 meter suddenly stopped working
Replies: 26
Views: 3249

Re: P1 meter suddenly stopped working

yes the P1 meter is showing data, and yes all debugging is on
by balosa
Monday 15 April 2024 18:51
Forum: Utility
Topic: P1 meter suddenly stopped working
Replies: 26
Views: 3249

Re: P1 meter suddenly stopped working

Thanks for your response, I tried it but didn't work, not receiving any data.
P1meter_2.jpg
P1meter_2.jpg (97.86 KiB) Viewed 1869 times
by balosa
Monday 15 April 2024 18:15
Forum: Utility
Topic: P1 meter suddenly stopped working
Replies: 26
Views: 3249

P1 meter suddenly stopped working

Hi all, I've got a strange problem, at 13-04-2024 01:53:16 the P1 meter suddenly stopper working, I am not receiving data from the meter anymore, there were no changes or other problems during that time that I know of. Is there a way to pinpoint the problem, I want to know if it's a hardware problem ...
by balosa
Thursday 14 March 2024 21:21
Forum: dzVents
Topic: Enever hourly data to Telegram
Replies: 5
Views: 1100

Re: Enever hourly data to Telegram

hmm I had the same issue long ago, I think I manually edited the database and removed the Enever hardware to solve it
I use http://sqlitebrowser.org to edit the database, don't forget to make a backup first
by balosa
Saturday 26 August 2023 23:01
Forum: dzVents
Topic: Enever hourly data to Telegram
Replies: 5
Views: 1100

Enever hourly data to Telegram

Hi all, I really like the new Enever plugin, it works great. But it would be great if this data could be used to : - Send a telegram message when new prices are retrieved, in a neat format - Each value would be put in a variable (or lowest x values), so devices can use this to make an on/off ...
by balosa
Saturday 26 August 2023 12:44
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: need password for the domoticz database
Replies: 2
Views: 442

Re: need password for the domoticz database

you are right, when i manually made a backup it can read it, so something must have gone wrong with the backup

thanks so much !
by balosa
Saturday 26 August 2023 11:00
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: need password for the domoticz database
Replies: 2
Views: 442

need password for the domoticz database

Hi all, I searched the forum but couldn't find anything about it. I just upgraded form 2020.* to the latest stable version 2023.2, had some problems but it's working now. After the nightly backup to my NAS I copied the database to my pc and wanted to view the domoticz database with DB Browser for ...
by balosa
Sunday 12 February 2023 11:01
Forum: dzVents
Topic: electric boiler smart switching
Replies: 1
Views: 446

electric boiler smart switching

Hi all, I have installed an electric kitchen boiler and I want to charge it with the current from my solar panels, if there is not enough sun (thus no power from my solar panels) then I want to charge it during the night when my electric price is cheaper. Charging minimal one time a day should be ...
by balosa
Sunday 26 July 2020 15:40
Forum: Blockly
Topic: Blockly, 2 same situations one works other won't
Replies: 2
Views: 862

Re: Blockly, 2 same situations one works other won't

I set the 1st blockly also as a TIME trigger instead of the device trigger, and it also works.
I still don't understand why it also works as device trigger though since there are no other (device) triggers at that moment that I know of.

thanks for the response, I will let them stay as time triggers
by balosa
Saturday 25 July 2020 13:23
Forum: Blockly
Topic: Blockly, 2 same situations one works other won't
Replies: 2
Views: 862

Blockly, 2 same situations one works other won't

Hi all, I got 2 Sonoff Dual switches to turn my shutters up and down, one is on the ground floor (beganegrond) and one is on the small room upstairs (kleinekamer) First I installed the switch on the ground floor and made the following blockly, which works perfect ! Notice the trigger is DEVICE. (The ...
by balosa
Tuesday 19 May 2020 21:16
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Jadahl repo, difference between versions
Replies: 6
Views: 1097

Re: Jadahl repo, difference between versions

thank you all for the response and explanation, I will go for the stable version without python for now