Search found 13 matches

by gropi
Saturday 17 February 2024 8:57
Forum: General Discussion
Topic: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
Replies: 241
Views: 31733

Re: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)

Is there a possibiity to display Dashticz on that screen? Like to cast it or serve the html from the server where Domoticz is located.
In that case You could edit the screen content quite easily and have a fancy site.
by gropi
Sunday 13 December 2020 12:23
Forum: Utility
Topic: P1 Smart Meter, Return value invalid, overflow error?
Replies: 16
Views: 2569

Re: P1 Smart Meter, Return value invalid, overflow error?

I experience similar/same issue. As long as I draw power from the net everything is displayed correctly. As soon as I supply power back (negative value), it will be display as a very high positive number. I have read out over the API the content: http://your-ip:8080/json.htm?type=devices&rid=YOUR ...
by gropi
Monday 12 October 2020 22:21
Forum: Third party and supplementary tools
Topic: CATT show Domoticz on Google Hub
Replies: 25
Views: 3220

Re: CATT show Domoticz on Google Hub

I placed my script under the scripts folder in domoticz and I can activate it from Domoticz.

Code: Select all

catt -d 192.1.1.1 cast_site http://192.2.2.2:8082/ &
sleep 60
catt stop
exit 0

by gropi
Monday 12 October 2020 22:05
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1002
Views: 319657

Re: Dashticz - Show your dashboard and how-to's!

I use a 10" Lenovo Smart Display for Dashticz. It was a good deal early this year, You can still buy it for ~80€. I cast (CATT) from my NAS, this is triggered over an IKEA motion sensor. I tried to make a design which is readable, so I had to reduce the number of widgets on one screen. Right now the ...
by gropi
Monday 30 March 2020 11:24
Forum: Show your projects
Topic: Domoticz with E-ink WIP
Replies: 9
Views: 4318

Re: Domoticz with E-ink WIP

Looks great! Congratulation!
by gropi
Tuesday 13 August 2019 22:17
Forum: Others
Topic: Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor
Replies: 325
Views: 103805

Re: Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor

Does it work stable?
How do You connect to Domoticz? Over MQTT?

Thanks,
by gropi
Friday 28 September 2018 21:14
Forum: Others
Topic: Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor
Replies: 325
Views: 103805

Re: Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor

That are good news. unfortunately my is not working stable.
by gropi
Sunday 09 September 2018 8:28
Forum: Cameras
Topic: Xiaomi Dafang camera
Replies: 13
Views: 5628

Re: Xiaomi Dafang camera

I could not manage the rotation neither. (few weeks back).
by gropi
Sunday 09 September 2018 8:26
Forum: Others
Topic: Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor
Replies: 325
Views: 103805

Re: Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor

Few weeks back the scripts were working fine, unfortunately last days there was no chance. I got both with the module of Domoticz as well as with the python script errors. Now i updated bluez, some other python modules and placed my raspi closer (4 meters) to the MiFlora sensor. Right now everything ...
by gropi
Saturday 12 May 2018 14:02
Forum: Zigbee
Topic: Xiaomi Dafang Camera
Replies: 4
Views: 3479

Re: Xiaomi Dafang Camera

I could set up the camera quite fast. Had 2 issues:
- user/password for the camera is root/ismart12
- in domoticz the url of the picture (under settings - other -camera) is /cgi-bin/currentpic.cgi.

As soon as I entered it I got a picture.
by gropi
Wednesday 09 May 2018 15:55
Forum: Suggestions
Topic: [90] MQTT Support
Replies: 370
Views: 140808

Re: [90] MQTT Support

@mrf68: thanks for the tutorial! :D
by gropi
Thursday 26 April 2018 20:33
Forum: Others
Topic: RTL_433, helping set it up
Replies: 12
Views: 5510

Re: RTL_433, helping set it up

I have the same issue, as soon as I start the rtl HW, i get following error in the log: 2018-04-26 20:25:52.917 Rtl433: rtl_433 startup failed. Make sure it's properly installed (rtl_433 -F csv -q -I 2 -d 1 2>/dev/null). https://github.com/merbanan/rtl_433 The command can be executed without issues ...