Search found 183 matches

by devros
Tuesday 16 July 2024 13:57
Forum: Suggestions
Topic: Plugin for NIBE MyUplink ( not NIBE Uplink )
Replies: 8
Views: 2943

Re: Plugin for NIBE MyUplink ( not NIBE Uplink )

waltervl wrote: Tuesday 16 July 2024 8:12 What is wrong with the new plugin Flopp created? https://github.com/flopp999/NIBEmyUplin ... /tree/main
its not working reliably (already send bug report), and with node-red its more modular...
by devros
Monday 15 July 2024 23:58
Forum: Suggestions
Topic: Plugin for NIBE MyUplink ( not NIBE Uplink )
Replies: 8
Views: 2943

Re: Plugin for NIBE MyUplink ( not NIBE Uplink )

so you need nodered, mqtt server and install this node https://github.com/zinen/node-red-contrib-nibeuplink/tree/myuplink2024 http://www.janovadilna.cz/node.jpg then you have to read json data from nibe and choose what I want to forward to domoticz my example was... msg.payload = [ { idx: 702 ...
by devros
Monday 15 July 2024 13:37
Forum: Suggestions
Topic: Plugin for NIBE MyUplink ( not NIBE Uplink )
Replies: 8
Views: 2943

Re: Plugin for NIBE MyUplink ( not NIBE Uplink )

i finally gave up and used nodered to download nibe data... i found a working node for it and it worked almost on the first try.... plus as a bonus i simply redirected it to the old IDX numbers from the old nibe addon and it works. ...
if anyone is interested I can send the instructions
by devros
Monday 05 June 2023 0:54
Forum: Bugs and Problems
Topic: 15326 - [WebServer] Depricated RType
Replies: 185
Views: 61121

Re: 15326 - [WebServer] Depricated RType

For external API queries, RType queries have been replaced by normal queries. I changed all my scripts (104): /json.htm?type=devices into /json.htm?type=command&param=getdevices and /json.htm?type=graph& into /json.htm?type=command&param=graph& The messages about "Depricated RType" don't appear ...
by devros
Sunday 18 April 2021 22:54
Forum: Suggestions
Topic: MQTT notification
Replies: 2
Views: 598

Re: MQTT notification

In setting Notification is Custom HTTP/Action, so just add Custom MQTT/Action with similar fields like HTTP action (subject, topics etc...) I wrote simple python script as workaround 1/ install mosquitto 2/ set custom HTTP action and create this script, copy to /Domoticz/script/python folder 3/ and ...
by devros
Saturday 17 April 2021 20:29
Forum: Suggestions
Topic: MQTT notification
Replies: 2
Views: 598

MQTT notification

Would be great to add support option for MQTT notification. Similar to HTTP but to MQTT chanell. Or I missed something and somehow it works?
by devros
Monday 11 May 2020 22:22
Forum: Python
Topic: Python script Optoma UHD40
Replies: 0
Views: 395

Python script Optoma UHD40

hello, here is my simple script to control on/off my optoma projector UHD40 (RS232) but should work on other models too... (tested on raspberry with USB serail convertor) #!/usr/bin/env python3 import time import serial import sys ser = serial.Serial( port='/dev/ttyUSB0', baudrate=9600, parity ...
by devros
Friday 14 February 2020 22:12
Forum: Show your projects
Topic: Domoticz with E-ink WIP
Replies: 9
Views: 4359

Re: Domoticz with E-ink WIP

hello, if anyone is still ingterested, im still working on this project :) rewrited most of my python code, and used new https://www.waveshare.com/wiki/9.7inch_e-Paper_HAT bigger display with much better refresh rate (no ugly and slow refresh) so i can even add minutes (now i have two minutes ...
by devros
Monday 27 January 2020 12:12
Forum: Cameras
Topic: uvccapture.cgi
Replies: 1
Views: 977

uvccapture.cgi

hello, im trying to use cheap USB webcam with raspberry 4. i can see image in domoticz (when i use uvccapture.cgi).
Is there any way to configure default setting (brightness, size, compression)?
Shell commands has these parameters...
by devros
Wednesday 31 July 2019 8:23
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Topics MQTT Client
Replies: 3
Views: 2351

Re: Topics MQTT Client

AFAIK You cant...
You have to use Nodered or something similar to resend topics to domoticz/in
by devros
Monday 15 July 2019 23:03
Forum: Design, usability and languages
Topic: Next theme :)
Replies: 4
Views: 4538

Re: Next theme :)

here is theme...
still WIP but should be usable (on mobile and on desktop)
Download

sorry link fixed
by devros
Wednesday 03 July 2019 21:52
Forum: Suggestions
Topic: Disable log in some device
Replies: 19
Views: 8135

Re: Disable log in some device

yes also would love to see this feature, maybe in device list tab small icon for disable logs...
by devros
Thursday 30 May 2019 0:13
Forum: 433 & 868 transceiver
Topic: Fine Offset WH24 weatherstation via RTL_433 only shows temp./humidity
Replies: 29
Views: 6927

Re: Fine Offset WH24 weatherstation via RTL_433 only shows temp./humidity

kfeelders wrote: Wednesday 29 May 2019 21:29 .
Did an update to V4.10848 (from V4.10826) and now again i have no more Fine Offset WH24 sensor (neither temp.
not hum.) detected.

Same as when going to V4.10821, see 5 posts above.


Kees
yes my weather station updates are gone too (with owl energy sensor updates)
basic rflink temp is ok
by devros
Wednesday 08 May 2019 13:04
Forum: Design, usability and languages
Topic: Next theme :)
Replies: 4
Views: 4538

Next theme :)

hi all, wanted to create my own theme focused on mobile theme with sharp edges and less colours, here are first screenshots its not yet ready to publish, but here are some screenshots only css files was modifed (+ header logo, different fonts, and few small changes) normal version http://www ...
by devros
Tuesday 26 March 2019 0:36
Forum: dzVents
Topic: Device script not trigered?
Replies: 2
Views: 690

Re: Device script not trigered?

Thanks finally found what was wrong on my side
I forgot to create devices from idx device pages :-o. Yay that stupid mistake :-)

Interesting that its not visible from log...
by devros
Monday 25 March 2019 21:45
Forum: dzVents
Topic: Device script not trigered?
Replies: 2
Views: 690

Device script not trigered?

Hi all, im quite lost with simple problem cant use this script on one device but works on another, striped down to just log return { active = true, -- set to false to disable this script on = { devices = { 'Sklep/close' }, }, execute = function(domoticz, switch) domoticz.log('test', domoticz.LOG ...
by devros
Wednesday 20 March 2019 0:20
Forum: Show your projects
Topic: Domoticz with E-ink WIP
Replies: 9
Views: 4359

Re: Domoticz with E-ink WIP

Nice! Please keep us posted. Thanks :) so some updates... -rewrited forecast with nice icons and better predictions -added google calendar import as separate python module (works for days, multiple calendars, with names and stylings) -prepared laser case - combined two pieces together to make thin ...
by devros
Monday 25 February 2019 0:17
Forum: Show your projects
Topic: Domoticz with E-ink WIP
Replies: 9
Views: 4359

Domoticz with E-ink WIP

hi all, I always wanted to have some nice e-ink with low power consumption and no emited light with domoticz info. So here is my progress so far. Im using raspberry zero with Waveshare e-ink display and python code. It works quite good so far, only refresh rate is really slow (maybe is because slow ...
by devros
Tuesday 08 January 2019 15:44
Forum: Dashticz
Topic: Dashticz - Tablet Hardware
Replies: 35
Views: 10948

Re: Dashticz - Tablet Hardware

I would love to see some e-ink display (monochrome or 3 color) in tablet size with touch screen support. Connected to raspberry or something similar. That would be best device imho. Of course with simplified interface for e-ink.
by devros
Friday 04 January 2019 16:04
Forum: Design, usability and languages
Topic: reduce json API output
Replies: 8
Views: 2178

Re: reduce json API output

Hi, as a hobby programmer i am trying to buid a ConnectIQ app for my Garmin Forerunner which can control my domoticz instance. Basic functionality is - Query my favoruite devices - Present them including the values. - and if i select a switch i want sent control commands. I got stuck at the 1st ...