Search found 9 matches
- Saturday 18 November 2023 17:33
- Forum: Other questions and discussions
- Topic: Domoticz and MicroPython
- Replies: 4
- Views: 1073
Re: Domoticz and MicroPython
Part 3 and 4 are up now. Part 3 Sending data like temperature etc. to Domoticz http://lucstechblog.blogspot.com/2023/11/domoticz-with-micropython-part-3.html Part 4 Sending slider data etc from Domoticz to your microcontroller http://lucstechblog.blogspot.com/2023/11/domoticz-with-micropython-part-4 ...
- Wednesday 08 November 2023 22:48
- Forum: Other questions and discussions
- Topic: Domoticz and MicroPython
- Replies: 4
- Views: 1073
Re: Domoticz and MicroPython
Part 2 is now up on my weblog. This time build a virtual switch in Domoticz and pressing that switch sets a led that is connected to your microcontroller (Raspberry Pi Pico, ESP8266 or ESP32) on or off. The led is just for demonstration. Replace it with a relay and you can switch lights, fans, pumps ...
- Sunday 05 November 2023 19:39
- Forum: Other questions and discussions
- Topic: Domoticz and MicroPython
- Replies: 4
- Views: 1073
Domoticz and MicroPython
Anybody interested in controlling Domoticz buttons etc and sending sensor data to Domoticz can follow my series on Domoticz with MicroPython. I am using the chepa Raspberry Pi Pico W microcontroller to send and receive data to and from Domoticz and it is programmed in MicroPython which is easy to ...
- Friday 19 February 2021 21:55
- Forum: DIY Hardware and Protocols
- Topic: Geofencing made easy / gemakkelijk gemaakt
- Replies: 4
- Views: 2929
Geofencing made easy / gemakkelijk gemaakt
For those that are not aware what Geofencing is a short explanation. Geofencing is testing wether you (or anyone else) is in the vicinity of their home. When you are a trigger is send and you can have all kinds of actions react on that trigger. Geofencing betekend dat er wordt getest of je (of ...
- Monday 14 December 2020 9:52
- Forum: Python
- Topic: Python Plugin: TUYA
- Replies: 507
- Views: 109082
Re: Python Plugin: TUYA
Hi, I bought some lamps and sockets both from the Action store and from Lild. Action works on wifi and Lidl has a Zigbee hub. I installed the Tuya APP on my android phone and from there I can connect to both the Action and the Lidl devices. Works flawless. Then I added the Python script to Domoticz ...
- Thursday 27 April 2017 18:47
- Forum: Other questions and discussions
- Topic: App-Inventor
- Replies: 7
- Views: 2066
Re: App-Inventor
Found it. The code should be as in the blocks example shown here: [img] domoticz2.jpg [/img] The IP adress should not be the local IP adress but the adress used to access Domoticz over the internet. Then as the blocks show you need to invoke your username and password however they need to be base 64 ...
- Monday 24 April 2017 21:44
- Forum: Other questions and discussions
- Topic: App-Inventor
- Replies: 7
- Views: 2066
Re: App-Inventor
theolsen, you are absolutely right that 8080 is the standard port However in Domoticz in: /etc/init.d/domoticz.sh you can alter the number of the port. As I suspected that there could be an issue with App-Inventor and port 8080 I changed the port number in Domoticz. Did not work. So I altered it ...
- Monday 24 April 2017 7:41
- Forum: Other questions and discussions
- Topic: App-Inventor
- Replies: 7
- Views: 2066
Re: App-Inventor
I am using the API calls described here: https://www.domoticz.com/wiki/Domoticz_API/JSON_URL's I made a button and when clicked it should send the command to Domoticz. Here is the block program: [img] domoticz.jpg [/img] When I enter this command in a web-browser it works. So the command is ok but ...
- Sunday 23 April 2017 22:48
- Forum: Other questions and discussions
- Topic: App-Inventor
- Replies: 7
- Views: 2066
App-Inventor
Hi there, I am trying to make an Android app that can control certain functions in Domoticz. However I am experiencing problems when I try to access Domoticz with a program made in App-Inventor . Anyone here having experience with app-inventor. Oh, and by the way I do have the Domoticz app installed ...