The idx is already visible with a mouseover on the log button of the device
This is SUPER.
Search found 80 matches
- Sunday 12 November 2023 22:23
- Forum: Other questions and discussions
- Topic: idx visible in devices
- Replies: 5
- Views: 708
- Sunday 12 November 2023 22:11
- Forum: Other questions and discussions
- Topic: idx visible in devices
- Replies: 5
- Views: 708
Re: idx visible in devices
Idx number is also visible in the device edit screen (edit button)
That's the problem if I am too long behind the screen I get square eyes and miss some information.
Excuses.
That's the problem if I am too long behind the screen I get square eyes and miss some information.
Excuses.
- Sunday 12 November 2023 13:58
- Forum: Other questions and discussions
- Topic: json Text sensor
- Replies: 12
- Views: 1787
Re: json Text sensor
url = "/json.htm?type=command¶m=udevice&idx=83&nvalue=0&svalue='Voorbeeldtekst\nRegel2\nRegel3'";
Unfortanataly this is not working.
Thanks for the tip.
=================================================================================
Try using %0A for newline and %0D for carriage return ...
Unfortanataly this is not working.
Thanks for the tip.
=================================================================================
Try using %0A for newline and %0D for carriage return ...
- Sunday 12 November 2023 11:40
- Forum: Other questions and discussions
- Topic: idx visible in devices
- Replies: 5
- Views: 708
idx visible in devices
Is it possible (maybe this is a tip), that the idx of a device is vissible in the tabs other than the Dashboard tap?
That is easy if you are manupilating different devices. Then you don't need to go to the tap > 'Setup' > 'Devices' all the time.
That is easy if you are manupilating different devices. Then you don't need to go to the tap > 'Setup' > 'Devices' all the time.
- Sunday 12 November 2023 11:30
- Forum: Other questions and discussions
- Topic: json Text sensor
- Replies: 12
- Views: 1787
Re: json Text sensor
A thousand apologies.
Sorry Sorry Sorry.
I had defined the 'url' as const char* instead of a string.
Now 'url' is a string and it works.
Now placing a new line in the text.
I use "\n".
url = "/json.htm?type=command¶m=udevice&idx=83&nvalue=0&svalue=Voorbeeldtekst\nRegel2\nRegel3";
This ...
Sorry Sorry Sorry.
I had defined the 'url' as const char* instead of a string.
Now 'url' is a string and it works.
Now placing a new line in the text.
I use "\n".
url = "/json.htm?type=command¶m=udevice&idx=83&nvalue=0&svalue=Voorbeeldtekst\nRegel2\nRegel3";
This ...
- Saturday 11 November 2023 22:58
- Forum: Other questions and discussions
- Topic: json Text sensor
- Replies: 12
- Views: 1787
Re: json Text sensor
Hello Jieffe,
I do understand this.
But how do I put this const char* c into the TEXT part of the json syntax?
url = "/json.htm?type=command¶m=udevice&idx=IDX&nvalue=0&svalue= TEXT ";
If I do the next line:
url = "/json.htm?type=command¶m=udevice&idx=83&nvalue=0&svalue=c";
I get ...
I do understand this.
But how do I put this const char* c into the TEXT part of the json syntax?
url = "/json.htm?type=command¶m=udevice&idx=IDX&nvalue=0&svalue= TEXT ";
If I do the next line:
url = "/json.htm?type=command¶m=udevice&idx=83&nvalue=0&svalue=c";
I get ...
- Saturday 11 November 2023 13:29
- Forum: Other questions and discussions
- Topic: json Text sensor
- Replies: 12
- Views: 1787
Re: json Text sensor
I do programm the ESP8266 with the Ardiuino IDE.
So, I think it is C?
And in the C documentation I get different solutions.
When I use these I get error messages as:
Compilation error: cannot convert 'String' to 'const char*' in assignment
It would be helpfull if I get an example of the ...
So, I think it is C?
And in the C documentation I get different solutions.
When I use these I get error messages as:
Compilation error: cannot convert 'String' to 'const char*' in assignment
It would be helpfull if I get an example of the ...
- Friday 10 November 2023 22:16
- Forum: Other questions and discussions
- Topic: json Text sensor
- Replies: 12
- Views: 1787
json Text sensor
In Domoticz I have made a Text sensor and in a ESP8266 I have a function that must update the text.
In the Wiki it says:
/json.htm?type=command¶m=udevice&idx=IDX&nvalue=0&svalue=TEXT
IDX = id of your device (This number can be found in the devices tab in the column "IDX")
TEXT = Text you want ...
In the Wiki it says:
/json.htm?type=command¶m=udevice&idx=IDX&nvalue=0&svalue=TEXT
IDX = id of your device (This number can be found in the devices tab in the column "IDX")
TEXT = Text you want ...
- Monday 06 November 2023 15:41
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Two times the same idx
- Replies: 3
- Views: 725
Re: Two times the same idx
I don't know.
At one moment I had no Domoticz anymore and because I didn't had a proper backup I finally decided to do a total new installation.
Also because I had error messages when I wanted to update/upgrade the RasperryPi firmware.
I think the whole software was to much outdated.
So my choice ...
At one moment I had no Domoticz anymore and because I didn't had a proper backup I finally decided to do a total new installation.
Also because I had error messages when I wanted to update/upgrade the RasperryPi firmware.
I think the whole software was to much outdated.
So my choice ...
- Monday 06 November 2023 12:42
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz version 2023.2 upgrade failing
- Replies: 18
- Views: 2621
Re: Domoticz version 2023.2 upgrade failing
Thanks for all the replies.
At one moment Domoticz was totally dead, so I wiped a lot of tears.
I made a complete new installation on my RaspberryPI 3B+ with the new 2023.2 version.
Unfortunately I had no proper backup.
Luckely I had a text copy of all my dzVents scripts and also a text copy of ...
At one moment Domoticz was totally dead, so I wiped a lot of tears.
I made a complete new installation on my RaspberryPI 3B+ with the new 2023.2 version.
Unfortunately I had no proper backup.
Luckely I had a text copy of all my dzVents scripts and also a text copy of ...
- Monday 06 November 2023 10:40
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Two times the same idx
- Replies: 3
- Views: 725
Two times the same idx
I have made a new Domoticz installation and now I see in my devices settings that there are two lines with the same idx.
One is a dummy switch and the otherone is a group.
Ofcourse I can delete one and make him again, and probably that is the solution.
But maybe this is a bug?
One is a dummy switch and the otherone is a group.
Ofcourse I can delete one and make him again, and probably that is the solution.
But maybe this is a bug?
- Monday 06 November 2023 10:07
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: ESPEasy does not send data anymore to Domoticz
- Replies: 2
- Views: 777
Re: ESPEasy does not send data anymore to Domoticz
Yes, that is the solution.
Many thanks.
Many thanks.
- Sunday 05 November 2023 21:25
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: ESPEasy does not send data anymore to Domoticz
- Replies: 2
- Views: 777
ESPEasy does not send data anymore to Domoticz
For many years I have a Domoticz home automation system based on Raspberry PI 3B+ and several ESPEasy modules.
Because of problems I made a complete new installation on the Raspberry Pi and now my Domoticz is running version 2023.
So far so good.
From the Domoticz I can send data to the ESPEasy ...
Because of problems I made a complete new installation on the Raspberry Pi and now my Domoticz is running version 2023.
So far so good.
From the Domoticz I can send data to the ESPEasy ...
- Thursday 02 November 2023 11:03
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz version 2023.2 upgrade failing
- Replies: 18
- Views: 2621
Re: Domoticz version 2023.2 upgrade failing
When I ping in Windows CMD it works when I use the site name as well as when I use the site address:
==============================
C:\>ping google.com
Pinging google.com [142.251.36.14] with 32 bytes of data:
Reply from 142.251.36.14: bytes=32 time=5ms TTL=60
Reply from 142.251.36.14: bytes=32 ...
==============================
C:\>ping google.com
Pinging google.com [142.251.36.14] with 32 bytes of data:
Reply from 142.251.36.14: bytes=32 time=5ms TTL=60
Reply from 142.251.36.14: bytes=32 ...
- Wednesday 01 November 2023 23:26
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz version 2023.2 upgrade failing
- Replies: 18
- Views: 2621
Re: Domoticz version 2023.2 upgrade failing
Here is my dhcpcd.conf file.
Is it right or are the errors/mistakes?
==================================================================
pi@raspberrypi:~ $ sudo nano /etc/dhcpcd.conf
==================================================================
# A sample configuration for dhcpcd.
# See dhcpcd ...
Is it right or are the errors/mistakes?
==================================================================
pi@raspberrypi:~ $ sudo nano /etc/dhcpcd.conf
==================================================================
# A sample configuration for dhcpcd.
# See dhcpcd ...
- Wednesday 01 November 2023 10:28
- Forum: Others
- Topic: Will Domoticz run on the new Raspberry PI 5?
- Replies: 9
- Views: 5428
Re: Will Domoticz run on the new Raspberry PI 5?
Does this mean that I need a lot of knowledge or is it a straight forward installation?
- Tuesday 31 October 2023 22:06
- Forum: Others
- Topic: Will Domoticz run on the new Raspberry PI 5?
- Replies: 9
- Views: 5428
Will Domoticz run on the new Raspberry PI 5?
Will Domoticz run on the new Raspberry PI 5?
- Tuesday 31 October 2023 9:45
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz version 2023.2 upgrade failing
- Replies: 18
- Views: 2621
Re: Domoticz version 2023.2 upgrade failing
I think I'll wait until the Raspberry PI 5 is available and then install a completely new installation of Domoticz.
Can Domoticz run on the RPi5?
Can Domoticz run on the RPi5?
- Tuesday 31 October 2023 9:16
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz version 2023.2 upgrade failing
- Replies: 18
- Views: 2621
Re: Domoticz version 2023.2 upgrade failing
Now my Domoticz system doesn't work anymore.
So no lightning and no heating.
Please help, the house is very cold and dark.
I don't know how or why, but this morning my Domoticz system was working as always.
So my ' Please help, the house is very cold and dark. ' is not vacant anymore.
Still ...
So no lightning and no heating.
Please help, the house is very cold and dark.
I don't know how or why, but this morning my Domoticz system was working as always.
So my ' Please help, the house is very cold and dark. ' is not vacant anymore.
Still ...
- Tuesday 31 October 2023 1:31
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Domoticz version 2023.2 upgrade failing
- Replies: 18
- Views: 2621
Re: Domoticz version 2023.2 upgrade failing
Hello Jip,
I have done what was written in the explanation.
At the end when I type sudo nano /etc/resolv.conf I get:
=====================================================
pi@raspberrypi:~ $ sudo nano /etc/resolv.conf
GNU nano 2.7.4 Bestand: /etc/resolv.conf
# Generated by resolvconf
domain ...
I have done what was written in the explanation.
At the end when I type sudo nano /etc/resolv.conf I get:
=====================================================
pi@raspberrypi:~ $ sudo nano /etc/resolv.conf
GNU nano 2.7.4 Bestand: /etc/resolv.conf
# Generated by resolvconf
domain ...