Hi nice work, do you have Github repository? It is simplier to use git pull for install plugins.
Thanks
Search found 19 matches
- Friday 17 May 2019 15:05
- Forum: Python
- Topic: New plugin : ESP8266 Milight Hub
- Replies: 49
- Views: 12855
- Wednesday 17 October 2018 11:33
- Forum: Python
- Topic: Python Plugin: Zigbee2Mqtt
- Replies: 347
- Views: 91217
Re: Python Plugin: Zigbee2Mqtt
@EddyG: I have allready reported issue about Signal Quality: https://github.com/stas-demydiuk/domoti ... n/issues/5
- Monday 01 October 2018 9:15
- Forum: Python
- Topic: Python Plugin: Zigbee2Mqtt
- Replies: 347
- Views: 91217
Re: Python Plugin: Zigbee2Mqtt
jake: This thread is about new plugin, that supports Zigbee2MQTT. I think, that plugin is better than NOdeRed implementation.
StasDemydiuk: Nice work, please continue with it.
StasDemydiuk: Nice work, please continue with it.
- Wednesday 22 August 2018 8:19
- Forum: Examples & Solutions
- Topic: Anybody home?
- Replies: 12
- Views: 7243
Re: Anybody home?
I am using EgiGeoZone for geofencing.
- Monday 13 August 2018 12:26
- Forum: Android
- Topic: Smart home dashboard app is now compatible with Domoticz - needs feedback
- Replies: 17
- Views: 11720
Re: Smart home dashboard app is now compatible with Domoticz - needs feedback
Nice app, I like simple design, but:
- No temperature + humidity sensors
- No utility devices (water, electricity, percentage...)
- No Rain sensor (rainrate, total rain)
- Thursday 09 August 2018 8:43
- Forum: Dashticz
- Topic: Gauge / bargraph for sensors
- Replies: 0
- Views: 693
Gauge / bargraph for sensors
Hi,
is it possible add any gauge or bargraph to dashboard?
Thanks
is it possible add any gauge or bargraph to dashboard?
Thanks
- Thursday 12 July 2018 15:08
- Forum: dzVents
- Topic: Power generated message
- Replies: 7
- Views: 1223
Re: Power generated message
Hi instead of "on device" use "on timer" Your code: on = { devices = {'SMA_SolarMain'}, }, new code: on = { timer = { -- timer triggers.. if one matches with the current time then the script is executed 'at 23:59', } But you need use "device(idx)" where "idx" is idx of your device (or you can use ...
- Wednesday 02 May 2018 13:42
- Forum: Other questions and discussions
- Topic: SSH Port Forwarding Notes
- Replies: 3
- Views: 1677
Re: SSH Port Forwarding Notes
I am using UFW for firewall nad iptables configuration. /etc/ufw/before.rules # NAT table rules *nat :PREROUTING ACCEPT [0:0] # Port Forwardings -F -A PREROUTING -i eth0 -p tcp --dport 8080 -j DNAT --to-destination 192.168.5.249:8080 -m comment --comment "Domoticz" 192.168.5.249 is VPN IP address of ...
- Wednesday 02 May 2018 13:28
- Forum: Other questions and discussions
- Topic: SSH Port Forwarding Notes
- Replies: 3
- Views: 1677
Re: SSH Port Forwarding Notes
Why you dont use VPN connection from home to VPS and routing via iptables? I am using this setup for my server which is connected via 3G mobile modem (no external IP address)
- Thursday 08 March 2018 14:09
- Forum: Dashticz
- Topic: Different way of coding
- Replies: 4
- Views: 1397
Re: Different way of coding
I agree. Becaouse if you need change IDX, you need change it at many places.
- Friday 05 January 2018 12:22
- Forum: Design, usability and languages
- Topic: Aurora theme
- Replies: 466
- Views: 179697
- Friday 05 January 2018 9:57
- Forum: Design, usability and languages
- Topic: Aurora theme
- Replies: 466
- Views: 179697
Re: Aurora theme
But I have similar problem at mobile phone. Android 7, Chrome 63.0.3239.111 - appcache cleared
Edit2: Same problem at Desktop Chrome switched to mobile view
Edit: Red color is OK, I know, that sensors are offline, but....Edit2: Same problem at Desktop Chrome switched to mobile view
- Friday 05 January 2018 9:48
- Forum: Design, usability and languages
- Topic: Aurora theme
- Replies: 466
- Views: 179697
- Wednesday 03 January 2018 8:44
- Forum: dzVents
- Topic: updateCustomSensor() not triggering device updated state?
- Replies: 3
- Views: 767
Re: updateCustomSensor() not triggering device updated state?
Hi, I have same problem. Now I am using url method, but I think, that it is not "nice and clear"
- Thursday 07 December 2017 12:46
- Forum: Other questions and discussions
- Topic: Beware of Raspberry Pi SSH hijacks
- Replies: 23
- Views: 4896
Re: Beware of Raspberry Pi SSH hijacks
It is standard SSH attack. This is log of my IP address for last month.
https://ctrlv.cz/In9r
https://ctrlv.cz/In9r
- Tuesday 17 October 2017 15:12
- Forum: RFLink Transceiver
- Topic: Weather station display as receiver
- Replies: 2
- Views: 1197
Re: Weather station display as receiver
Thank you for your response, I will create some myself.
I will use rflink only for lights.
I will use rflink only for lights.
- Tuesday 17 October 2017 14:40
- Forum: RFLink Transceiver
- Topic: Weather station display as receiver
- Replies: 2
- Views: 1197
Weather station display as receiver
Hi,
is it possible to use weather station (display part) as remote dispaly for domoticz?
I have weather station with remote temperature (433 MHz, but sensor is dead) and domoticz server with outside temparature measurement (MySensors).
Thanks
is it possible to use weather station (display part) as remote dispaly for domoticz?
I have weather station with remote temperature (433 MHz, but sensor is dead) and domoticz server with outside temparature measurement (MySensors).
Thanks
- Thursday 14 September 2017 13:31
- Forum: Suggestions
- Topic: Add value timeout to InfluxDB push
- Replies: 0
- Views: 465
Add value timeout to InfluxDB push
Hi,
is it possible to add timeout for resent value to InfluxDB? There is nice functionality, that sent data to Influx only with value change. It saves InfluxDB size. But for value, that changes very often, it would be nice sent this value even if it doesnt change. For example every hour.
Thanks
is it possible to add timeout for resent value to InfluxDB? There is nice functionality, that sent data to Influx only with value change. It saves InfluxDB size. But for value, that changes very often, it would be nice sent this value even if it doesnt change. For example every hour.
Thanks
- Friday 11 August 2017 8:01
- Forum: Other questions and discussions
- Topic: Data Push to InfluxDB problem
- Replies: 6
- Views: 2486
Re: Data Push to InfluxDB problem
Hi, I have same problem. I would like store counter value to Influx, but it is not possible.