Search found 12 matches

by Jimbolaya
Tuesday 13 December 2022 13:03
Forum: Cameras
Topic: ESP32 Camera + Tasmota Firmware
Replies: 3
Views: 2981

Re: ESP32 Camera + Tasmota Firmware

Yep, port 80 with snapshot.jpg. Works perfect. Thank you.
by Jimbolaya
Tuesday 06 December 2022 19:58
Forum: Cameras
Topic: ESP32 Camera + Tasmota Firmware
Replies: 3
Views: 2981

ESP32 Camera + Tasmota Firmware

Has anyone gotten Domoticz to work with the ESP32 camera running the Tasmota firmware? The Tasmota firmware uses port 81 with an image URL of "stream". This works in a browser alone and when I test the connection in Domoticz. But when I save the camera settings I get a broken link image in the list ...
by Jimbolaya
Wednesday 16 January 2019 23:38
Forum: Other questions and discussions
Topic: Another Controller Alongside Domoticz
Replies: 0
Views: 218

Another Controller Alongside Domoticz

I use Domoticz to control my MySensors stuff. I’d like to update the MySensors firmware over the air. Another controller, MyController, will do that. Any experience running these two, or any two, controllers side by side? I would use Domoticz as the main controller and MyController to only update f ...
by Jimbolaya
Saturday 29 December 2018 14:53
Forum: Cameras
Topic: PRi + MotionEye + Domoticz Setup - Help Please
Replies: 19
Views: 12053

Re: PRi + MotionEye + Domoticz Setup - Help Please

I believe MotionEye is no longer being developed. You should try motionEyeOS. Google it and you’ll find the download and install instructions. I have that working perfectly with Domoticz.
by Jimbolaya
Wednesday 26 December 2018 21:40
Forum: Other questions and discussions
Topic: Edit script on Ipad
Replies: 12
Views: 2158

Re: Edit script on Ipad

This is working now on 4.10265.
by Jimbolaya
Wednesday 03 October 2018 0:14
Forum: Other questions and discussions
Topic: Edit script on Ipad
Replies: 12
Views: 2158

Re: Edit script on Ipad

iOS 12 and same problem here.
by Jimbolaya
Sunday 05 March 2017 14:18
Forum: MySensors
Topic: Update Arduino code without becoming a new node in Domoticz?
Replies: 5
Views: 1980

Re: Update Arduino code without becoming a new node in Domoticz?

Yes, the node ID is stored in the eprom. However, the eprom overwritten when a new sketch is uploaded. Include a line in the sketch to assign the node ID.

#DEFINE MY_NODE_ID 6
by Jimbolaya
Friday 10 February 2017 22:26
Forum: MySensors
Topic: Best way to handle push buttons
Replies: 4
Views: 6292

Re: Best way to handle push buttons

Sounds like a Domoticz selector type switch will do the trick.

https://forum.mysensors.org/topic/4933/ ... z-tutorial
by Jimbolaya
Wednesday 08 February 2017 23:18
Forum: MySensors
Topic: Best way to handle push buttons
Replies: 4
Views: 6292

Re: Best way to handle push buttons

Have the arduino handle the short and long button press decoding. Take a look here:
https://forum.mysensors.org/topic/2001/ ... with-video
by Jimbolaya
Sunday 05 February 2017 15:23
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 213277

Re: [MyDomoAtHome] Support thread

How do I display temperatures in Fahrenheit? Best I can figure out is there needs to be a setting in the config.json file. Something like "TemperatureFormat": "English - F". I've tried a few variations with no success.
by Jimbolaya
Wednesday 04 January 2017 1:18
Forum: PHP and all others
Topic: Scene: active, inactive and on
Replies: 4
Views: 2939

Scene: active, inactive and on

What's the difference between setting a scene active or turning it on? What does it mean to set a scene inactive? The blockly code will let me choose to set a scene active, inactive or on. Thx!